| Modifier and Type | Method and Description |
|---|---|
IndexSpec |
build() |
static IndexSpec.Builder |
builder() |
IndexSpec.Builder |
withElementType(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType) |
IndexSpec.Builder |
withProperty(IndexSpec.Property property) |
IndexSpec.Builder |
withUnique(boolean unique) |
public static IndexSpec.Builder builder()
public IndexSpec.Builder withProperty(IndexSpec.Property property)
public IndexSpec.Builder withElementType(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType)
public IndexSpec.Builder withUnique(boolean unique)
public IndexSpec build()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.