public class TypeUtil extends Object
| Constructor and Description |
|---|
TypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkTypeName(TitanSchemaCategory category,
String name) |
static InternalRelationType |
getBaseType(InternalRelationType type) |
static ConsistencyModifier |
getConsistencyModifier(SchemaSource schema) |
static Set<PropertyKey> |
getIndexedKeys(IndexType index) |
static int |
getTTL(SchemaSource schema) |
static List<CompositeIndexType> |
getUniqueIndexes(PropertyKey key) |
static boolean |
hasAnyIndex(PropertyKey key) |
static boolean |
hasSimpleInternalVertexKeyIndex(PropertyKey key) |
static boolean |
hasSimpleInternalVertexKeyIndex(TitanRelation rel) |
static boolean |
hasSimpleInternalVertexKeyIndex(TitanVertexProperty prop) |
public static boolean hasSimpleInternalVertexKeyIndex(TitanRelation rel)
public static void checkTypeName(TitanSchemaCategory category, String name)
public static boolean hasSimpleInternalVertexKeyIndex(TitanVertexProperty prop)
public static boolean hasSimpleInternalVertexKeyIndex(PropertyKey key)
public static InternalRelationType getBaseType(InternalRelationType type)
public static Set<PropertyKey> getIndexedKeys(IndexType index)
public static List<CompositeIndexType> getUniqueIndexes(PropertyKey key)
public static boolean hasAnyIndex(PropertyKey key)
public static ConsistencyModifier getConsistencyModifier(SchemaSource schema)
public static int getTTL(SchemaSource schema)
Copyright © 2012–2015. All rights reserved.