Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractGenerator - Class in com.tinkerpop.furnace.alpha.generators
Base class for all synthetic network generators.
AbstractGenerator(String, EdgeAnnotator, VertexAnnotator) - Constructor for class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
Constructs a new network generator for edges with the given label and annotator.
AbstractGenerator(String, EdgeAnnotator) - Constructor for class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
Constructs a new network generator for edges with the given label and annotator.
AbstractGenerator(String) - Constructor for class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
Constructs a new network generator for edges with the given label and an empty annotator.
AbstractKCVSTest - Class in com.thinkaurelius.titan.diskstorage
 
AbstractKCVSTest() - Constructor for class com.thinkaurelius.titan.diskstorage.AbstractKCVSTest
 
accept(Result) - Method in class com.thinkaurelius.titan.testutil.CsvConsumer
 
acquireLock(StaticBuffer, StaticBuffer, StaticBuffer, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
add(String, String, Map<String, Object>, boolean) - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
add(OLAPTest.Degree) - Method in class com.thinkaurelius.titan.olap.OLAPTest.Degree
 
addEdge(Graph, Vertex, Vertex) - Method in class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
 
addPermanentCache(ModifiableConfiguration) - Static method in class com.thinkaurelius.titan.StorageSetup
 
adjustedConfig - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
afterSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
allKeys - Variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
annotate(Edge) - Method in interface com.tinkerpop.furnace.alpha.generators.EdgeAnnotator
An implementation of this method can assign properties to the edge.
annotate(Vertex, Map<String, Object>) - Method in interface com.tinkerpop.furnace.alpha.generators.VertexAnnotator
An implementation of this method can assign properties to the vertex.
applyChanges(Map<StaticBuffer, KCVEntryMutation>, KCVSCache, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
applyOverrides(WriteConfiguration) - Static method in class com.thinkaurelius.titan.testutil.TestGraphConfigs
 
assertGraphOfTheGods(TitanGraph) - Static method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 

B

baseStoreConfiguration - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
beforeOpeningGraph(String) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
beforeSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
beginTransaction(BaseTransactionConfig) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
benchmark - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
 
benchmark - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphPerformanceMemoryTest
 
benchmark - Variable in class com.thinkaurelius.titan.graphdb.TitanWritePerformanceTest
 
blockSize - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
both - Variable in class com.thinkaurelius.titan.olap.OLAPTest.Degree
 
BrittleTests - Interface in com.thinkaurelius.titan.testcategory
 
bufferToLong(StaticBuffer) - Static method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 
build() - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Construct a GraphGenerator with this Builder's settings.
Builder(int, int) - Constructor for class com.thinkaurelius.titan.testutil.gen.Schema.Builder
 
byteBufferToString(StaticBuffer) - Static method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 

C

cache - Variable in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
checkFastPropertyAndLocking(boolean) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
checkFastPropertyFalse() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
checkFastPropertyTrue() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
checkKeys(Set<Integer>) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
checkSlice(String[][], Set<KeyColumn>, int, int, int, int) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
checkSlice(String[], Set<Integer>, int, int, int) - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
checkThatDeletionsApplied(Map<StaticBuffer, KCVEntryMutation>, KeyColumnValueStore, int) - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
checkThatStateExistsInStore(Map<StaticBuffer, Map<StaticBuffer, StaticBuffer>>, KeyColumnValueStore, int) - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
checkValueExistence(String[][]) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
checkValueExistence(String[][], Set<KeyColumn>) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
checkValueExistence(String[]) - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
checkValueExistence(String[], Set<Integer>) - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
checkValues(String[][]) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
checkValues(String[][], Set<KeyColumn>) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
checkValues(String[]) - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
checkValues(String[], Set<Integer>) - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
cleanUp() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
cleanup() - Method in class com.thinkaurelius.titan.diskstorage.configuration.WritableConfigurationTest
 
clearInDistribution() - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Clears the in-degree distribution
clearStorage() - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
clopen() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
clopen() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
clopen() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
clopen() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
clopen(Object...) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
close() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
close() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
close() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
close() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
close() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
close() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
close() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
close() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
close() - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
close() - Method in class com.thinkaurelius.titan.graphdb.TestMockLog
 
close() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
close() - Method in class com.thinkaurelius.titan.graphdb.TitanWritePerformanceTest
 
closeLogManager(String) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
column - Variable in class com.thinkaurelius.titan.diskstorage.KeyColumn
 
com.thinkaurelius.titan - package com.thinkaurelius.titan
 
com.thinkaurelius.titan.blueprints - package com.thinkaurelius.titan.blueprints
 
com.thinkaurelius.titan.diskstorage - package com.thinkaurelius.titan.diskstorage
 
com.thinkaurelius.titan.diskstorage.cache - package com.thinkaurelius.titan.diskstorage.cache
 
com.thinkaurelius.titan.diskstorage.configuration - package com.thinkaurelius.titan.diskstorage.configuration
 
com.thinkaurelius.titan.diskstorage.indexing - package com.thinkaurelius.titan.diskstorage.indexing
 
com.thinkaurelius.titan.diskstorage.log - package com.thinkaurelius.titan.diskstorage.log
 
com.thinkaurelius.titan.diskstorage.util - package com.thinkaurelius.titan.diskstorage.util
 
com.thinkaurelius.titan.graphdb - package com.thinkaurelius.titan.graphdb
 
com.thinkaurelius.titan.graphdb.serializer - package com.thinkaurelius.titan.graphdb.serializer
 
com.thinkaurelius.titan.olap - package com.thinkaurelius.titan.olap
 
com.thinkaurelius.titan.testcategory - package com.thinkaurelius.titan.testcategory
 
com.thinkaurelius.titan.testutil - package com.thinkaurelius.titan.testutil
 
com.thinkaurelius.titan.testutil.gen - package com.thinkaurelius.titan.testutil.gen
 
com.tinkerpop.furnace.alpha.generators - package com.tinkerpop.furnace.alpha.generators
 
CommunityGenerator - Class in com.tinkerpop.furnace.alpha.generators
Generates a synthetic network with a community structure, that is, several densely connected sub-networks that are loosely connected with one another.
CommunityGenerator(String, EdgeAnnotator) - Constructor for class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
 
CommunityGenerator(String, EdgeAnnotator, VertexAnnotator) - Constructor for class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
 
CommunityGenerator(String) - Constructor for class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
 
compareStores() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
completeIteration() - Method in class com.thinkaurelius.titan.olap.OLAPTest.PageRank
 
computeDegree(OLAPJobBuilder<OLAPTest.Degree>, String, String) - Static method in class com.thinkaurelius.titan.olap.OLAPTest
 
CONCURRENCY - Static variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
CONCURRENCY - Static variable in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
concurrentIndexReadWriteTest() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
 
concurrentIndexTest() - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
 
concurrentReadsOnSingleTransaction() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
Insert an extremely simple graph and start TASK_COUNT simultaneous readers in an executor with THREAD_COUNT threads.
concurrentReadWriteOnSingleTransaction() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
Tail many readers, as in TitanGraphConcurrentTest.concurrentReadsOnSingleTransaction(), but also start some threads that add and remove relationships and properties while the readers are working; all tasks share a common transaction.
concurrentTxRead() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
 
config - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
configs() - Static method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
configTest() - Method in class com.thinkaurelius.titan.diskstorage.configuration.WritableConfigurationTest
 
containsKeyColumnReturnsFalseOnNonexistentInput() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
containsKeyColumnReturnsTrueOnExtantInput() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
containsKeyReturnsFalseOnNonexistentKey() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
containsKeyReturnsTrueOnExtantKey() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
convert(Object) - Method in class com.thinkaurelius.titan.graphdb.serializer.SpecialIntSerializer
 
convertId(Object) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
convertLabel(String) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
COPY_CONTEXT - Static variable in interface com.tinkerpop.furnace.alpha.generators.VertexAnnotator
Assign every context entry to a property with the same name.
CopyDistribution - Class in com.tinkerpop.furnace.alpha.generators
CopyDistribution returns the conditional value.
CopyDistribution() - Constructor for class com.tinkerpop.furnace.alpha.generators.CopyDistribution
 
count(RecordIterator<?>) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
CounterKCVS(KeyColumnValueStore) - Constructor for class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
createDatabase() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
createDatabase() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
createExternalEdgeIndex(PropertyKey, String) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
createExternalVertexIndex(PropertyKey, String) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
CsvConsumer - Class in com.thinkaurelius.titan.testutil
 
CsvConsumer(String) - Constructor for class com.thinkaurelius.titan.testutil.CsvConsumer
 
CsvConsumer.Column - Enum in com.thinkaurelius.titan.testutil
 

D

DaemonRunner<S> - Class in com.thinkaurelius.titan
 
DaemonRunner() - Constructor for class com.thinkaurelius.titan.DaemonRunner
 
DB_NAME - Static variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
DB_NAME - Static variable in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
DEFAULT_CROSS_COMMUNITY_PERCENTAGE - Static variable in class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
Default value used if CommunityGenerator.setCrossCommunityPercentage(double) is not called.
DEFAULT_EFFORT_FILE - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
DEFAULT_ROUNDS - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
DEFAULT_SENDER_ID - Static variable in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
DEFAULT_THREAD_COUNT - Static variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
Degree(int, int, int) - Constructor for class com.thinkaurelius.titan.olap.OLAPTest.Degree
 
Degree() - Constructor for class com.thinkaurelius.titan.olap.OLAPTest.Degree
 
degreeCount() - Method in class com.thinkaurelius.titan.olap.OLAPTest
 
delete(KeyColumnValueStore, StoreTransaction, long, String) - Static method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 
deleteColumnsTest1() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
deleteColumnsTest2() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
deleteHomeDir() - Static method in class com.thinkaurelius.titan.StorageSetup
 
deleteHomeDir(String) - Static method in class com.thinkaurelius.titan.StorageSetup
 
deleteKeys(int) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
deleteKeys() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
deleteValues(int) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
deleteValues(int, int) - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
deletionsAppliedBeforeAdditions() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
deletionTest1() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
deletionTest2() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
DistributedStoreManagerTest<T extends DistributedStoreManager> - Class in com.thinkaurelius.titan.diskstorage
 
DistributedStoreManagerTest() - Constructor for class com.thinkaurelius.titan.diskstorage.DistributedStoreManagerTest
 
Distribution - Interface in com.tinkerpop.furnace.alpha.generators
Interface for a distribution over discrete values.
DistributionGenerator - Class in com.tinkerpop.furnace.alpha.generators
Generates a synthetic network for a given out- and (optionally) in-degree distribution.
DistributionGenerator(String, EdgeAnnotator) - Constructor for class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
 
DistributionGenerator(String) - Constructor for class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
 
doTestSuite(TestSuite) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
doTestSuite(TestSuite, Set<String>) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 

E

EDGE_KEY_PREFIX - Static variable in class com.thinkaurelius.titan.testutil.gen.Schema
 
EdgeAnnotator - Interface in com.tinkerpop.furnace.alpha.generators
EdgeAnnotator is used to assign properties to generated edges.
EINDEX - Static variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
end() - Method in class com.thinkaurelius.titan.testutil.MemoryAssess
 
ENV_DEFAULT_ROUNDS - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
ENV_EFFORT_FILE - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
ENV_EFFORT_GENERATE - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
ENV_OVERRIDE_FILE - Static variable in class com.thinkaurelius.titan.testutil.TestGraphConfigs
 
ENV_TARGET_RUNTIME_MS - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
ENV_WARMUP_ROUNDS - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
equals(Object) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumn
 
ERROR_ON_LOCKING - Static variable in class com.thinkaurelius.titan.diskstorage.util.TestLockerManager
 
evaluateQuery(TitanVertexQuery, RelationCategory, int, int, boolean[]) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
evaluateQuery(TitanVertexQuery, RelationCategory, int, int, boolean[], PropertyKey, Order) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
evaluateQuery(TitanVertexQuery, RelationCategory, int, int, boolean[], Map<PropertyKey, Order>) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
evaluateQuery(TitanGraphQuery, ElementCategory, int, boolean[], PropertyKey, Order, String...) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
evaluateQuery(TitanGraphQuery, ElementCategory, int, boolean[], PropertyKey, Order, PropertyKey, Order, String...) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
evaluateQuery(TitanGraphQuery, ElementCategory, int, boolean[], String...) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
evaluateQuery(TitanGraphQuery, ElementCategory, int, boolean[], Map<PropertyKey, Order>, String...) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
examineGetKeysResults(KeyIterator, long, long, int) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
ExpectedValueCheckingTest - Class in com.thinkaurelius.titan.diskstorage
Test transaction handling in ExpectedValueCheckingStore and related classes, particularly with respect to consistency levels offered by the underlying store.
ExpectedValueCheckingTest() - Constructor for class com.thinkaurelius.titan.diskstorage.ExpectedValueCheckingTest
 
expectedValueMismatchCausesMutateFailure() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
EXPIRE_MS - Static variable in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
expiredLocalLockIsIgnored() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
expiredRemoteLockIsIgnored() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
extraCleanUp(String) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 

F

FakeVertex - Interface in com.thinkaurelius.titan.graphdb
 
features - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
finishSchema() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
FulgoraOLAPTest - Class in com.thinkaurelius.titan.olap
 
FulgoraOLAPTest() - Constructor for class com.thinkaurelius.titan.olap.FulgoraOLAPTest
 

G

GAMMA - Static variable in class com.thinkaurelius.titan.testutil.gen.GraphGenerator
 
generate(Graph, int, int) - Method in class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
Generates a synthetic network for all vertices in the given graph such that the provided expected number of communities are generated with the specified expected number of edges.
generate(Graph, Iterable<Vertex>, int, int) - Method in class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
Generates a synthetic network for provided vertices in the given graphh such that the provided expected number of communities are generated with the specified expected number of edges.
generate(Graph, int) - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Generates a synthetic network connecting all vertices in the provided graph with the expected number of edges.
generate(Graph, Iterable<Vertex>, int) - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Generates a synthetic network connecting the given vertices by the expected number of directed edges in the provided graph.
generate(Graph, Iterable<Vertex>, Iterable<Vertex>, int) - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Generates a synthetic network connecting the vertices in out by directed edges with those in in with the given number of expected edges in the provided graph.
generateData(int) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
generateData(int, int) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
generateData(TitanGraph) - Method in class com.thinkaurelius.titan.testutil.gen.GraphGenerator
Generate a scale-free graph using parameters specified in the Schema object provided to this instance's constructor.
generateGraph() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
generateGraph(String) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
generateMutation(int, int, Map<StaticBuffer, KCVMutation>) - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
generateTypesAndData(TitanGraph) - Method in class com.thinkaurelius.titan.testutil.gen.GraphGenerator
 
generateTypesAndLoadData(TitanGraph, InputStream) - Method in class com.thinkaurelius.titan.testutil.gen.GraphGenerator
 
generateValues() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
generateValues() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
get(KeyColumnValueStore, StoreTransaction, long, String) - Static method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 
get(Result) - Method in enum com.thinkaurelius.titan.testutil.CsvConsumer.Column
 
get() - Static method in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
Get a JUnitBenchmarks rule configured for Titan performance testing.
get(IResultsConsumer...) - Static method in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
Like JUnitBenchmarkProvider.get(), except extra JUB Results consumers can be attached to the returned rule.
GET_ID_BLOCK_TIMEOUT - Static variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
getBaseConfiguration() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
getBaseConfiguration() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
getBasicConfig() - Static method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
getBuffer(int) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
getBuffer(String) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
getCache(KeyColumnValueStore) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
getCacheTx() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
getConfig() - Method in class com.thinkaurelius.titan.diskstorage.configuration.WritableConfigurationTest
 
getConfig() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getConfig(WriteConfiguration) - Static method in class com.thinkaurelius.titan.StorageSetup
 
getConfig(ReadConfiguration) - Static method in class com.thinkaurelius.titan.StorageSetup
 
getConfiguration() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getConfiguration() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
getConfiguration() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
getConsistentTxConfig(StoreManager) - Method in class com.thinkaurelius.titan.diskstorage.AbstractKCVSTest
 
getCrossCommunityPercentage() - Method in class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
Returns the configured cross community percentage.
getDaemonShortName() - Method in class com.thinkaurelius.titan.DaemonRunner
 
getDocument(String, long, double, Geoshape) - Static method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
getEdgeAnnotator() - Method in class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
Returns the EdgeAnnotator for this generator
getEdgeCount() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getEdgeLabelName(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getEdgeLabels() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getEdgePropertyName(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getEdgePropKeys() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getEntry(int, int) - Static method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
getExternalIndex(Class<? extends Element>, String) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getFeatures() - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
getHomeDir(String) - Static method in class com.thinkaurelius.titan.StorageSetup
 
getHomeDir() - Static method in class com.thinkaurelius.titan.StorageSetup
 
getHomeDirFile() - Static method in class com.thinkaurelius.titan.StorageSetup
 
getHomeDirFile(String) - Static method in class com.thinkaurelius.titan.StorageSetup
 
getID(StaticBuffer) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
getIndexRetriever(Map<String, KeyInformation>) - Static method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
getInMemoryGraph() - Static method in class com.thinkaurelius.titan.StorageSetup
 
getKeys(KeyRangeQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
getKeys(SliceQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
getLabel() - Method in class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
Returns the label for this generator.
getMapping(IndexFeatures) - Static method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
getMaxEdgePropVal() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getMaxUid() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getMaxVertexPropVal() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getMemoryUse() - Static method in class com.thinkaurelius.titan.testutil.MemoryAssess
 
getMostRecentMethodName() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
getName() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
getName() - Method in enum com.thinkaurelius.titan.testutil.CsvConsumer.Column
 
getNonExistentKeyReturnsNull() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
getOLAPBuilder(StandardTitanGraph, Class<S>) - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
getOLAPBuilder(StandardTitanGraph, Class<S>) - Method in class com.thinkaurelius.titan.olap.FulgoraOLAPTest
 
getOLAPBuilder(StandardTitanGraph, Class<S>) - Method in class com.thinkaurelius.titan.olap.OLAPTest
 
getPartitionID(TitanVertex, IDManager) - Static method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
getPartitionID(TitanRelation, IDManager) - Static method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
getPr() - Method in class com.thinkaurelius.titan.olap.OLAPTest.PageRank
 
getPrFlow() - Method in class com.thinkaurelius.titan.olap.OLAPTest.PageRank
 
getProp0() - Method in interface com.thinkaurelius.titan.graphdb.FakeVertex
 
getProp1() - Method in interface com.thinkaurelius.titan.graphdb.FakeVertex
 
getProp2() - Method in interface com.thinkaurelius.titan.graphdb.FakeVertex
 
getQuery(int, int, int) - Static method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
getQuery(int, int) - Static method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
getRandomDocument() - Static method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
getSchemaConvergenceTime(TimeUnit) - Static method in class com.thinkaurelius.titan.testutil.TestGraphConfigs
 
getSlice(KeySliceQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
getSlice(List<StaticBuffer>, SliceQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
getSliceCalls() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
getSliceRespectsAllBoundsInclusionArguments() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
getSliceRespectsColumnLimit() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
getSortKeyForLabel(String) - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getStoreTx() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
getString(ReadBuffer) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
getString(StaticBuffer) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
getSupernodeOutLabel() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getSupernodeUid() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getThreadCount() - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getTTL(TimeUnit) - Static method in class com.thinkaurelius.titan.testutil.TestGraphConfigs
 
getTxConfig() - Method in class com.thinkaurelius.titan.diskstorage.AbstractKCVSTest
 
getUid() - Method in interface com.thinkaurelius.titan.graphdb.FakeVertex
 
getValue() - Method in class com.thinkaurelius.titan.graphdb.serializer.SpecialInt
 
getValue(Random, double, double) - Static method in class com.tinkerpop.furnace.alpha.generators.PowerLawDistribution
 
getVertex(String, Object) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getVertex(PropertyKey, Object) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getVertex(TitanTransaction, String, Object) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getVertex(TitanTransaction, PropertyKey, Object) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
getVertexAnnotator() - Method in class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
Returns the VertexAnnotator for this generator
getVertexCount() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getVertexPropertyName(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
getVertexPropKeys() - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
graph - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
GraphGenerator - Class in com.thinkaurelius.titan.testutil.gen
Generates Titan graphs.
GraphGenerator(Schema) - Constructor for class com.thinkaurelius.titan.testutil.gen.GraphGenerator
 

H

hasAllowLoops() - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Whether edge loops are allowed
hasEmptyUid - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
hasFixedUid - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
hashCode() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumn
 

I

idAuthorities - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
IDAuthorityTest - Class in com.thinkaurelius.titan.diskstorage
 
IDAuthorityTest(WriteConfiguration) - Constructor for class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
idOffset - Static variable in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
idUpperBound - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
idUpperBoundBitWidth - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
in - Variable in class com.thinkaurelius.titan.olap.OLAPTest.Degree
 
index - Variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
INDEX - Static variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
INDEX_BACKEND_PROXY - Static variable in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
INDEX_MOCK_FAILADD - Static variable in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
indexFeatures - Variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
indexFeatures - Variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
IndexProviderTest - Class in com.thinkaurelius.titan.diskstorage.indexing
 
IndexProviderTest() - Constructor for class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
indexRetriever - Variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
INITIAL_VERTEX_UID - Static variable in class com.thinkaurelius.titan.testutil.gen.GraphGenerator
 
initialize(String) - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
initialize(int, int) - Method in class com.tinkerpop.furnace.alpha.generators.CopyDistribution
 
initialize(int, int) - Method in interface com.tinkerpop.furnace.alpha.generators.Distribution
Initializes the distribution such that expectedTotal is equal to the expected sum of generated values after the given number of invocatiosn.
initialize(int, int) - Method in class com.tinkerpop.furnace.alpha.generators.NormalDistribution
 
initialize(int, int) - Method in class com.tinkerpop.furnace.alpha.generators.PowerLawDistribution
 
insert(KeyColumnValueStore, StoreTransaction, long, String, String) - Static method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 
insertingGettingAndDeletingSimpleDataWorks() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
intervalTest1() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
intervalTest1() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
intervalTest2() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
isLockingOptimistic() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
iterator() - Method in class com.tinkerpop.furnace.alpha.generators.SizableIterable
 

J

JUnitBenchmarkProvider - Class in com.thinkaurelius.titan.testutil
JUB can write the results of a single JVM run to an XML file, but it does not support appending to an existing file.
JUnitBenchmarkProvider() - Constructor for class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 

K

KCVSCacheTest - Class in com.thinkaurelius.titan.diskstorage.cache
 
KCVSCacheTest() - Constructor for class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
KCVSCacheTest.CounterKCVS - Class in com.thinkaurelius.titan.diskstorage.cache
 
KCVSLogTest - Class in com.thinkaurelius.titan.diskstorage.log
Implemention of the LogTest for KCVSLogManager based log implementations.
KCVSLogTest() - Constructor for class com.thinkaurelius.titan.diskstorage.log.KCVSLogTest
 
key - Variable in class com.thinkaurelius.titan.diskstorage.KeyColumn
 
KeyColumn - Class in com.thinkaurelius.titan.diskstorage
 
KeyColumn(int, int) - Constructor for class com.thinkaurelius.titan.diskstorage.KeyColumn
 
KeyColumnValueStoreTest - Class in com.thinkaurelius.titan.diskstorage
 
KeyColumnValueStoreTest() - Constructor for class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
KeyColumnValueStoreUtil - Class in com.thinkaurelius.titan.diskstorage
 
KeyColumnValueStoreUtil() - Constructor for class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 
KeyOrderAgnosticTests - Interface in com.thinkaurelius.titan.testcategory
 
KeyValueStoreTest - Class in com.thinkaurelius.titan.diskstorage
 
KeyValueStoreTest() - Constructor for class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
KeyValueStoreUtil - Class in com.thinkaurelius.titan.diskstorage
 
KeyValueStoreUtil() - Constructor for class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
killImpl(S) - Method in class com.thinkaurelius.titan.DaemonRunner
 

L

LABEL_PREFIX - Static variable in class com.thinkaurelius.titan.testutil.gen.Schema
 
largeTest() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
loadData(int, int) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphIterativeBenchmark
 
loadLowerTriangularValues(int, int) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
Load a bunch of key-column-values in a way that vaguely resembles a lower triangular matrix.
loadStore(int, int) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
loadValues(String[][]) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
loadValues(KeyColumnValueStore, String[][]) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
loadValues(String[][], int, int) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
loadValues(KeyColumnValueStore, String[][], int, int) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
loadValues(String[]) - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
LOCATION - Static variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
LockKeyColumnValueStoreTest - Class in com.thinkaurelius.titan.diskstorage
 
LockKeyColumnValueStoreTest() - Constructor for class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
LOG_MOCK_FAILADD - Static variable in class com.thinkaurelius.titan.graphdb.TestMockLog
 
LOG_NAME - Static variable in class com.thinkaurelius.titan.diskstorage.log.KCVSLogTest
 
logManagers - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
LogTest - Class in com.thinkaurelius.titan.diskstorage.log
Tests general log implementations
LogTest() - Constructor for class com.thinkaurelius.titan.diskstorage.log.LogTest
 
longToByteBuffer(long) - Static method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 

M

main(String[]) - Static method in class com.thinkaurelius.titan.TestBed
 
main(String[]) - Static method in class com.thinkaurelius.titan.TestByteBuffer
 
main(String[]) - Static method in class com.thinkaurelius.titan.testutil.gen.GraphGenerator
 
makeKey(String, Class) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
makeKeyedEdgeLabel(String, PropertyKey, PropertyKey) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
makeLabel(String) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
makeTypes(TitanGraph) - Method in class com.thinkaurelius.titan.testutil.gen.Schema
 
makeVertexIndexedKey(String, Class) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
makeVertexIndexedUniqueKey(String, Class) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
manager - Variable in class com.thinkaurelius.titan.diskstorage.DistributedStoreManagerTest
 
manager - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
manager - Variable in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
manager - Variable in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
manager - Variable in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
manager - Variable in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
mapKey2Field(String, KeyInformation) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
MAX_KEY - Static variable in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
MAX_NUM_PARTITIONS - Static variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
MAX_WRITE_TIME - Static variable in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
mediumSendReceive() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
MemoryAssess - Class in com.thinkaurelius.titan.testutil
 
MemoryAssess() - Constructor for class com.thinkaurelius.titan.testutil.MemoryAssess
 
MemoryTests - Interface in com.thinkaurelius.titan.testcategory
This is a JUnit category for performance-measuring tests implemented with JUnitBenchmarks.
methodName - Variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
metric - Variable in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
mgmt - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
MIN_KEY - Static variable in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
multipleStores() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
MultiWriteKeyColumnValueStoreTest - Class in com.thinkaurelius.titan.diskstorage
 
MultiWriteKeyColumnValueStoreTest() - Constructor for class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
mutate(StaticBuffer, List<Entry>, List<StaticBuffer>, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
mutate(Map<String, Map<String, IndexMutation>>, KeyInformation.IndexRetriever, BaseTransaction) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
mutateManyStressTest() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
mutateManyWritesSameKeyOnMultipleCFs() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
mutateState(Map<StaticBuffer, Map<StaticBuffer, StaticBuffer>>, int, int) - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
Pseudorandomly change the supplied state.

N

NAME - Static variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
name - Variable in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
newTransaction(KeyColumnValueStoreManager) - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
newTx() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
newTx() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
newTx() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
newTx() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
nextConditionalValue(Random, int) - Method in class com.tinkerpop.furnace.alpha.generators.CopyDistribution
 
nextConditionalValue(Random, int) - Method in interface com.tinkerpop.furnace.alpha.generators.Distribution
Returns the next value conditional on another given value.
nextConditionalValue(Random, int) - Method in class com.tinkerpop.furnace.alpha.generators.NormalDistribution
 
nextConditionalValue(Random, int) - Method in class com.tinkerpop.furnace.alpha.generators.PowerLawDistribution
 
nextValue(Random) - Method in class com.tinkerpop.furnace.alpha.generators.CopyDistribution
 
nextValue(Random) - Method in interface com.tinkerpop.furnace.alpha.generators.Distribution
Returns the next value.
nextValue(Random) - Method in class com.tinkerpop.furnace.alpha.generators.NormalDistribution
 
nextValue(Random) - Method in class com.tinkerpop.furnace.alpha.generators.PowerLawDistribution
 
NONE - Static variable in interface com.tinkerpop.furnace.alpha.generators.EdgeAnnotator
NONE - Static variable in interface com.tinkerpop.furnace.alpha.generators.VertexAnnotator
NormalDistribution - Class in com.tinkerpop.furnace.alpha.generators
Generates values according to a normal distribution with the configured standard deviation.
NormalDistribution(double) - Constructor for class com.tinkerpop.furnace.alpha.generators.NormalDistribution
Constructs a NormalDistribution with the given standard deviation.
NUM_TX - Static variable in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 

O

of(Class<?>, Parameter...) - Static method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
OLAPTest - Class in com.thinkaurelius.titan.olap
 
OLAPTest() - Constructor for class com.thinkaurelius.titan.olap.OLAPTest
 
OLAPTest.Degree - Class in com.thinkaurelius.titan.olap
 
OLAPTest.PageRank - Class in com.thinkaurelius.titan.olap
 
open() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
open() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
open() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
open() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
open() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
open() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
open(WriteConfiguration) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
open(WriteConfiguration) - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
open(WriteConfiguration) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
open(WriteConfiguration) - Method in class com.thinkaurelius.titan.graphdb.TitanWritePerformanceTest
 
openClose() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
openGraph(String) - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
openGraphs - Variable in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
openIndex() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
openLocker(String) - Method in class com.thinkaurelius.titan.diskstorage.util.TestLockerManager
 
openLog(String) - Method in class com.thinkaurelius.titan.graphdb.TestMockLog
 
openLogManager(String) - Method in class com.thinkaurelius.titan.diskstorage.log.KCVSLogTest
 
openLogManager(String) - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
openStorageManager() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
openStorageManager() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
openStorageManager() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
openStorageManager(int) - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
openStorageManager() - Method in class com.thinkaurelius.titan.diskstorage.log.KCVSLogTest
 
openStorageManager() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
openStorageManager() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphIterativeBenchmark
 
openTx() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
openTxLog() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
openUserLog(String) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
option(ConfigOption, String...) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
option - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest.TestConfigOption
 
OrderedKeyStoreTests - Interface in com.thinkaurelius.titan.testcategory
 
out - Variable in class com.thinkaurelius.titan.olap.OLAPTest.Degree
 

P

pageRank() - Method in class com.thinkaurelius.titan.olap.OLAPTest
 
PageRank(long, double) - Constructor for class com.thinkaurelius.titan.olap.OLAPTest.PageRank
 
parallelNoncontendedLockStressTest() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
PerformanceTests - Interface in com.thinkaurelius.titan.testcategory
This is a JUnit category for performance-measuring tests implemented with JUnitBenchmarks.
PINDEX - Static variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
populateDBWith100Keys() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
populateDBWith100Keys(KeyColumnValueStore) - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
PowerLawDistribution - Class in com.tinkerpop.furnace.alpha.generators
Generates values according to a scale-free distribution with the configured gamma value.
PowerLawDistribution(double) - Constructor for class com.tinkerpop.furnace.alpha.generators.PowerLawDistribution
Constructs a new scale-free distribution for the provided gamma value.
print(String[]) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
print(String[][]) - Static method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
printAllMetrics() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
printAllMetrics(String) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
printResult(Iterable<RawQuery.Result<String>>) - Static method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
processVertex(Vertex, Map<String, Object>) - Method in class com.tinkerpop.furnace.alpha.generators.AbstractGenerator
 
prop - Variable in class com.thinkaurelius.titan.olap.OLAPTest.Degree
 

Q

query(IndexQuery, KeyInformation.IndexRetriever, BaseTransaction) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
query(RawQuery, KeyInformation.IndexRetriever, BaseTransaction) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 

R

RandomGenerator - Class in com.thinkaurelius.titan.testutil
 
RandomGenerator() - Constructor for class com.thinkaurelius.titan.testutil.RandomGenerator
 
randomInt(int, int) - Static method in class com.thinkaurelius.titan.testutil.RandomGenerator
Generate a pseudorandom number using Math.random().
randomLong(long, long) - Static method in class com.thinkaurelius.titan.testutil.RandomGenerator
Generate a pseudorandom number using Math.random().
randomString() - Static method in class com.thinkaurelius.titan.testutil.RandomGenerator
 
randomString(int, int) - Static method in class com.thinkaurelius.titan.testutil.RandomGenerator
 
randomStrings(int) - Static method in class com.thinkaurelius.titan.testutil.RandomGenerator
 
randomStrings(int, int, int) - Static method in class com.thinkaurelius.titan.testutil.RandomGenerator
 
read(ScanBuffer) - Method in class com.thinkaurelius.titan.graphdb.serializer.SpecialIntSerializer
 
readStatusFromDisk() - Method in class com.thinkaurelius.titan.DaemonRunner
 
register(String, String, KeyInformation, BaseTransaction) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
repeatLockingDoesNotExtendExpiration() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
resetCounter() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest.CounterKCVS
 
restore(Map<String, Map<String, List<IndexEntry>>>, KeyInformation.IndexRetriever, BaseTransaction) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
round(double) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
runCommand(String...) - Static method in class com.thinkaurelius.titan.DaemonRunner
Run the parameter as an external process.

S

scanTest() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
Loads a block of data where keys are longs on [idOffset, idOffset + numKeys) and the columns are longs on [idOffset, idOffset + numColumns).
scanTest() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
Schema - Class in com.thinkaurelius.titan.testutil.gen
 
Schema.Builder - Class in com.thinkaurelius.titan.testutil.gen
 
sendReceive(int, int, int) - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
serial - Static variable in class com.thinkaurelius.titan.diskstorage.KeyValueStoreUtil
 
SerialTests - Interface in com.thinkaurelius.titan.testcategory
 
setAllowLoops(boolean) - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Sets whether loops, i.e.
setCommunityDistribution(Distribution) - Method in class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
Sets the distribution to be used to generate the sizes of communities.
setCrossCommunityPercentage(double) - Method in class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
Sets the percentage of edges that cross a community, i.e.
setDegreeDistribution(Distribution) - Method in class com.tinkerpop.furnace.alpha.generators.CommunityGenerator
Sets the distribution to be used to generate the out-degrees of vertices
setEdgeCount(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Set the number of edges to create for each edge label.
setEdgeLabels(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Set the total number of edge labels to create.
setEdgePropKeys(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Set the total number of distinct property keys to use for edge properties.
setInDistribution(Distribution) - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Sets the in-degree distribution to be used by this generator.
setMaxEdgePropVal(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Set the maximum value of edge properties.
setMaxVertexPropVal(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Set the maximum value of vertex properties.
setOutDistribution(Distribution) - Method in class com.tinkerpop.furnace.alpha.generators.DistributionGenerator
Sets the out-degree distribution to be used by this generator.
setPr(double, double, long) - Method in class com.thinkaurelius.titan.olap.OLAPTest.PageRank
 
setup() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
setup() - Method in class com.thinkaurelius.titan.diskstorage.configuration.WritableConfigurationTest
 
setUp() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
setUp() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
setUp() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
setUp() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
setUp() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
setup() - Method in class com.thinkaurelius.titan.diskstorage.log.KCVSLogTest
 
setup() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
setUp() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
setUp() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
setUp() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
 
setupMocks() - Method in class com.thinkaurelius.titan.diskstorage.ExpectedValueCheckingTest
 
setVertexCount(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Set the number of vertices to create.
setVertexPropKeys(int) - Method in class com.thinkaurelius.titan.testutil.gen.Schema.Builder
Set the total number of distinct property keys to use for vertex properties.
shutdown() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
shutdown() - Method in class com.thinkaurelius.titan.diskstorage.log.KCVSLogTest
 
shutdown() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
simpleLogTest() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
simpleLogTest(boolean) - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
simpleLogTestWithFailure() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
singleLockAndUnlock() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
singleSourceShortestPaths() - Method in class com.thinkaurelius.titan.olap.OLAPTest
 
singleStore() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
singleTransactionWithMultipleLocks() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
SizableIterable<T> - Class in com.tinkerpop.furnace.alpha.generators
Utility class to make size determinations for Iterable for efficient.
SizableIterable(Iterable<T>, int) - Constructor for class com.tinkerpop.furnace.alpha.generators.SizableIterable
Wraps the given Iterable with the given size.
size() - Method in class com.tinkerpop.furnace.alpha.generators.SizableIterable
Returns the size of the Iterable
sizeOf(Iterable<T>) - Static method in class com.tinkerpop.furnace.alpha.generators.SizableIterable
Utility method to determine the number of elements in an Iterable.
smallSendReceive() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
SpecialInt - Class in com.thinkaurelius.titan.graphdb.serializer
 
SpecialInt(int) - Constructor for class com.thinkaurelius.titan.graphdb.serializer.SpecialInt
 
SpecialIntSerializer - Class in com.thinkaurelius.titan.graphdb.serializer
 
SpecialIntSerializer() - Constructor for class com.thinkaurelius.titan.graphdb.serializer.SpecialIntSerializer
 
start() - Method in class com.thinkaurelius.titan.DaemonRunner
Read daemon status from disk, then try to start the dameon if the status file says it is stopped.
start() - Method in class com.thinkaurelius.titan.testutil.MemoryAssess
 
startImpl() - Method in class com.thinkaurelius.titan.DaemonRunner
 
startTx() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
stop() - Method in class com.thinkaurelius.titan.DaemonRunner
Read daemon status from disk, then try to kill the daemon if the status file says it is running.
StorageSetup - Class in com.thinkaurelius.titan
 
StorageSetup() - Constructor for class com.thinkaurelius.titan.StorageSetup
 
store - Variable in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
store - Variable in class com.thinkaurelius.titan.diskstorage.DistributedStoreManagerTest
 
store - Variable in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
store - Variable in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
store - Variable in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
STORE_NAME - Static variable in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
STORE_NAMES - Static variable in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
storeAndRetrieve() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
storeAndRetrieve() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
storeAndRetrievePerformance() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
storeAndRetrieveWithClosing() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
storeAndRetrieveWithClosing() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
storeFeatures() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
storeManager - Variable in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
storeName - Variable in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
storeName1 - Variable in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
storeName2 - Variable in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
storeUsesConsistentKeyLocker() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
stringToByteBuffer(String) - Static method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreUtil
 
SUPERNODE_UID - Static variable in class com.thinkaurelius.titan.testutil.gen.Schema
 
supports(KeyInformation, TitanPredicate) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
supports(KeyInformation) - Method in class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
supportsGeoPoint - Variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
supportsLuceneStyleQueries() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
supportsLuceneStyleQueries() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
supportsMultipleGraphs() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
supportsNumeric - Variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
supportsText - Variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
SYSTEM_METRICS - Variable in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 

T

TARGET_RUNTIME_MS - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
tearDown() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
tearDown() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
tearDown() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
tearDown() - Method in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
tearDown() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
tearDown() - Method in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
tearDown() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
tearDown() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
 
testAddFieldThenDeleteDoc() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testArrayEqualityUsingImplicitKey() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testAuthorityUniqueIDsAreDistinct() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
testAutomaticTypeCreation() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Tests the automatic creation of types
testBasic() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Very simple graph operation to ensure minimal functionality and cleanup
testBatchLoadingLocking(boolean) - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
 
testBatchLoadingNoLock() - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
Tests that batch-loading will ignore locks
TestBed - Class in com.thinkaurelius.titan
 
TestBed() - Constructor for class com.thinkaurelius.titan.TestBed
 
TestByteBuffer - Class in com.thinkaurelius.titan
 
TestByteBuffer() - Constructor for class com.thinkaurelius.titan.TestByteBuffer
 
testCacheConcurrency() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testCacheSpeedup() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
Tests cache performance TODO: move to benchmarks
testCommonSupport() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testCompetingThreads() - Method in class com.thinkaurelius.titan.blueprints.TransactionalTitanGraphTestSuite
 
testCompositeAndMixedIndexing() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testConcurrentConsistencyEnforcement() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testConcurrentGetSlice() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
testConcurrentGetSliceAndMutate() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
testConditionalIndexing() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
Tests conditional indexing and the different management features
TestConfigOption(ConfigOption, String...) - Constructor for class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest.TestConfigOption
 
testConflictingAdd() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testConsistencyEnforcement() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Tests the correct application of ConsistencyModifiers across transactional boundaries
testConsistencyModifier() - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
Tests that consistency modes are correctly interpreted in the absence of locks (or tx isolation)
testContainsWithMultipleValues() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testCreateAndRetrieveComprehensive() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testCreateAndRetrieveMedium() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
In purpose similar to TitanGraphTest.testCreateAndRetrieveComprehensive() but less focused on comprehensive feature coverage and more on using larger transaction sizes
testCreateDelete() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testDataSequential() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphIterativeBenchmark
 
testDataTypes() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Test the different data types that Titan supports natively and ensure that invalid data types aren't allowed
testDeleteDocumentThenAddField() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testDeleteDocumentThenDeleteField() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testDeleteDocumentThenModifyField() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testDeleteVertexThenAddProperty() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
Create a vertex and commit.
testDeleteVertexThenDeleteProperty() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
Create a vertex with an indexed property and commit.
testDeleteVertexThenModifyProperty() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
Create a vertex with an indexed property and commit.
testDualMapping() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testEdgesExceedCacheSize() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testEdgeTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testEdgeTTLImplicitKey() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testEdgeTTLLimitedByVertexTTL() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testEdgeTTLTiming() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testEdgeTTLWithCompositeIndex() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testEdgeTTLWithMixedIndices() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testEdgeTTLWithTransactions() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testEdgeTTLWithVertexCentricIndex() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testFixedGraphConfig() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testForceIndexUsage() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testFuzzMessages() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testGetDeployment() - Method in class com.thinkaurelius.titan.diskstorage.DistributedStoreManagerTest
 
testGetKeysColumnSlicesOnLowerTriangular() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
Test getKeys with columns slice values chosen to trigger potential fencepost bugs.
testGetKeysColumnSlicesSimple() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
Check that getKeys methods respect column slice bounds.
testGetKeysWithKeyRange() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
testGetKeysWithSliceQuery() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
testGetLocalKeyPartition() - Method in class com.thinkaurelius.titan.diskstorage.DistributedStoreManagerTest
 
testGetSlices() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
testGetTTLFromUnsupportedType() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testGlobalGraphConfig() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testGlobalGraphIndexingAndQueriesForInternalIndexes() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Tests index defintions and their correct application for internal indexes only
testGlobalIteration() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Iterating over all vertices and edges in a graph
testGlobalOfflineGraphConfig() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testGMLReaderTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
TestGraphConfigs - Class in com.thinkaurelius.titan.testutil
A central mechanism for overridding graph configuration parameters during unit and integration testing.
TestGraphConfigs() - Constructor for class com.thinkaurelius.titan.testutil.TestGraphConfigs
 
testGraphMLReaderTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testGraphOfTheGods() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
Tests the GraphOfTheGodsFactory.load(com.thinkaurelius.titan.core.TitanGraph) method used as the standard example that ships with Titan.
testGraphQueryForEdges() - Method in class com.thinkaurelius.titan.blueprints.TitanGraphQueryTestSuite
 
testGraphQueryForVertices() - Method in class com.thinkaurelius.titan.blueprints.TitanGraphQueryTestSuite
 
testGraphQueryTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testGraphSONReaderTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testGraphTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testHasNot() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testIdCounts() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testIDExhaustion() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
testImplicitKey() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Test the correct application of ImplicitKey to vertices, edges, and properties.
testIndexing() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testIndexParameters() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
Tests index parameters (mapping and names) and various string predicates
testIndexQueryWithLabelsAndContainsIN() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testIndexQueryWithScore() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testIndexReplay() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testIndexRetrieval() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testIndexUniqueness() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testIndexUpdatesWithoutReindex() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testIndexUpdatesWithoutReindex() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testIndexUpdateSyncWithMultipleInstances() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testJointIndexRetrieval() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testKCVSAccess1() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testKCVSAccess2() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testLargeJointIndexRetrieval() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testLastWriteWins() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testLimitWithMixedIndexCoverage() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testLoadData() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphIterativeBenchmark
 
testLocalGraphConfiguration() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testLocalLockContention() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
testLocalPartitionAcquisition() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
TestLockerManager - Class in com.thinkaurelius.titan.diskstorage.util
 
TestLockerManager() - Constructor for class com.thinkaurelius.titan.diskstorage.util.TestLockerManager
 
testLockException() - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
Tests that without batch-loading locks will be correctly applied (and therefore the tx fails)
testLocksOnMultipleStores() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
testLogIsDurableAcrossReopen() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testManagedOptionMasking() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testManyThreadsOneIDAuthority() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
testMaskableGraphConfig() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testMemoryLeakage() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphPerformanceMemoryTest
 
TestMockIndexProvider - Class in com.thinkaurelius.titan.graphdb
 
TestMockIndexProvider(Configuration) - Constructor for class com.thinkaurelius.titan.graphdb.TestMockIndexProvider
 
TestMockLog - Class in com.thinkaurelius.titan.graphdb
 
TestMockLog(Configuration) - Constructor for class com.thinkaurelius.titan.graphdb.TestMockLog
 
testMultiIDAcquisition() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
testMultipleLogsWithSingleReader() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testMultipleReadersOnSingleLog() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testMultivaluedVertexProperty() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Tests multi-valued properties with special focus on indexing and incident unidirectional edges which is not tested in TitanGraphTest.testSchemaTypes() -->TODO: split and move this into other test cases: ordering to query, indexing to index
testMutateManyWithLockUsesConsistentTx() - Method in class com.thinkaurelius.titan.diskstorage.ExpectedValueCheckingTest
 
testMutateManyWithoutLockUsesInconsistentTx() - Method in class com.thinkaurelius.titan.diskstorage.ExpectedValueCheckingTest
 
testMutateWithLockUsesConsistentTx() - Method in class com.thinkaurelius.titan.diskstorage.ExpectedValueCheckingTest
 
testMutateWithoutLockUsesInconsistentTx() - Method in class com.thinkaurelius.titan.diskstorage.ExpectedValueCheckingTest
 
testName - Variable in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testOpenClose() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Just opens and closes the graph
testOrderedConfig() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
testOrderedGetKeysRespectsKeyLimit() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
Verify that KeyColumnValueStore.getKeys(KeyRangeQuery, StoreTransaction) treats the lower key bound as inclusive and the upper key bound as exclusive.
testPropertyIndexPersistence() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testPropertyTTLTiming() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testRandomInt() - Method in class com.thinkaurelius.titan.testutil.RandomGenerator
 
testRandomLong() - Method in class com.thinkaurelius.titan.testutil.RandomGenerator
 
testRandomString() - Method in class com.thinkaurelius.titan.testutil.RandomGenerator
 
testRawQueries() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
Tests index parameters (mapping and names) with raw indexQuery
testReadMarkerCompatibility() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testReadMarkerResumesInMiddleOfLog() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testReadOperations() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testReadOperations(boolean) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testReadOperationsWithCache() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testRelationTypeIndexes() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testRemoteLockContention() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
testRestore() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testSchemaNameChange() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testSchemaTypes() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Test the definition and inspection of various schema types and ensure their correct interpretation within the graph
testSelfLoop() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Tests that self-loop edges are handled and counted correctly
testSeparateReadersAndLogsInSharedManager() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testSettingProperty() - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
testSettingTTLOnNonStaticVertexLabel() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testSettingTTLOnUnsupportedType() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testSetup() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
testSimpleIDAcquisition() - Method in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
testSimpleUpdate() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testSimpleWriteWithBatch() - Method in class com.thinkaurelius.titan.graphdb.TitanWritePerformanceTest
 
testSimpleWriteWithoutBatch() - Method in class com.thinkaurelius.titan.graphdb.TitanWritePerformanceTest
 
testSmallCache() - Method in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
testStaleVertex() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testStandardIndexVertexPropertyReads() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
Load-then-read test of standard-indexed vertex properties.
testStoreTTL() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
testThreadBoundTx() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Tests that elements can be accessed beyond their transactional boundaries if they are bound to single-threaded graph transactions
testTimeSequence() - Method in class com.thinkaurelius.titan.diskstorage.util.TestTimeUtility
 
testTimestampedUpdates() - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
Tests that timestamped edges and properties can be updated
testTimestampSetting() - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
Tests the correct interpretation of the commit time and that timestamps can be read
TestTimeUtility - Class in com.thinkaurelius.titan.diskstorage.util
 
TestTimeUtility() - Constructor for class com.thinkaurelius.titan.diskstorage.util.TestTimeUtility
 
testTitanSpecificTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testTransactionalGraphTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testTransactionalMemory() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphPerformanceMemoryTest
 
testTransactionalScopeOfSchemaTypes() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
This tests a special scenario under which a schema type is defined in a (management) transaction and then accessed in a concurrent transaction.
testTransactionConfiguration() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testTransactionIsolation() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Verifies transactional isolation and internal vertex existence checking
testTTL() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
testTtl() - Method in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
testUnorderedConfig() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
testUnregisterReader() - Method in class com.thinkaurelius.titan.diskstorage.log.LogTest
 
testUpdateAddition() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
Test overwriting a single existing field on an existing document (isNew=false).
testUpdateDeletion() - Method in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
Test deleting a single field from a single document (deleteAll=false).
TestUtil - Class in com.thinkaurelius.titan.testutil
 
TestUtil() - Constructor for class com.thinkaurelius.titan.testutil.TestUtil
 
testVertexCentricIndexWithNull() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testVertexCentricQuery() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testVertexPartitioning() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
testVertexQueryTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testVertexReattachment() - Method in class com.thinkaurelius.titan.blueprints.TitanSpecificBlueprintsTestSuite
 
testVertexRemoval() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
Adding a removing a vertex with index
testVertexTestSuite() - Method in class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
testVertexTTLImplicitKey() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testVertexTTLWithCompositeIndex() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
testVertexTTLWithMixedIndices() - Method in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
testVLabelOnOrderedStorage() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
testVLabelOnUnorderedStorage() - Method in class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
testWithoutIndex() - Method in class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
TEXT - Static variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
TIME - Static variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
times - Static variable in class com.thinkaurelius.titan.diskstorage.AbstractKCVSTest
 
times - Static variable in class com.thinkaurelius.titan.diskstorage.cache.KCVSCacheTest
 
TitanBlueprintsTest - Class in com.thinkaurelius.titan.blueprints
Blueprints test suite adapted for Titan.
TitanBlueprintsTest() - Constructor for class com.thinkaurelius.titan.blueprints.TitanBlueprintsTest
 
TitanEdgeTestSuite - Class in com.thinkaurelius.titan.blueprints
 
TitanEdgeTestSuite(GraphTest) - Constructor for class com.thinkaurelius.titan.blueprints.TitanEdgeTestSuite
 
TitanEventualGraphTest - Class in com.thinkaurelius.titan.graphdb
 
TitanEventualGraphTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
 
TitanGraphBaseTest - Class in com.thinkaurelius.titan.graphdb
 
TitanGraphBaseTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
TitanGraphBaseTest.TestConfigOption - Class in com.thinkaurelius.titan.graphdb
 
TitanGraphConcurrentTest - Class in com.thinkaurelius.titan.graphdb
High concurrency test cases to spot deadlocks and other failures that can occur under high degrees of parallelism.
TitanGraphConcurrentTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanGraphConcurrentTest
 
TitanGraphIterativeBenchmark - Class in com.thinkaurelius.titan.graphdb
A benchmark to test the performance of sequential row retrieval from the underlying KeyColumnValueStore which is the basic operation underlying the Fulgora OLAP component of Titan.
TitanGraphIterativeBenchmark() - Constructor for class com.thinkaurelius.titan.graphdb.TitanGraphIterativeBenchmark
 
TitanGraphPerformanceMemoryTest - Class in com.thinkaurelius.titan.graphdb
These tests focus on the in-memory data structures of individual transactions and how they hold up to high memory pressure
TitanGraphPerformanceMemoryTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanGraphPerformanceMemoryTest
 
TitanGraphQueryTestSuite - Class in com.thinkaurelius.titan.blueprints
 
TitanGraphQueryTestSuite(GraphTest) - Constructor for class com.thinkaurelius.titan.blueprints.TitanGraphQueryTestSuite
 
TitanGraphTest - Class in com.thinkaurelius.titan.graphdb
 
TitanGraphTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanGraphTest
 
TitanIndexTest - Class in com.thinkaurelius.titan.graphdb
 
TitanIndexTest(boolean, boolean, boolean) - Constructor for class com.thinkaurelius.titan.graphdb.TitanIndexTest
 
TitanOperationCountingTest - Class in com.thinkaurelius.titan.graphdb
 
TitanOperationCountingTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
TitanPartitionGraphTest - Class in com.thinkaurelius.titan.graphdb
Tests graph and vertex partitioning
TitanPartitionGraphTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanPartitionGraphTest
 
TitanSpecificBlueprintsTestSuite - Class in com.thinkaurelius.titan.blueprints
 
TitanSpecificBlueprintsTestSuite(GraphTest) - Constructor for class com.thinkaurelius.titan.blueprints.TitanSpecificBlueprintsTestSuite
 
TitanWritePerformanceTest - Class in com.thinkaurelius.titan.graphdb
 
TitanWritePerformanceTest() - Constructor for class com.thinkaurelius.titan.graphdb.TitanWritePerformanceTest
 
toBinary(int) - Static method in class com.thinkaurelius.titan.TestBed
 
TransactionalTitanGraphTestSuite - Class in com.thinkaurelius.titan.blueprints
 
TransactionalTitanGraphTestSuite(GraphTest) - Constructor for class com.thinkaurelius.titan.blueprints.TransactionalTitanGraphTestSuite
 
transactionMayReenterLock() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
twoLocalTransactionsWithIndependentLocks() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
twoTransactionsWithIndependentLocks() - Method in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
tx - Variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
tx - Variable in class com.thinkaurelius.titan.diskstorage.KeyColumnValueStoreTest
 
tx - Variable in class com.thinkaurelius.titan.diskstorage.KeyValueStoreTest
 
tx - Variable in class com.thinkaurelius.titan.diskstorage.LockKeyColumnValueStoreTest
 
tx - Variable in class com.thinkaurelius.titan.diskstorage.MultiWriteKeyColumnValueStoreTest
 
tx - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 

U

UID_PROP - Static variable in class com.thinkaurelius.titan.testutil.gen.Schema
 
uidBitWidth - Variable in class com.thinkaurelius.titan.diskstorage.IDAuthorityTest
 
umbrella - Variable in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest.TestConfigOption
 
UnorderedKeyStoreTests - Interface in com.thinkaurelius.titan.testcategory
 

V

valueOf(String) - Static method in enum com.thinkaurelius.titan.testutil.CsvConsumer.Column
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.thinkaurelius.titan.testutil.CsvConsumer.Column
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAttribute(SpecialInt) - Method in class com.thinkaurelius.titan.graphdb.serializer.SpecialIntSerializer
 
verifyElementOrder(Iterable<? extends Element>, String, Order, int) - Static method in class com.thinkaurelius.titan.testutil.TestUtil
 
verifyElementOrder(Iterator<? extends Element>, String, Order, int) - Static method in class com.thinkaurelius.titan.testutil.TestUtil
 
verifyEligibility() - Method in class com.thinkaurelius.titan.graphdb.TitanEventualGraphTest
 
verifyMocks() - Method in class com.thinkaurelius.titan.diskstorage.ExpectedValueCheckingTest
 
verifyStoreMetrics(String) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
verifyStoreMetrics(String, Map<String, Long>) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
verifyStoreMetrics(String, String, Map<String, Long>) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
verifyTypeCacheMetrics(int, int, int, int) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
verifyTypeCacheMetrics(String, int, int, int, int) - Method in class com.thinkaurelius.titan.graphdb.TitanOperationCountingTest
 
VERTEX_KEY_PREFIX - Static variable in class com.thinkaurelius.titan.testutil.gen.Schema
 
VertexAnnotator - Interface in com.tinkerpop.furnace.alpha.generators
VertexAnnotator is used to assign properties to generated edges.
VINDEX - Static variable in class com.thinkaurelius.titan.graphdb.TitanIndexTest
 

W

WARMUP_ROUNDS - Static variable in class com.thinkaurelius.titan.testutil.JUnitBenchmarkProvider
 
WEIGHT - Static variable in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest
 
wrapAround(int, int) - Static method in class com.thinkaurelius.titan.graphdb.TitanGraphBaseTest
 
WritableConfigurationTest - Class in com.thinkaurelius.titan.diskstorage.configuration
 
WritableConfigurationTest() - Constructor for class com.thinkaurelius.titan.diskstorage.configuration.WritableConfigurationTest
 
write(WriteBuffer, SpecialInt) - Method in class com.thinkaurelius.titan.graphdb.serializer.SpecialIntSerializer
 
writeData(TitanGraph, OutputStream) - Static method in class com.thinkaurelius.titan.testutil.gen.GraphGenerator
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2012–2016. All rights reserved.