- cardinality(String) - Method in class overflowdb.util.NodesList
-
cardinality of nodes for given label
- clear() - Method in class overflowdb.NodeRef
-
- clear() - Method in class overflowdb.util.MultiIterator
-
- clearAllReferences() - Method in class overflowdb.ReferenceManager
-
writes all references to disk overflow, blocks until complete.
- clearIndex(String) - Method in class overflowdb.storage.OdbStorage
-
- clearIndices() - Method in class overflowdb.storage.OdbStorage
-
- close() - Method in class overflowdb.Graph
-
if the config.graphLocation is set, data in the graph is persisted to that location.
- close() - Method in class overflowdb.HeapUsageMonitor
-
- close() - Method in class overflowdb.ReferenceManager
-
- close() - Method in class overflowdb.storage.OdbStorage
-
- compact() - Method in class overflowdb.util.NodesList
-
trims down internal collections to just about the necessary size, in order to allow the remainder to be
garbage collected
- Config - Class in overflowdb
-
- Config() - Constructor for class overflowdb.Config
-
- contains(long) - Method in class overflowdb.util.NodesList
-
- copyTo(Graph) - Method in class overflowdb.Graph
-
Copies all nodes/edges into the given empty graph, preserving their ids and properties.
- create(int) - Static method in class overflowdb.util.PackedIntArray
-
- createAdjacentNodeIteratorByOffSet(int) - Method in class overflowdb.NodeDb
-
- createEdge(Graph, NodeRef<NodeDb>, NodeRef<NodeDb>) - Method in interface overflowdb.EdgeFactory
-
- createNode(NodeRef<V>) - Method in class overflowdb.NodeFactory
-
- createNode(Graph, long) - Method in class overflowdb.NodeFactory
-
- createNodePropertyIndex(String) - Method in class overflowdb.IndexManager
-
Create an index for specified node property.
- createNodeRef(Graph, long) - Method in class overflowdb.NodeFactory
-
- createNodeRef(long, String) - Method in class overflowdb.storage.NodeDeserializer
-
- createWithSpecificLocation(File) - Static method in class overflowdb.storage.OdbStorage
-
create with specific mvstore file - which may or may not yet exist.
- createWithTempFile() - Static method in class overflowdb.storage.OdbStorage
-
- currentId - Variable in class overflowdb.Graph
-