public class TitanDefaultSchemaMaker extends Object implements DefaultSchemaMaker
DefaultSchemaMaker implementation for Blueprints graphs| Modifier and Type | Field and Description |
|---|---|
static DefaultSchemaMaker |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
defaultPropertyCardinality(String key) |
boolean |
ignoreUndefinedQueryTypes()
Whether to ignore undefined types occurring in a query.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmakeEdgeLabel, makePropertyKey, makeVertexLabelpublic static final DefaultSchemaMaker INSTANCE
public Cardinality defaultPropertyCardinality(String key)
defaultPropertyCardinality in interface DefaultSchemaMakerpublic boolean ignoreUndefinedQueryTypes()
DefaultSchemaMakerTitanVertexQuery will be silently
ignored and an empty result set will be returned. If this method returns false, then usage of undefined types
in queries results in an IllegalArgumentException.ignoreUndefinedQueryTypes in interface DefaultSchemaMakerCopyright © 2012–2015. All rights reserved.