| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.schema | |
| com.thinkaurelius.titan.diskstorage.indexing |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.getMapping(KeyInformation information) |
static Mapping |
Mapping.getMapping(String store,
String key,
KeyInformation.IndexRetriever informations) |
static Mapping |
Mapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mapping[] |
Mapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping |
IndexFeatures.getDefaultStringMapping() |
| Modifier and Type | Method and Description |
|---|---|
IndexFeatures.Builder |
IndexFeatures.Builder.setDefaultStringMapping(Mapping map) |
IndexFeatures.Builder |
IndexFeatures.Builder.supportedStringMappings(Mapping... maps) |
boolean |
IndexFeatures.supportsStringMapping(Mapping map) |
| Constructor and Description |
|---|
IndexFeatures(boolean supportsDocumentTTL,
Mapping defaultMap,
com.google.common.collect.ImmutableSet<Mapping> supportedMap,
String wildcardField,
com.google.common.collect.ImmutableSet<Cardinality> supportedCardinaities,
boolean supportsNanoseconds) |
| Constructor and Description |
|---|
IndexFeatures(boolean supportsDocumentTTL,
Mapping defaultMap,
com.google.common.collect.ImmutableSet<Mapping> supportedMap,
String wildcardField,
com.google.common.collect.ImmutableSet<Cardinality> supportedCardinaities,
boolean supportsNanoseconds) |
Copyright © 2012–2015. All rights reserved.