public class RelationTypeIndexWrapper extends Object implements RelationTypeIndex
| Modifier and Type | Field and Description |
|---|---|
static char |
RELATION_INDEX_SEPARATOR |
| Constructor and Description |
|---|
RelationTypeIndexWrapper(InternalRelationType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object oth) |
org.apache.tinkerpop.gremlin.structure.Direction |
getDirection()
Returns the direction on which this index is installed.
|
SchemaStatus |
getIndexStatus()
Returns the status of this index
|
RelationType[] |
getSortKey()
Returns the (composite) sort key for this index.
|
org.apache.tinkerpop.gremlin.process.traversal.Order |
getSortOrder()
Returns the sort order of this index.
|
RelationType |
getType()
Returns the
RelationType on which this index is installed. |
InternalRelationType |
getWrappedType() |
int |
hashCode() |
String |
name()
Returns the unique name of this entity.
|
String |
toString() |
public static final char RELATION_INDEX_SEPARATOR
public RelationTypeIndexWrapper(InternalRelationType type)
public RelationType getType()
RelationTypeIndexRelationType on which this index is installed.getType in interface RelationTypeIndexpublic InternalRelationType getWrappedType()
public String name()
Namifiablename in interface Namifiablepublic org.apache.tinkerpop.gremlin.process.traversal.Order getSortOrder()
RelationTypeIndexgetSortOrder in interface RelationTypeIndexpublic RelationType[] getSortKey()
RelationTypeIndexRelationTypesgetSortKey in interface RelationTypeIndexpublic org.apache.tinkerpop.gremlin.structure.Direction getDirection()
RelationTypeIndexgetDirection in interface RelationTypeIndexpublic SchemaStatus getIndexStatus()
RelationTypeIndexgetIndexStatus in interface RelationTypeIndexCopyright © 2012–2015. All rights reserved.