public final class IndexSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexSpec.Builder |
static class |
IndexSpec.Property |
| Constructor and Description |
|---|
IndexSpec(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType,
Set<IndexSpec.Property> properties,
boolean unique) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSpec.Builder |
builder() |
Class<? extends org.apache.tinkerpop.gremlin.structure.Element> |
getElementType() |
Set<IndexSpec.Property> |
getProperties() |
boolean |
isUnique() |
String |
toString() |
public IndexSpec(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> elementType, Set<IndexSpec.Property> properties, boolean unique)
public static IndexSpec.Builder builder()
public Class<? extends org.apache.tinkerpop.gremlin.structure.Element> getElementType()
public Set<IndexSpec.Property> getProperties()
public boolean isUnique()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.