| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.keycolumnvalue | |
| com.thinkaurelius.titan.diskstorage.util.time | |
| com.thinkaurelius.titan.graphdb.configuration |
| Modifier and Type | Method and Description |
|---|---|
TimestampProviders |
StoreFeatures.getPreferredTimestamps()
If this storage backend supports one particular type of data
timestamp/version better than others.
|
TimestampProviders |
StandardStoreFeatures.getPreferredTimestamps() |
| Modifier and Type | Method and Description |
|---|---|
StandardStoreFeatures.Builder |
StandardStoreFeatures.Builder.preferredTimestamps(TimestampProviders t) |
| Modifier and Type | Method and Description |
|---|---|
static TimestampProviders |
TimestampProviders.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampProviders[] |
TimestampProviders.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<TimestampProviders> |
GraphDatabaseConfiguration.TIMESTAMP_PROVIDER |
Copyright © 2012–2015. All rights reserved.