- call() - Method in class org.cloudgraph.hbase.graph.GraphAssemblerCallable
-
- canAbortScan(boolean, Integer, Integer, Set<PlasmaDataGraph>) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
- canIgnoreResults() - Method in class org.cloudgraph.hbase.results.DefaultResultsAssembler
-
- canIgnoreResults() - Method in interface org.cloudgraph.hbase.results.ResultsSlider
-
Returns whether results may be ignored under the current context.
- canUseFuzzyKeyScan() - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
- canUsePartialKeyScan() - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
Returns whether an HBase partial row-key scan is possible under the current
scan context.
- CellConverter - Class in org.cloudgraph.hbase.graph
-
- CellConverter(PlasmaType, TableMapping, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.graph.CellConverter
-
- CellValues - Class in org.cloudgraph.hbase.io
-
Local column qualifier/value map which is mutable such that column results
can be incrementally added.
- CellValues(Result) - Constructor for class org.cloudgraph.hbase.io.CellValues
-
- CellValues(byte[]) - Constructor for class org.cloudgraph.hbase.io.CellValues
-
- charset - Variable in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- charset - Static variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- charset - Variable in class org.cloudgraph.hbase.key.ByteBufferKeyFactory
-
- charset - Variable in class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
- charset - Variable in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
- charset - Variable in class org.cloudgraph.hbase.scan.ScanLiteral
-
- clear() - Method in class org.cloudgraph.hbase.filter.ColumnPredicateFilterAssembler
-
- clear() - Method in class org.cloudgraph.hbase.filter.FilterHierarchyAssembler
-
- clear() - Method in class org.cloudgraph.hbase.filter.FilterListAssembler
-
- clear() - Method in class org.cloudgraph.hbase.filter.GraphFetchColumnFilterAssembler
-
- clear() - Method in class org.cloudgraph.hbase.filter.MultiColumnPredicateFilterAssembler
-
- clear() - Method in class org.cloudgraph.hbase.filter.PredicateColumnFilterAssembler
-
- clear() - Method in class org.cloudgraph.hbase.filter.PredicateRowFilterAssembler
-
- clear() - Method in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- clear() - Method in class org.cloudgraph.hbase.graph.DistributedAssembler
-
Resets the assembler.
- clear() - Method in class org.cloudgraph.hbase.io.CellValues
-
- clear() - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Frees resources associated with this reader and any component readers.
- clear() - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Frees resources associated with this reader and any component readers.
- clear() - Method in class org.cloudgraph.hbase.io.GraphRowReader
-
Frees resources associated with this reader.
- clear() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Frees resources associated with this reader and any component readers.
- clear() - Method in interface org.cloudgraph.hbase.io.RowReader
-
Frees resources associated with this.
- clear() - Method in interface org.cloudgraph.hbase.io.TableReader
-
Frees resources associated with this reader and any component readers.
- clear() - Method in class org.cloudgraph.hbase.scan.FuzzyRowKeyScanAssembler
-
- close() - Method in class org.cloudgraph.hbase.connect.Connection
-
- close() - Method in interface org.cloudgraph.hbase.io.DistributedGraphOperation
-
Closes tables and connections.
- close() - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
- close() - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
- close() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
- close() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- close() - Method in interface org.cloudgraph.hbase.io.TableOperation
-
Frees resources.
- close() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordReader
-
Closes the split.
- close() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordRecognizer
-
Closes the split.
- close() - Method in class org.cloudgraph.hbase.mutation.GraphMutationCollector
-
- close() - Method in interface org.cloudgraph.hbase.mutation.MutationCollector
-
- close() - Method in class org.cloudgraph.hbase.service.GraphDispatcher
-
- close() - Method in class org.cloudgraph.hbase.service.GraphQuery
-
- close() - Method in class org.cloudgraph.hbase.service.GraphStreamQuery
-
- close() - Method in class org.cloudgraph.hbase.service.HBaseGraphService
-
- close() - Method in class org.cloudgraph.hbase.service.HBaseServiceContext
-
- CloudGraphContext - Class in org.cloudgraph.hbase.service
-
Provides context information for HBase such as an already initialized HBase
configuration instance as well as other elements.
- collect(DataGraph, PlasmaDataObject, DistributedWriter, TableWriter, RowWriter) - Method in class org.cloudgraph.hbase.mutation.Create
-
Iterates over every property in the data object and pulls its value, as for
'create' operations, change summary does not register which properties are
changed, only that the object is created.
- collect(DataGraph, PlasmaDataObject, DistributedWriter, TableWriter, RowWriter) - Method in class org.cloudgraph.hbase.mutation.Delete
-
- collect(DataGraph, PlasmaDataObject, DistributedWriter, TableWriter, RowWriter) - Method in interface org.cloudgraph.hbase.mutation.Mutation
-
Interprets mutations from the data given data object (entity) as registered
in the associated graph change summary, and collects these into a service
specific mutation, an HBase row mutation in this case.
- collect(DataGraph, PlasmaDataObject, DistributedWriter, TableWriter, RowWriter) - Method in class org.cloudgraph.hbase.mutation.Update
-
- collect(Result) - Method in class org.cloudgraph.hbase.results.ParallelSlidingResultsAssembler
-
- collect(Result) - Method in class org.cloudgraph.hbase.results.ResultsAggregator
-
- collect(Result) - Method in interface org.cloudgraph.hbase.results.ResultsAssembler
-
Determines whether the given row is to be added to the underlying
collection returning true if the given row is added and false if the given
row is not added.
- collect(Result) - Method in class org.cloudgraph.hbase.results.SlidingResultsAssembler
-
- collect(Result) - Method in class org.cloudgraph.hbase.results.StreamingResultsAssembler
-
- collectChanges(DataGraph, Connection) - Method in class org.cloudgraph.hbase.mutation.GraphMutationCollector
-
- collectChanges(DataGraph[], Connection) - Method in class org.cloudgraph.hbase.mutation.GraphMutationCollector
-
- collectChanges(DataGraph, Connection) - Method in interface org.cloudgraph.hbase.mutation.MutationCollector
-
- collectChanges(DataGraph[], Connection) - Method in interface org.cloudgraph.hbase.mutation.MutationCollector
-
- collectionBaseType - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- collectionDefaultSubType - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- collectionPath - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- collectProperties(Expression, List<Property>) - Method in class org.cloudgraph.hbase.filter.PredicateUtil
-
- collectRowKeyProperties(SelectionCollector, PlasmaType, ServiceContext) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
Recursively collects row key properties adding them to the given collector
for the given type.
- columnKeyFac - Variable in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
- columnKeyFac - Variable in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
- columnKeyFactory - Variable in class org.cloudgraph.hbase.expr.PathPredicateBinaryExprTreeAssembler
-
- columnKeyFeildDelim - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- columnKeyFeildDelimRegexp - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- ColumnPredicateFilterAssembler - Class in org.cloudgraph.hbase.filter
-
Creates an HBase value and qualifier filter hierarchy to return HBase scan
results representing part of a graph "slice".
- ColumnPredicateFilterAssembler(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.filter.ColumnPredicateFilterAssembler
-
Constructor which takes a query where
clause containing any number of predicates and traverses these as a
{org.plasma.query.visitor.QueryVisitor visitor} only processing various
traversal events as needed against the given root type.
- ColumnPredicateVisitor - Class in org.cloudgraph.hbase.filter
-
- ColumnPredicateVisitor(PlasmaType) - Constructor for class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
- commit(DataGraph, JobContext) - Method in class org.cloudgraph.hbase.mapreduce.GraphServiceDelegate
-
- commit(DataGraph[], JobContext) - Method in class org.cloudgraph.hbase.mapreduce.GraphServiceDelegate
-
- commit(DataGraph) - Method in class org.cloudgraph.hbase.service.GraphDispatcher
-
Propagates changes to the given
data graph including any number of creates (inserts),
modifications (updates) and deletes to a single or multiple HBase tables
and table rows.
- commit(DataGraph[]) - Method in class org.cloudgraph.hbase.service.GraphDispatcher
-
Propagates changes to the given array of
data graphs including any number of creates (inserts),
modifications (updates) and deletes to a single or multiple HBase tables
and table rows.
- commit(DataGraph, String) - Method in class org.cloudgraph.hbase.service.HBaseGraphService
-
- commit(DataGraph[], String) - Method in class org.cloudgraph.hbase.service.HBaseGraphService
-
- commit(DataGraph, JobContext) - Method in class org.cloudgraph.hbase.service.HBaseGraphService
-
- commit(DataGraph[], JobContext) - Method in class org.cloudgraph.hbase.service.HBaseGraphService
-
- compare(PlasmaDataGraph, PlasmaDataGraph) - Method in class org.cloudgraph.hbase.results.NoOpResultsComparator
-
- CompleteRowKey - Interface in org.cloudgraph.hbase.scan
-
Represents an entire row key such that every field element in the key is
present.
- CompleteRowKeyAssembler - Class in org.cloudgraph.hbase.scan
-
Assembles a row key where each field within the composite row key is
constructed based a set of given query predicates.
- CompleteRowKeyAssembler(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
Constructor
- CompleteRowKeyAssembler(PlasmaType, String, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
Constructor which enables the use of data object UUID as a pre-defined row
key field.
- CompleteRowKeyLiteral - Interface in org.cloudgraph.hbase.scan
-
Represents the literal for an individual field within a composite row key and
provides access to the key byte sequence for various supported relational
operators under a row-key 'Get' operation for various optionally configurable
hashing, formatting, padding and other features.
- CompositeColumnKeyFactory - Class in org.cloudgraph.hbase.key
-
Creates an HBase column key based on the configured CloudGraph column key
model for a specific
HTable
configuration.
- CompositeColumnKeyFactory(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.key.CompositeColumnKeyFactory
-
- CompositeColumnKeyFactory(RowOperation) - Constructor for class org.cloudgraph.hbase.key.CompositeColumnKeyFactory
-
- CompositeRowKeyExpressionFactory - Class in org.cloudgraph.hbase.key
-
- CompositeRowKeyExpressionFactory(RowOperation) - Constructor for class org.cloudgraph.hbase.key.CompositeRowKeyExpressionFactory
-
- CompositeRowKeyExpressionFactory(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.key.CompositeRowKeyExpressionFactory
-
- CompositeRowKeyFactory - Class in org.cloudgraph.hbase.key
-
- CompositeRowKeyFactory(RowOperation) - Constructor for class org.cloudgraph.hbase.key.CompositeRowKeyFactory
-
- CompositeRowKeyFactory(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.key.CompositeRowKeyFactory
-
- CompositeRowKeyReader - Class in org.cloudgraph.hbase.key
-
Reads and parses row keys into
KeyValue elements where the values can
then be found using a given
Endpoint and used for syntax tree
evaluation, for example.
- CompositeRowKeyReader(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.key.CompositeRowKeyReader
-
- ConfigurableKeyFactory - Interface in org.cloudgraph.hbase.key
-
A key factory which helps implementations leverage table and data graph
specific configuration information, such as the hashing algorithm and field
level row and column model settings.
- Connection - Class in org.cloudgraph.hbase.connect
-
Pooled HBase connection wrapper which complies with Apache pool semantics and
maintains a cache or table handles for each connection.
- Connection(Connection, ObjectPool<Connection>, Configuration) - Constructor for class org.cloudgraph.hbase.connect.Connection
-
- CONNECTION_POOL_BLOCK_WHEN_EXHAUSTED - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the blockWhenExhausted configuration
attribute for connection pools.
- CONNECTION_POOL_EVICTION_POLICY_CLASS_NAME - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the evictionPolicyClassName configuration
attribute for connection pools.
- CONNECTION_POOL_JMX_ENABLED - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name of the flag that determines if JMX will be enabled for
connection pools.
- CONNECTION_POOL_JMX_NAME_BASE - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name of the JMX name base that will be used as part of the
name assigned to JMX enabled pools created with this configuration
instance.
- CONNECTION_POOL_JMX_NAME_PREFIX - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name of the JMX name prefix that will be used as part of the
name assigned to JMX enabled pools created with this configuration
instance.
- CONNECTION_POOL_LIFO - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the lifo configuration attribute for pools
created with this configuration instance.
- CONNECTION_POOL_MAX_IDLE - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the maxIdle configuration attribute for
connection pools.
- CONNECTION_POOL_MAX_SIZE - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
Synonym for max total.
- CONNECTION_POOL_MAX_TOTAL - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the maxTotal configuration attribute for
connection pools.
- CONNECTION_POOL_MAX_WAIT_MILLIS - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the maxWait configuration attribute for pools
created with this configuration instance.
- CONNECTION_POOL_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the minEvictableIdleTimeMillis configuration
attribute for connection pools.
- CONNECTION_POOL_MIN_IDLE - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the minIdle configuration attribute for
connection pools.
- CONNECTION_POOL_MIN_SIZE - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
Synonym for min idle.
- CONNECTION_POOL_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the numTestsPerEvictionRun configuration
attribute for connection pools.
- CONNECTION_POOL_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the softMinEvictableIdleTimeMillis
configuration attribute for pools created with this configuration instance.
- CONNECTION_POOL_TEST_ON_BORROW - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the testOnBorrow configuration attribute for
connection pools.
- CONNECTION_POOL_TEST_ON_CREATE - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the testOnCreate configuration attribute for
connection pools.
- CONNECTION_POOL_TEST_ON_RETURN - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the testOnReturn configuration attribute for
connection pools.
- CONNECTION_POOL_TEST_WHILE_IDLE - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the testWhileIdle configuration attribute for
connection pools.
- CONNECTION_POOL_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
The property name for the timeBetweenEvictionRunsMillis
configuration attribute for connection pools.
- contains(Property, Path) - Method in class org.cloudgraph.hbase.results.ResultsComparator
-
- containsColumn(byte[], byte[]) - Method in class org.cloudgraph.hbase.io.CellValues
-
- containsSequence(DataObject) - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- containsSequence(DataObject) - Method in interface org.cloudgraph.hbase.io.RowWriter
-
Returns whether the writer has a mapping the the given data object.
- context - Variable in class org.cloudgraph.hbase.service.GraphQuery
-
- context - Variable in class org.cloudgraph.hbase.service.HBaseGraphService
-
- contextHBaseCompareOp - Variable in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- contextLogicalOperator - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- contextOpWildcard - Variable in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- contextProperty - Variable in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- contextProperty - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- contextPropertyPath - Variable in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
- contextPropertyPath - Variable in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
- contextPropertyPath - Variable in class org.cloudgraph.hbase.filter.RowPredicateVisitor
-
- contextPropertyPath - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- contextQueryProperty - Variable in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
- contextQueryProperty - Variable in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
- contextRelationalOperator - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- contextType - Variable in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- contextType - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- contextWildcardOperator - Variable in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- contextWildcardOperator - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- convert(byte[], Collection<KeyValue>) - Method in class org.cloudgraph.hbase.graph.CellConverter
-
- count(Query) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
Returns a count of the given query.
- count(Query) - Method in class org.cloudgraph.hbase.service.HBaseGraphService
-
- count(Query[]) - Method in class org.cloudgraph.hbase.service.HBaseGraphService
-
- countQual - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- countQualStr - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- create() - Method in class org.cloudgraph.hbase.connect.PooledConnectionFactory
-
- Create - Class in org.cloudgraph.hbase.mutation
-
- Create(ServiceContext, SnapshotMap, String) - Constructor for class org.cloudgraph.hbase.mutation.Create
-
- create - Variable in class org.cloudgraph.hbase.mutation.GraphMutationCollector
-
- createAssembler() - Method in class org.cloudgraph.hbase.service.GraphAssemblerFactory
-
- createChild(PlasmaDataObject, PlasmaProperty, UUID, PlasmaType) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
Creates contained child data object with the same type as the given
containment property or of a specific given sub-type as determined by
querying the entity state.
- createChild(long, EdgeOperation, DataObject, PlasmaProperty, RowReader, DataGraphMapping) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- createChild(UUID, PlasmaType, long, DataObject, PlasmaProperty) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- createColumnKey(PlasmaType, PlasmaProperty) - Method in class org.cloudgraph.hbase.key.CompositeColumnKeyFactory
-
- createColumnKey(PlasmaType, EntityMetaKey) - Method in class org.cloudgraph.hbase.key.CompositeColumnKeyFactory
-
- createColumnKey(PlasmaType, EdgeMetaKey) - Method in class org.cloudgraph.hbase.key.CompositeColumnKeyFactory
-
- createColumnKey(PlasmaType, PlasmaProperty, EntityMetaKey) - Method in class org.cloudgraph.hbase.key.CompositeColumnKeyFactory
-
- createColumnKey(PlasmaType, PlasmaProperty, EdgeMetaKey) - Method in class org.cloudgraph.hbase.key.CompositeColumnKeyFactory
-
- createColumnKey(PlasmaDataObject, long, PlasmaProperty) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createColumnKey(PlasmaDataObject, long, PlasmaProperty, EdgeMetaKey) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createColumnKey(PlasmaType, long, PlasmaProperty, EdgeMetaKey) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createColumnKey(PlasmaType, long, PlasmaProperty, EntityMetaKey) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createColumnKey(PlasmaType, long, EntityMetaKey) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createColumnKey(PlasmaType, long, PlasmaProperty) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createColumnKey(PlasmaType, long, EdgeMetaKey) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createColumnKeyMetadataPrefix(PlasmaType, long, PlasmaProperty) - Method in class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- createLiteral(String, PlasmaProperty, PlasmaType, RelationalOperator, LogicalOperatorName, DataRowKeyFieldMapping, StoreMappingContext) - Method in class org.cloudgraph.hbase.scan.ScanLiteralFactory
-
Creates and returns a data "flavor" and data type specific scan literal
given various configuration specific as well as predicate context specific
relational and logical operators.
- createLiteral(String, PlasmaProperty, PlasmaType, PredicateOperator, LogicalOperatorName, DataRowKeyFieldMapping, StoreMappingContext) - Method in class org.cloudgraph.hbase.scan.ScanLiteralFactory
-
Creates and returns a data "flavor" and data type specific scan literal
given various configuration specific as well as predicate context specific
predicate and logical operators.
- createLogicalBinaryExpr(Expr, Expr, LogicalOperator) - Method in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerSyntaxTreeAssembler
-
- createLogicalBinaryExpr(Expr, Expr, LogicalOperator) - Method in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerSyntaxTreeAssembler
-
- createLogicalBinaryExpr(Expr, Expr, LogicalOperator) - Method in class org.cloudgraph.hbase.scan.ScanRecognizerSyntaxTreeAssembler
-
Creates and returns a logical binary expression based on the given terms
and
logical operator.
- createPredicateBinaryExpr(Property, Literal, PredicateOperator) - Method in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerSyntaxTreeAssembler
-
- createPredicateBinaryExpr(Property, Literal, PredicateOperator) - Method in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerSyntaxTreeAssembler
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
- createRelationalBinaryExpr(Property, Literal, RelationalOperator) - Method in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerSyntaxTreeAssembler
-
- createRelationalBinaryExpr(Property, Literal, RelationalOperator) - Method in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerSyntaxTreeAssembler
-
- createRelationalBinaryExpr(Property, Literal, RelationalOperator) - Method in class org.cloudgraph.hbase.scan.ScanRecognizerSyntaxTreeAssembler
-
Creates and returns a relational binary expression based on the given terms
and
relational operator.
- createResultsAssembler(Query, SelectionCollector, Expr, ResultsComparator, ResultsComparator, Expr, TableReader, GraphAssemblerFactory) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
- createResultsAssembler(Query, SelectionCollector, Expr, ResultsComparator, ResultsComparator, Expr, TableReader, GraphAssemblerFactory) - Method in class org.cloudgraph.hbase.service.GraphStreamQuery
-
- createRoot(GraphColumnKeyFactory, CellValues) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- createRootColumnFilterAssembler(PlasmaType, SelectionCollector, ServiceContext) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
Create and add a column filter for the initial column set based on
existence of path predicates in the Select.
- createRowKeyBytes(Type) - Method in class org.cloudgraph.hbase.key.CompositeRowKeyFactory
-
Creates a row key using only the given type information.
- createRowKeyBytes(DataGraph) - Method in class org.cloudgraph.hbase.key.CompositeRowKeyFactory
-
- createRowKeyBytes(DataObject) - Method in class org.cloudgraph.hbase.key.CompositeRowKeyFactory
-
- createRowKeyBytes(List<KeyValue>) - Method in class org.cloudgraph.hbase.key.CompositeRowKeyFactory
-
- createRowKeyExpr(List<KeyValue>) - Method in class org.cloudgraph.hbase.key.CompositeRowKeyExpressionFactory
-
- createRowKeyExprBytes(List<KeyValue>) - Method in class org.cloudgraph.hbase.key.CompositeRowKeyExpressionFactory
-
- createRowReader(DataObject, CellValues) - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Creates and adds a row reader based on the given data object and result row
mapping it by UUID string and row key string.
- createRowReader(DataObject, CellValues) - Method in interface org.cloudgraph.hbase.io.TableReader
-
Creates and adds a row reader based on the given data object and result
row.
- createRowWriter(DataObject) - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Creates and returns a new row writer associated with the given data object.
- createRowWriter(DataObject) - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Creates and returns a new row writer associated with the given data object.
- createRowWriter(TableWriter, DataObject) - Method in class org.cloudgraph.hbase.io.WriterSupport
-
Creates and returns a new row writer for the given (row root) data object.
- createRowWriter(TableWriter, DataObject, byte[]) - Method in class org.cloudgraph.hbase.io.WriterSupport
-
Creates and returns a new row writer for the given (row root) data object.
- createScan(PartialRowKey, Filter) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
- createScan(FuzzyRowKey, Filter) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
- createSequenceMapping(byte[], DataObject, ChangeSummary) - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
Initializes a graph state by querying for a row based on the given row key
and either creating a new (empty) graph state for an entirely new graph, or
otherwise initializing a graph state based on state or state and management
columns in the existing returned row.
- createTable(Connection, TableName, StoreMappingContext) - Method in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
- current - Variable in class org.cloudgraph.hbase.results.ResultsAggregator
-
- currentResultIgnored() - Method in class org.cloudgraph.hbase.results.DefaultResultsAssembler
-
- currentResultIgnored() - Method in interface org.cloudgraph.hbase.results.ResultsSlider
-
- get(byte[], byte[]) - Method in class org.cloudgraph.hbase.mutation.Mutations
-
- get(byte[], byte[]) - Method in class org.cloudgraph.hbase.mutation.Qualifiers
-
- getAdmin() - Method in class org.cloudgraph.hbase.connect.Connection
-
- getAllRowReaders() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns all row reader context values for this table context.
- getAllRowReaders() - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns all row reader context values for this table context.
- getAllRowWriters() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- getAllRowWriters() - Method in interface org.cloudgraph.hbase.io.TableWriter
-
Returns all row writer context values for this table context.
- getBaseType() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
Calculates and returns whether the edges are local.
- getBaseType() - Method in interface org.cloudgraph.hbase.io.EdgeOperation
-
Returns the base type of the collection.
- getBetweenStartBytes() - Method in interface org.cloudgraph.hbase.scan.WildcardPartialRowKeyLiteral
-
Returns the "start row" bytes used under certain conditions to represent a
wildcard operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getBetweenStartBytes() - Method in class org.cloudgraph.hbase.scan.WildcardStringLiteral
-
Returns the "start row" bytes used under certain conditions to represent a
"wildcard" operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getBetweenStopBytes() - Method in interface org.cloudgraph.hbase.scan.WildcardPartialRowKeyLiteral
-
Returns the "stop row" bytes used under certain conditions to represent a
wildcard operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getBetweenStopBytes() - Method in class org.cloudgraph.hbase.scan.WildcardStringLiteral
-
Returns the "stop row" bytes used under certain conditions to represent a
"wildcard" operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getBuf() - Method in class org.cloudgraph.hbase.key.ByteBufferKeyFactory
-
- getBufferedMutator(TableName) - Method in class org.cloudgraph.hbase.connect.Connection
-
- getBufferedMutator(BufferedMutatorParams) - Method in class org.cloudgraph.hbase.connect.Connection
-
- getBufferedMutator() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- getBufferedMutator() - Method in interface org.cloudgraph.hbase.io.TableWriter
-
- getCollection() - Method in class org.cloudgraph.hbase.graph.Traversal
-
- getColumnKeyFactory() - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- getColumnValue(byte[], byte[]) - Method in class org.cloudgraph.hbase.io.CellValues
-
- getComparator() - Method in class org.cloudgraph.hbase.results.ResultsComparatorAssembler
-
- getCompleteRowKeys() - Method in class org.cloudgraph.hbase.scan.ScanCollector
-
- getConf() - Method in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
- getConfig() - Method in class org.cloudgraph.hbase.graph.ParallelGraphAssembler
-
- getConfig() - Method in class org.cloudgraph.hbase.service.CloudGraphContext
-
- getConfiguration() - Method in class org.cloudgraph.hbase.connect.Connection
-
- getConnection() - Method in class org.cloudgraph.hbase.connect.HBaseConnectionManager
-
- getConnection() - Method in interface org.cloudgraph.hbase.io.DistributedGraphOperation
-
returns the shared connection for the operation
- getConnection() - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
- getConnection() - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
- getContainerAncestry(DataObject) - Method in class org.cloudgraph.hbase.io.WriterSupport
-
Traverses the container links for the given data object returning the
ancestry as an ordered list.
- getContainerRowWriter(DataObject) - Method in class org.cloudgraph.hbase.io.WriterSupport
-
Finds and return the row writer associated with the container for the given
target data object
- getContent() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the string literal
- getContextType() - Method in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerContext
-
- getContextType() - Method in class org.cloudgraph.hbase.key.CompositeRowKeyReader
-
- getCount() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getCount() - Method in interface org.cloudgraph.hbase.io.EdgeOperation
-
Returns the (cached) count of members of the collection.
- getCurrentKey() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordReader
-
Returns the current key.
- getCurrentKey() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordRecognizer
-
Returns the current key.
- getCurrentResult() - Method in class org.cloudgraph.hbase.results.ParallelSlidingResultsAssembler
-
- getCurrentResult() - Method in class org.cloudgraph.hbase.results.ResultsAggregator
-
- getCurrentResult() - Method in interface org.cloudgraph.hbase.results.ResultsAssembler
-
- getCurrentResult() - Method in class org.cloudgraph.hbase.results.SlidingResultsAssembler
-
- getCurrentResult() - Method in class org.cloudgraph.hbase.results.StreamingResultsAssembler
-
- getCurrentValue() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordReader
-
Returns the current value.
- getCurrentValue() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordRecognizer
-
Returns the current value.
- getDataColumnValue(PlasmaType, PlasmaProperty, long, TableMapping, RowReader) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
Returns a value for the given property from the given row reader by
generating a column qualifier based on column key model configurations
settings, graph state information and other factors.
- getDataColumnValue(PlasmaDataObject, PlasmaProperty, TableMapping, RowReader) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- getDataGraph() - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
Returns the assembled data graph.
- getDistributedOperation() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns the distributed context associated with this table operation
context.
- getDistributedOperation() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
Returns the distributed context associated with this table operation
context.
- getDistributedOperation() - Method in interface org.cloudgraph.hbase.io.TableOperation
-
Returns the distributed context associated with this table operation
context.
- getDistributedWriter() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- getDistributedWriter() - Method in interface org.cloudgraph.hbase.io.TableWriter
-
- getEdgeReader(PlasmaType, PlasmaProperty, long) - Method in class org.cloudgraph.hbase.io.GraphRowReader
-
- getEdgeReader(PlasmaType, PlasmaProperty, long) - Method in interface org.cloudgraph.hbase.io.RowReader
-
- getEdgeWriter(PlasmaDataObject, PlasmaProperty, long) - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- getEdgeWriter(PlasmaDataObject, PlasmaProperty, long) - Method in interface org.cloudgraph.hbase.io.RowWriter
-
Returns an existing or new edge writer for the given data object, sequence
and source edge property
- getEndpoints() - Method in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerContext
-
- getEndpoints() - Method in class org.cloudgraph.hbase.key.CompositeRowKeyReader
-
- getEqualsBytes() - Method in interface org.cloudgraph.hbase.scan.CompleteRowKeyLiteral
-
Returns the bytes used to represent an "equals" relational operator for a
specific composite row key field, under an HBase 'Get' operation for the
various optionally configurable hashing, formatting and padding features.
- getEqualsBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
Returns the bytes used to represent an "equals" relational operator for a
specific composite row key field, under an HBase 'Get' operation for the
various optionally configurable hashing, formatting and padding features.
- getEqualsBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the bytes used to represent an "equals" relational operator for a
specific composite row key field, under an HBase 'Get' operation for the
various optionally configurable hashing, formatting and padding features.
- getEqualsBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
Returns the bytes used to represent "equals" relational operator under an
HBase row-key 'Get' operation for this string (data flavor) literal under
the various optionally configurable hashing, formatting and padding
features.
- getEqualsBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
Returns the bytes used to represent an "equals" relational operator for a
specific composite row key field, under an HBase 'Get' operation for the
various optionally configurable hashing, formatting and padding features.
- getEqualsStartBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
Returns the "start row" bytes used to represent "equals" relational
operator under an HBase partial row-key scan for this integral (data
flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getEqualsStartBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "start row" bytes used to represent "equals" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
- getEqualsStartBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "start row" bytes used to represent "equals" relational
operator under an HBase partial row-key scan for this real (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getEqualsStartBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "start row" bytes used to represent "equals" relational
operator under an HBase partial row-key scan for this literal under the
various optionally configurable hashing, formatting and padding features.
- getEqualsStartBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
Returns the "start row" bytes used to represent "equals" relational
operator under an HBase partial row-key scan for this string (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getEqualsStartBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
Returns the "start row" bytes used to represent "equals" relational
operator under an HBase partial row-key scan for this string (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getEqualsStopBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
Returns the "stop row" bytes used to represent "equals" relational operator
under an HBase partial row-key scan for this integral (data flavor) literal
under the various optionally configurable hashing, formatting and padding
features.
- getEqualsStopBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "stop row" bytes used to represent "equals" relational operator
under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
- getEqualsStopBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "stop row" bytes used to represent "equals" relational operator
under an HBase partial row-key scan for this real (data flavor) literal
under the various optionally configurable hashing, formatting and padding
features.
- getEqualsStopBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "stop row" bytes used to represent "equals" relational operator
under an HBase partial row-key scan for this literal under the various
optionally configurable hashing, formatting and padding features.
- getEqualsStopBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
Returns the "stop row" bytes used to represent "equals" relational operator
under an HBase partial row-key scan for this string (data flavor) literal
under the various optionally configurable hashing, formatting and padding
features.
- getEqualsStopBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
Returns the "stop row" bytes used to represent "equals" relational operator
under an HBase partial row-key scan for this string (data flavor) literal
under the various optionally configurable hashing, formatting and padding
features.
- getExecutor() - Method in class org.cloudgraph.hbase.service.QueryThreadPool
-
- getFieldConfig() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the composite row-key field configuration.
- getFilter() - Method in class org.cloudgraph.hbase.filter.FilterHierarchyAssembler
-
Returns the assembled filter, filter list or filter hierarchy root.
- getFilter() - Method in class org.cloudgraph.hbase.filter.FilterListAssembler
-
Returns the assembled filter or filter list root.
- getFilter() - Method in interface org.cloudgraph.hbase.filter.HBaseFilterAssembler
-
Returns the assembled filter, filter list or filter hierarchy root.
- getFilter() - Method in interface org.cloudgraph.hbase.scan.FuzzyRowKey
-
Returns the assembled filter, filter list or filter hierarchy root.
- getFilter() - Method in class org.cloudgraph.hbase.scan.FuzzyRowKeyScanAssembler
-
- getFuzzyInfoBytes() - Method in interface org.cloudgraph.hbase.scan.FuzzyRowKey
-
- getFuzzyInfoBytes() - Method in interface org.cloudgraph.hbase.scan.FuzzyRowKeyLiteral
-
- getFuzzyInfoBytes() - Method in class org.cloudgraph.hbase.scan.FuzzyRowKeyScanAssembler
-
- getFuzzyInfoBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
- getFuzzyInfoBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
- getFuzzyInfoBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
- getFuzzyInfoBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
- getFuzzyInfoBytes() - Method in class org.cloudgraph.hbase.scan.WildcardStringLiteral
-
- getFuzzyKeyBytes() - Method in interface org.cloudgraph.hbase.scan.FuzzyRowKey
-
- getFuzzyKeyBytes() - Method in interface org.cloudgraph.hbase.scan.FuzzyRowKeyLiteral
-
- getFuzzyKeyBytes() - Method in class org.cloudgraph.hbase.scan.FuzzyRowKeyScanAssembler
-
- getFuzzyKeyBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
- getFuzzyKeyBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
- getFuzzyKeyBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
- getFuzzyKeyBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
- getFuzzyKeyBytes() - Method in class org.cloudgraph.hbase.scan.WildcardStringLiteral
-
- getFuzzyKeyScanLiterals() - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
- getFuzzyKeyScanResult() - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- getFuzzyRowKeyScans() - Method in class org.cloudgraph.hbase.scan.ScanCollector
-
- getGraph() - Method in class org.cloudgraph.hbase.key.ByteBufferKeyFactory
-
- getGraph() - Method in class org.cloudgraph.hbase.key.CompositeRowKeyReader
-
- getGraph() - Method in interface org.cloudgraph.hbase.key.ConfigurableKeyFactory
-
- getGraph() - Method in class org.cloudgraph.hbase.scan.ScanCollector
-
- getGraph() - Method in class org.cloudgraph.hbase.scan.ScanRecognizerContext
-
- getGreaterThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
Returns the "start row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan for this integral
(data flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getGreaterThanEqualStartBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "start row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getGreaterThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "start row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan for this real (data
flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getGreaterThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "start row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan for this literal
under the various optionally configurable hashing, formatting and padding
features.
- getGreaterThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
Returns the "start row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan for this string
(data flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getGreaterThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
Returns the "start row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan for this string
(data flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getGreaterThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
The "greater than equals" relational operator does not effect the stop
bytes for an HBase partial row-key scan and this method therefore returns
an empty byte array or "no-op".
- getGreaterThanEqualStopBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "stop row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getGreaterThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "stop row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan for this real (data
flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getGreaterThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "stop row" bytes used to represent "greater than equals"
relational operator under an HBase partial row-key scan for this literal
under the various optionally configurable hashing, formatting and padding
features.
- getGreaterThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
The "greater than equals" relational operator does not effect the stop
bytes for an HBase partial row-key scan and this method therefore returns
an empty byte array or "no-op".
- getGreaterThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
The "greater than equals" relational operator does not effect the stop
bytes for an HBase partial row-key scan and this method therefore returns
an empty byte array or "no-op".
- getGreaterThanStartBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
Returns the "start row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan for this integral (data
flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getGreaterThanStartBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "start row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
- getGreaterThanStartBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "start row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan for this real (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getGreaterThanStartBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "start row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan for this literal under the
various optionally configurable hashing, formatting and padding features.
- getGreaterThanStartBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
Returns the "start row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan for this string (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getGreaterThanStartBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
Returns the "start row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan for this string (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getGreaterThanStopBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
The "greater than" relational operator does not effect the stop bytes for
an HBase partial row-key scan and this method therefore returns an empty
byte array or "no-op".
- getGreaterThanStopBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "stop row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
- getGreaterThanStopBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "stop row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan for this real (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getGreaterThanStopBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "stop row" bytes used to represent "greater than" relational
operator under an HBase partial row-key scan for this literal under the
various optionally configurable hashing, formatting and padding features.
- getGreaterThanStopBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
The "greater than" relational operator does not effect the stop bytes for
an HBase partial row-key scan and this method therefore returns an empty
byte array or "no-op".
- getGreaterThanStopBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
The "greater than" relational operator does not effect the stop bytes for
an HBase partial row-key scan and this method therefore returns an empty
byte array or "no-op".
- getIgnoredResults() - Method in class org.cloudgraph.hbase.results.DefaultResultsAssembler
-
- getIgnoredResults() - Method in interface org.cloudgraph.hbase.results.ResultsSlider
-
- getIncrement(DataType) - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
- getKey() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation.KeyBytes
-
- getKey() - Method in interface org.cloudgraph.hbase.scan.CompleteRowKey
-
- getKey() - Method in class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
Returns the row key as a byte array.
- getKeyFactory(PlasmaType) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- getKeyMap() - Method in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerContext
-
Returns the HBase
KeyValue specific for the current sequence.
- getLessThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
The "less than equal" relational operator does not effect the start bytes
for an HBase partial row-key scan and this method therefore returns an
empty byte array or "no-op".
- getLessThanEqualStartBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "start row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getLessThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "start row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan for this real (data
flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getLessThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "start row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan for this literal
under the various optionally configurable hashing, formatting and padding
features.
- getLessThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
The "less than equal" relational operator does not effect the start bytes
for an HBase partial row-key scan and this method therefore returns an
empty byte array or "no-op".
- getLessThanEqualStartBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
The "less than equal" relational operator does not effect the start bytes
for an HBase partial row-key scan and this method therefore returns an
empty byte array or "no-op".
- getLessThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
Returns the "stop row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan for this integral
(data flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getLessThanEqualStopBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "stop row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan under the various
optionally configurable hashing, formatting and padding features.
- getLessThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "stop row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan for this real (data
flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getLessThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "stop row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan for this literal
under the various optionally configurable hashing, formatting and padding
features.
- getLessThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
Returns the "stop row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan for this string
(data flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getLessThanEqualStopBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
Returns the "stop row" bytes used to represent "less than equals"
relational operator under an HBase partial row-key scan for this string
(data flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getLessThanStartBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
The "less than" relational operator does not effect the start bytes for an
HBase partial row-key scan and this method therefore returns an empty byte
array or "no-op".
- getLessThanStartBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "start row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
- getLessThanStartBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "start row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan for this real (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getLessThanStartBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "start row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan for this literal under the
various optionally configurable hashing, formatting and padding features.
- getLessThanStartBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
The "less than" relational operator does not effect the start bytes for an
HBase partial row-key scan and this method therefore returns an empty byte
array or "no-op".
- getLessThanStartBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
The "less than" relational operator does not effect the start bytes for an
HBase partial row-key scan and this method therefore returns an empty byte
array or "no-op".
- getLessThanStopBytes() - Method in class org.cloudgraph.hbase.scan.IntegralLiteral
-
Returns the "stop row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan for this integral (data
flavor) literal under the various optionally configurable hashing,
formatting and padding features.
- getLessThanStopBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the "stop row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan under the various optionally
configurable hashing, formatting and padding features.
- getLessThanStopBytes() - Method in class org.cloudgraph.hbase.scan.RealLiteral
-
Returns the "stop row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan for this real (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getLessThanStopBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the "stop row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan for this literal under the
various optionally configurable hashing, formatting and padding features.
- getLessThanStopBytes() - Method in class org.cloudgraph.hbase.scan.StringLiteral
-
Returns the "stop row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan for this string (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getLessThanStopBytes() - Method in class org.cloudgraph.hbase.scan.TemporalLiteral
-
Returns the "stop row" bytes used to represent "less than" relational
operator under an HBase partial row-key scan for this string (data flavor)
literal under the various optionally configurable hashing, formatting and
padding features.
- getLevel() - Method in class org.cloudgraph.hbase.graph.ReaderFrame
-
- getLevel() - Method in class org.cloudgraph.hbase.graph.Traversal
-
- getLiterals() - Method in class org.cloudgraph.hbase.scan.ScanLiterals
-
- getLiterals(DataRowKeyFieldMapping) - Method in class org.cloudgraph.hbase.scan.ScanLiterals
-
- getLogicalOperatorContext() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
- getMappingContext() - Method in interface org.cloudgraph.hbase.io.DistributedGraphOperation
-
- getMappingContext() - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
- getMappingContext() - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
- getMappingContext() - Method in class org.cloudgraph.hbase.io.GraphRowReader
-
- getMappingContext() - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- getMappingContext() - Method in interface org.cloudgraph.hbase.io.RowOperation
-
- getMaxThreadPoolSize() - Method in class org.cloudgraph.hbase.service.QueryThreadPool
-
- getMetaDataColumnValue(PlasmaType, long, EntityMetaKey, TableMapping, RowReader) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- getMetaDataColumnValue(PlasmaType, EntityMetaKey, TableMapping, CellValues, RowReader) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- getMinThreadPoolSize() - Method in class org.cloudgraph.hbase.service.QueryThreadPool
-
- getParams() - Method in class org.cloudgraph.hbase.filter.FilterHierarchyAssembler
-
- getParams() - Method in class org.cloudgraph.hbase.filter.FilterListAssembler
-
- getPartialKeyScanLiterals() - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
Return the current scan literals.
- getPartialKeyScanResult() - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- getPartialRowKeyScans() - Method in class org.cloudgraph.hbase.scan.ScanCollector
-
- getPath() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getPath() - Method in interface org.cloudgraph.hbase.io.EdgeOperation
-
Returns the traversal path (in XPath syntax) for the location of the
collection relative to the root of the graph where the collection is
instantiated.
- getProgress() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordReader
-
The current progress of the record reader through its data.
- getProgress() - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordRecognizer
-
The current progress of the record reader through its data.
- getProperties(PlasmaDataObject, PlasmaDataObject, PlasmaProperty, int) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- getProperties(PlasmaType, PlasmaDataObject, PlasmaProperty, int) - Method in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- getProperties() - Method in class org.cloudgraph.hbase.service.HBaseServiceContext
-
- getQualifiedLogicalTableName() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns the qualified logical table name associated with this reader.
- getQualifiedLogicalTableName() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
Returns the qualified logical table name associated with this reader.
- getQualifiedLogicalTableName() - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns the qualified logical table name associated with this reader.
- getQualifiedLogicalTableName() - Method in interface org.cloudgraph.hbase.io.TableWriter
-
Returns the qualified logical table name associated with this reader.
- getQualifiedPhysicalTableName() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns the qualified physical table name associated with this reader.
- getQualifiedPhysicalTableName() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
Returns the qualified physical table name associated with this reader.
- getQualifiedPhysicalTableName() - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns the qualified physical table name associated with this reader.
- getQualifiedPhysicalTableName() - Method in interface org.cloudgraph.hbase.io.TableWriter
-
Returns the qualified physical table name associated with this reader.
- getQualifiedPhysicalTableNamespace() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns the qualified physical table namespace associated with this reader.
- getQualifiedPhysicalTableNamespace() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
Returns the qualified physical table namespace associated with this reader.
- getQualifiedPhysicalTableNamespace() - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns the qualified physical table namespace associated with this reader.
- getQualifiedPhysicalTableNamespace() - Method in interface org.cloudgraph.hbase.io.TableWriter
-
Returns the qualified physical table namespace associated with this reader.
- getQualifierMap() - Method in class org.cloudgraph.hbase.mutation.Mutations
-
- getRegionLocator(TableName) - Method in class org.cloudgraph.hbase.connect.Connection
-
- getRelationalOperator() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the context relational operator.
- getResults() - Method in class org.cloudgraph.hbase.results.ParallelSlidingResultsAssembler
-
- getResults() - Method in class org.cloudgraph.hbase.results.ResultsAggregator
-
- getResults() - Method in interface org.cloudgraph.hbase.results.ResultsAssembler
-
Returns results
- getResults() - Method in class org.cloudgraph.hbase.results.SlidingResultsAssembler
-
- getResults() - Method in class org.cloudgraph.hbase.results.StreamingResultsAssembler
-
- getRootTableReader() - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Returns the table reader associated with the data graph root.
- getRootTableReader() - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Returns the table reader associated with the data graph root.
- getRootTableWriter() - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Returns the table writer associated with the data graph root.
- getRootTableWriter() - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Returns the table writer associated with the data graph root.
- getRootTableWriter() - Method in class org.cloudgraph.hbase.io.TableWriterCollector
-
- getRootType() - Method in class org.cloudgraph.hbase.key.ByteBufferKeyFactory
-
- getRootType() - Method in interface org.cloudgraph.hbase.key.ConfigurableKeyFactory
-
- getRow() - Method in class org.cloudgraph.hbase.io.GraphRowReader
-
- getRow() - Method in interface org.cloudgraph.hbase.io.RowReader
-
- getRowKey() - Method in class org.cloudgraph.hbase.io.CellValues
-
- getRowKeyAsBytes() - Method in class org.cloudgraph.hbase.io.CellValues
-
- getRowKeys() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getRowKeys() - Method in interface org.cloudgraph.hbase.io.EdgeOperation
-
Returns the row keys for entities of the collection.
- getRowReader() - Method in class org.cloudgraph.hbase.graph.ReaderFrame
-
- getRowReader() - Method in class org.cloudgraph.hbase.graph.Traversal
-
- getRowReader(DataObject) - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Returns the row reader associated with the given data object
- getRowReader(DataObject) - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Returns the row reader associated with the given data object
- getRowReader() - Method in interface org.cloudgraph.hbase.io.EdgeReader
-
- getRowReader() - Method in class org.cloudgraph.hbase.io.GraphEdgeReader
-
- getRowReader(DataObject) - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns the row reader context for the given data object or null if null
exists
- getRowReader(byte[]) - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns the row reader context for the given row key or null if null exists
- getRowReader(String) - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
- getRowReader(UUID) - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
Returns the row reader context for the given UUID
- getRowReader(UUID) - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns the row reader context for the given UUID or null if null exists
- getRowReader(byte[]) - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns the row reader context for the given row key or null if null exists
- getRowReader(String) - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns the row reader context for the given row key or null if null exists
- getRowReader(DataObject) - Method in interface org.cloudgraph.hbase.io.TableReader
-
Returns the row reader context for the given data object or null if null
exists
- getRows() - Method in class org.cloudgraph.hbase.mutation.Mutations
-
- getRowValues() - Method in interface org.cloudgraph.hbase.io.EdgeReader
-
- getRowValues() - Method in class org.cloudgraph.hbase.io.GraphEdgeReader
-
- getRowWriter(DataObject) - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Returns the row writer associated with the given data object
- getRowWriter(DataObject) - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Returns the row writer associated with the given data object
- getRowWriter() - Method in interface org.cloudgraph.hbase.io.EdgeWriter
-
- getRowWriter() - Method in class org.cloudgraph.hbase.io.GraphEdgeWriter
-
- getRowWriter(UUID) - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- getRowWriter(UUID) - Method in interface org.cloudgraph.hbase.io.TableWriter
-
Returns the row writer context for the given UUID
- getRowWriterMap() - Method in class org.cloudgraph.hbase.io.TableWriterCollector
-
- getScans() - Method in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
Allows subclasses to get the list of Scan objects.
- getSequence() - Method in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerContext
-
Returns the current sequence.
- getSequence(DataObject) - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- getSequence(DataObject) - Method in interface org.cloudgraph.hbase.io.RowWriter
-
Returs the sequence number for the given data object if exists.
- getSequenceMapping() - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- getSequences() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getSequences() - Method in interface org.cloudgraph.hbase.io.EdgeOperation
-
Returns the sequence identifiers for entities of the collection.
- getSource() - Method in class org.cloudgraph.hbase.graph.Traversal
-
- getSourceProp() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getSourceProperty() - Method in class org.cloudgraph.hbase.graph.Traversal
-
- getSplits(JobContext) - Method in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
- getStartBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the HBase scan "start-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
- getStartBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the HBase scan "start-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
- getStartBytes() - Method in class org.cloudgraph.hbase.scan.WildcardStringLiteral
-
Returns the HBase scan "start-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
- getStartEndKeys() - Method in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
- getStartKey() - Method in interface org.cloudgraph.hbase.scan.PartialRowKey
-
- getStartKey() - Method in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
Returns the start row key as a byte array.
- getStopBytes() - Method in interface org.cloudgraph.hbase.scan.PartialRowKeyLiteral
-
Returns the HBase scan "stop-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
- getStopBytes() - Method in class org.cloudgraph.hbase.scan.ScanLiteral
-
Returns the HBase scan "stop-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
- getStopBytes() - Method in class org.cloudgraph.hbase.scan.WildcardStringLiteral
-
Returns the HBase scan "stop-row" composite row-key field bytes for this
literal under the various relational, logical operator and other optionally
configurable hashing, formatting and padding features.
- getStopKey() - Method in interface org.cloudgraph.hbase.scan.PartialRowKey
-
- getStopKey() - Method in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
Returns the stop row key as a byte array.
- getStoreMapping() - Method in class org.cloudgraph.hbase.service.HBaseServiceContext
-
- getStoreMapping() - Method in interface org.cloudgraph.hbase.service.ServiceContext
-
- getSubroot() - Method in class org.cloudgraph.hbase.graph.Traversal
-
- getSubrootSequence() - Method in class org.cloudgraph.hbase.graph.Traversal
-
- getSubType() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getSubType() - Method in interface org.cloudgraph.hbase.io.EdgeOperation
-
Returns the subtype or null if none exists
- getTable(TableName) - Method in class org.cloudgraph.hbase.connect.Connection
-
- getTable(TableName, ExecutorService) - Method in class org.cloudgraph.hbase.connect.Connection
-
- getTable() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getTable() - Method in interface org.cloudgraph.hbase.io.EdgeOperation
-
Returns the name of the table where the collection is instantiated.
- getTable() - Method in class org.cloudgraph.hbase.io.GraphTableReader
-
- getTable() - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- getTable() - Method in interface org.cloudgraph.hbase.io.TableOperation
-
Returns the HBase table pooled connection for this context.
- getTable() - Method in class org.cloudgraph.hbase.key.ByteBufferKeyFactory
-
- getTable() - Method in class org.cloudgraph.hbase.key.CompositeRowKeyReader
-
- getTable() - Method in interface org.cloudgraph.hbase.key.ConfigurableKeyFactory
-
- getTableReader(String) - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Returns the table reader for the given configured table name, or null of
not exists.
- getTableReader(QName) - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Returns the table reader for the given qualified type name, or null if not
exists.
- getTableReader(String) - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Returns the table reader for the given configured table name.
- getTableReader(QName) - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Returns the table reader for the given qualified type name.
- getTableReader() - Method in interface org.cloudgraph.hbase.io.EdgeReader
-
- getTableReader() - Method in class org.cloudgraph.hbase.io.GraphEdgeReader
-
- getTableReader() - Method in class org.cloudgraph.hbase.io.GraphRowReader
-
- getTableReader() - Method in interface org.cloudgraph.hbase.io.RowReader
-
- getTableReaderCount() - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Returns the count of table readers for this container.
- getTableReaderCount() - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Returns the count of table readers for this container.
- getTableReaders() - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Returns all table readers for the this container
- getTableReaders() - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Returns all table readers for the this container
- getTableWriter(String) - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Returns the table writer for the given configured table name, or null of
not exists.
- getTableWriter(String) - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Returns the table writer for the given configured table name.
- getTableWriter() - Method in interface org.cloudgraph.hbase.io.EdgeWriter
-
- getTableWriter() - Method in class org.cloudgraph.hbase.io.GraphEdgeWriter
-
- getTableWriter() - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- getTableWriter() - Method in interface org.cloudgraph.hbase.io.RowWriter
-
Returns the container for this writer.
- getTableWriterCount() - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Returns the count of table writers for this container.
- getTableWriterCount() - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Returns the count of table writers for this container.
- getTableWriters() - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Returns all table writers for the this container
- getTableWriters() - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Returns all table writers for the this container
- getTableWriters() - Method in class org.cloudgraph.hbase.io.TableWriterCollector
-
- getTargetType() - Method in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- getTypes(TableReader) - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Returns a list of types associated with the given table reader.
- getTypes(TableWriter) - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Returns a list of types associated with the given table operation.
- getTypes(TableReader) - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Returns a list of types associated with the given table operation.
- getTypes(TableWriter) - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Returns a list of types associated with the given table operation.
- getUnrecognizedResults() - Method in class org.cloudgraph.hbase.results.DefaultResultsAssembler
-
- getUnrecognizedResults() - Method in interface org.cloudgraph.hbase.results.ResultsSlider
-
- getValue(Endpoint) - Method in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerContext
-
- getValue(Endpoint) - Method in class org.cloudgraph.hbase.key.CompositeRowKeyReader
-
- getValues() - Method in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerContext
-
- getValues() - Method in class org.cloudgraph.hbase.key.CompositeRowKeyReader
-
- getVariables(Where) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
- getWildcardOperator() - Method in class org.cloudgraph.hbase.scan.WildcardStringLiteral
-
- getWriteOperations() - Method in class org.cloudgraph.hbase.io.GraphRowWriter
-
- getWriteOperations() - Method in interface org.cloudgraph.hbase.io.RowWriter
-
Return the write operations for a row.
- graph - Variable in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- graph - Variable in class org.cloudgraph.hbase.key.ByteBufferKeyFactory
-
- graph - Variable in class org.cloudgraph.hbase.results.StreamingResultsAssembler
-
- graph - Variable in class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
- graph - Variable in class org.cloudgraph.hbase.scan.FuzzyRowKeyScanAssembler
-
- graph - Variable in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
- graph - Variable in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
- graph - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- GraphAssembler - Class in org.cloudgraph.hbase.graph
-
Constructs a data graph starting with a given root SDO type based on a map of
selected SDO properties, where properties are mapped by selected types
required in the result graph.
- GraphAssembler(PlasmaType, Selection, DistributedReader, Timestamp) - Constructor for class org.cloudgraph.hbase.graph.GraphAssembler
-
Constructor.
- graphAssembler - Variable in class org.cloudgraph.hbase.results.ResultsAggregator
-
- graphAssembler - Variable in class org.cloudgraph.hbase.results.SlidingResultsAssembler
-
- graphAssembler - Variable in class org.cloudgraph.hbase.results.StreamingResultsAssembler
-
- GraphAssemblerCallable - Class in org.cloudgraph.hbase.graph
-
A graph assembler callable task which assembles and returns a
graph on call.
- GraphAssemblerCallable(Result, HBaseGraphAssembler) - Constructor for class org.cloudgraph.hbase.graph.GraphAssemblerCallable
-
- GraphAssemblerFactory - Class in org.cloudgraph.hbase.service
-
Create a specific graph assembler based on the existence of selection path
predicates found in the given collector.
- GraphAssemblerFactory(Query, PlasmaType, DistributedReader, Selection, Timestamp, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.service.GraphAssemblerFactory
-
- graphConfig - Variable in class org.cloudgraph.hbase.graph.ExternalEdgeRecognizerSyntaxTreeAssembler
-
- graphConfig - Variable in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerSyntaxTreeAssembler
-
- graphConfig - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- graphConfig - Variable in class org.cloudgraph.hbase.scan.ScanRecognizerSyntaxTreeAssembler
-
- GraphDispatcher - Class in org.cloudgraph.hbase.service
-
Propagates changes to a data graph including
any number of creates (inserts), modifications (updates) and deletes across
one or more HBase table rows.
- GraphDispatcher(ServiceContext, SnapshotMap, String) - Constructor for class org.cloudgraph.hbase.service.GraphDispatcher
-
- GraphEdgeReader - Class in org.cloudgraph.hbase.io
-
- GraphEdgeWriter - Class in org.cloudgraph.hbase.io
-
- GraphFetchColumnFilterAssembler - Class in org.cloudgraph.hbase.filter
-
Creates an HBase column filter set based on the given criteria which
leverages the HBase
MultipleColumnPrefixFilter to return only columns which make up the
selected data graph.
- GraphFetchColumnFilterAssembler(Selection, PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.filter.GraphFetchColumnFilterAssembler
-
- GraphInputFormat - Class in org.cloudgraph.hbase.mapreduce
-
A graph based input-specification for MapReduce jobs which splits an
underlying root table by region and by the scans resulting from a given
query, then
provides graph record
readers for each
split which assemble and serve data graphs to client
mapper extensions.
- GraphInputFormat() - Constructor for class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
- GraphMapper<KEYOUT,VALUEOUT> - Class in org.cloudgraph.hbase.mapreduce
-
Supplies fully realized data
graphs as the input value
to MapReduce
Mapper client subclasses, the input key being an
HBase row key
bytes and the input value being a
GraphWritable assembled from
one or more underlying HBase table(s)/row(s).
- GraphMapper() - Constructor for class org.cloudgraph.hbase.mapreduce.GraphMapper
-
Default constructor
- GraphMapReduceSetup - Class in org.cloudgraph.hbase.mapreduce
-
- GraphMapReduceSetup() - Constructor for class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
- GraphMutationCollector - Class in org.cloudgraph.hbase.mutation
-
Traverses the change summary for one or more data graphs and collects changes
in the form of HBase row mutations.
- GraphMutationCollector(ServiceContext, SnapshotMap, String) - Constructor for class org.cloudgraph.hbase.mutation.GraphMutationCollector
-
- GraphMutationWriter - Class in org.cloudgraph.hbase.mutation
-
- GraphMutationWriter() - Constructor for class org.cloudgraph.hbase.mutation.GraphMutationWriter
-
- GraphQuery - Class in org.cloudgraph.hbase.service
-
Assembles and returns one or more
data graphs from HBase
given a PlasmaQuery™ based XPath or DSL query.
- GraphQuery(ServiceContext) - Constructor for class org.cloudgraph.hbase.service.GraphQuery
-
- GraphRecordReader - Class in org.cloudgraph.hbase.mapreduce
-
Iterates over HBase root table data for the current
TableSplit,
assembling data graphs based on the detailed selection criteria within a
given
query.
- GraphRecordReader(Configuration) - Constructor for class org.cloudgraph.hbase.mapreduce.GraphRecordReader
-
- GraphRecordRecognizer - Class in org.cloudgraph.hbase.mapreduce
-
Iterates over HBase root table data for the current
TableSplit,
assembling data graphs based on the detailed selection criteria within a
given
query.
- GraphRecordRecognizer(Configuration) - Constructor for class org.cloudgraph.hbase.mapreduce.GraphRecordRecognizer
-
- GraphReducer<KEYIN,VALUEIN,KEYOUT> - Class in org.cloudgraph.hbase.mapreduce
-
- GraphReducer() - Constructor for class org.cloudgraph.hbase.mapreduce.GraphReducer
-
- GraphRowReader - Class in org.cloudgraph.hbase.io
-
The operational, configuration and other state information required for read
operations on a single graph row.
- GraphRowReader(byte[], CellValues, DataObject, TableReader, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.io.GraphRowReader
-
- GraphRowWriter - Class in org.cloudgraph.hbase.io
-
The operational, configuration and other state information required for write
operations on a single graph row.
- GraphRowWriter(byte[], DataObject, TableWriter, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.io.GraphRowWriter
-
- graphs - Variable in class org.cloudgraph.hbase.results.ResultsAggregator
-
- graphs - Variable in class org.cloudgraph.hbase.results.SlidingResultsAssembler
-
- GraphServiceDelegate - Class in org.cloudgraph.hbase.mapreduce
-
- GraphServiceDelegate(ServiceContext) - Constructor for class org.cloudgraph.hbase.mapreduce.GraphServiceDelegate
-
- GraphSliceAssembler - Class in org.cloudgraph.hbase.graph
-
Assembles a data graph where one or more collections may be "sliced" based on
path predicates within the
"selection graph".
- GraphSliceAssembler(PlasmaType, StoreMappingContext, Selection, DistributedReader, Timestamp) - Constructor for class org.cloudgraph.hbase.graph.GraphSliceAssembler
-
- GraphSparkSetup - Class in org.cloudgraph.hbase.spark
-
- GraphSparkSetup() - Constructor for class org.cloudgraph.hbase.spark.GraphSparkSetup
-
- GraphStreamQuery - Class in org.cloudgraph.hbase.service
-
- GraphStreamQuery(ServiceContext) - Constructor for class org.cloudgraph.hbase.service.GraphStreamQuery
-
- GraphTableReader - Class in org.cloudgraph.hbase.io
-
The operational, configuration and other state information required for read
operations on a single graph table.
- GraphTableReader(TableMapping, DistributedGraphOperation, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.io.GraphTableReader
-
- GraphTableWriter - Class in org.cloudgraph.hbase.io
-
The operational, configuration and other state information required for write
operations on a single graph table.
- GraphTableWriter(TableMapping, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.io.GraphTableWriter
-
- GraphTableWriter(TableMapping, DistributedGraphWriter, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.io.GraphTableWriter
-
- groupingComparator - Variable in class org.cloudgraph.hbase.results.ResultsAggregator
-
- SCAN_CACHEBLOCKS - Static variable in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
Set to false to disable server-side caching of blocks for this scan.
- SCAN_CACHEDROWS - Static variable in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
The number of rows for caching that will be passed to scanners.
- SCAN_MAXVERSIONS - Static variable in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
The maximum number of version to return.
- SCAN_TIMERANGE_END - Static variable in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
The ending timestamp used to filter columns with a specific range of
versions.
- SCAN_TIMERANGE_START - Static variable in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
The starting timestamp used to filter columns with a specific range of
versions.
- SCAN_TIMESTAMP - Static variable in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
The timestamp used to filter columns with a specific timestamp.
- ScanCollector - Class in org.cloudgraph.hbase.scan
-
Collector visitor which supports the "recognition" of one or more
partial,
fuzzy and other scan
constructs within the context of a binary (query)
expression
syntax tree, encapsulating operator precedence and other factors.
- ScanCollector(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.ScanCollector
-
- ScanContext - Class in org.cloudgraph.hbase.scan
-
Deprecated.
- ScanContext(PlasmaType, Where, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
Conducts an initial traversal while capturing and analyzing the
characteristics of a query in order to leverage the important HBase partial
row-key scan capability for every possible predicate expression.
- ScanException - Exception in org.cloudgraph.hbase.scan
-
- ScanException() - Constructor for exception org.cloudgraph.hbase.scan.ScanException
-
- ScanException(String) - Constructor for exception org.cloudgraph.hbase.scan.ScanException
-
- ScanException(Throwable) - Constructor for exception org.cloudgraph.hbase.scan.ScanException
-
- ScanLiteral - Class in org.cloudgraph.hbase.scan
-
A configuration driven, context rich abstract class where subclasses are data
"flavor" and data type specific and used to abstract the complexities
involved in assembling the various segments and fields of composite (scan
start/stop) row keys under various relational and logical operator and
various configurable composite key-field hashing, formatting, padding and
other features.
- ScanLiteral(String, PlasmaType, RelationalOperatorName, LogicalOperatorName, DataRowKeyFieldMapping, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.ScanLiteral
-
- scanLiteral - Variable in class org.cloudgraph.hbase.scan.ScanRecognizerRelationalBinaryExpr
-
- ScanLiteralAssembler - Class in org.cloudgraph.hbase.scan
-
Assembles the set of data "flavor" and data type specific scan literals used
to construct composite partial row (start/stop) key pair.
- ScanLiteralAssembler(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- scanLiteralFactory - Variable in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- ScanLiteralFactory - Class in org.cloudgraph.hbase.scan
-
Simple factory constructing data "flavor" and data type specific scan
literals given various configuration specific as well as predicate context
specific relational operators.
- ScanLiteralFactory() - Constructor for class org.cloudgraph.hbase.scan.ScanLiteralFactory
-
- scanLiterals - Variable in class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
- scanLiterals - Variable in class org.cloudgraph.hbase.scan.FuzzyRowKeyScanAssembler
-
- scanLiterals - Variable in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
- ScanLiterals - Class in org.cloudgraph.hbase.scan
-
A collection of scan literals which provides various accessor methods which
indicate the applicability of the scan literal collection under various scan
operations.
- ScanLiterals() - Constructor for class org.cloudgraph.hbase.scan.ScanLiterals
-
- ScanRecognizerContext - Class in org.cloudgraph.hbase.scan
-
Context which supports the "recognition" of one or more
partial,
fuzzy and other and other scan constructs
within the context of a binary
expression syntax tree.
- ScanRecognizerContext(DataGraphMapping) - Constructor for class org.cloudgraph.hbase.scan.ScanRecognizerContext
-
Constructs an empty context.
- ScanRecognizerLogicalBinaryExpr - Class in org.cloudgraph.hbase.scan
-
- ScanRecognizerLogicalBinaryExpr(Expr, Expr, LogicalOperator) - Constructor for class org.cloudgraph.hbase.scan.ScanRecognizerLogicalBinaryExpr
-
Constructs a composite expression based on the given terms and
logical operator.
- ScanRecognizerRelationalBinaryExpr - Class in org.cloudgraph.hbase.scan
-
An
RelationalBinaryExpr implementation which uses a specific
evaluation
context to evaluate the value(s) of
a data graph property along the query property traversal path within the
context of a binary expression (syntax) tree.
- ScanRecognizerRelationalBinaryExpr(Property, Literal, RelationalOperator, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.ScanRecognizerRelationalBinaryExpr
-
Constructs an expression based on the given terms.
- ScanRecognizerSyntaxTreeAssembler - Class in org.cloudgraph.hbase.scan
-
A binary expression tree assembler which constructs an operator precedence
map, then visits
(traverses) the given predicate expression syntax tree depth-first using an
adapted shunting-yard algorithm and assembles a resulting binary tree
structure with expression nodes specific for detecting i.e.
- ScanRecognizerSyntaxTreeAssembler(Where, PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.ScanRecognizerSyntaxTreeAssembler
-
Constructs an assembler based on the given predicate data graph
configuration and graph root type.
- SCANS - Static variable in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
Internal Job parameter that specifies the scan list.
- selection - Variable in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- selection - Variable in class org.cloudgraph.hbase.results.ResultsAggregator
-
- sequences - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- sequencesQual - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- sequencesQualStr - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- serializeGraph(DataGraph) - Method in class org.cloudgraph.hbase.results.DefaultResultsAssembler
-
- serializeGraph(DataGraph) - Method in class org.cloudgraph.hbase.service.GraphQuery
-
- ServiceContext - Interface in org.cloudgraph.hbase.service
-
Holds temporary state information for use within services held for the
duration of a service call.
- setCompleteSelection(boolean) - Method in class org.cloudgraph.hbase.io.CellValues
-
- setConf(Configuration) - Method in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
- setDistributedWriter(DistributedGraphWriter) - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- setDistributedWriter(DistributedGraphWriter) - Method in interface org.cloudgraph.hbase.io.TableWriter
-
Deprecated.
- setHasConcurrentRows(boolean) - Method in class org.cloudgraph.hbase.io.GraphTableWriter
-
- setHasConcurrentRows(boolean) - Method in interface org.cloudgraph.hbase.io.TableWriter
-
Sets whether any concurrent rows have been detected for the table writer.
- setKeyMap(Map<String, KeyValue>) - Method in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerContext
-
Sets the HBase
KeyValue specific for the current sequence.
- setNumReduceTasks(String, Job) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Sets the number of reduce tasks for the given job configuration to the
number of regions the given table has.
- setPool(ObjectPool<Connection>) - Method in class org.cloudgraph.hbase.connect.PooledConnectionFactory
-
- setRootTableReader(TableReader) - Method in class org.cloudgraph.hbase.io.DistributedGraphReader
-
Sets the table reader associated with the data graph root.
- setRootTableReader(TableReader) - Method in interface org.cloudgraph.hbase.io.DistributedReader
-
Sets the table reader associated with the data graph root.
- setRootTableWriter(TableWriter) - Method in class org.cloudgraph.hbase.io.DistributedGraphWriter
-
Sets the table writer associated with the data graph root.
- setRootTableWriter(TableWriter) - Method in interface org.cloudgraph.hbase.io.DistributedWriter
-
Sets the table writer associated with the data graph root.
- setScan(Scan) - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordReader
-
Sets the scan defining the actual details like columns etc.
- setScan(Scan) - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordRecognizer
-
Sets the scan defining the actual details like columns etc.
- setScannerCaching(Job, int) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Sets the number of rows to return and cache with each scanner iteration.
- setScans(List<Scan>) - Method in class org.cloudgraph.hbase.mapreduce.GraphInputFormat
-
Allows subclasses to set the list of Scan objects.
- setSequence(Long) - Method in class org.cloudgraph.hbase.graph.LocalEdgeRecognizerContext
-
Sets the current sequence.
- setTable(Table) - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordReader
-
Sets the Table.
- setTable(Table) - Method in class org.cloudgraph.hbase.mapreduce.GraphRecordRecognizer
-
Sets the HBase table.
- SettingCollector<T> - Class in org.cloudgraph.hbase.mutation
-
Collects old value (settings) for a given data type and property.
- SettingCollector() - Constructor for class org.cloudgraph.hbase.mutation.SettingCollector
-
- setup(DataGraph, PlasmaDataObject, RowWriter) - Method in class org.cloudgraph.hbase.mutation.Create
-
- setup(DataGraph, PlasmaDataObject, RowWriter) - Method in class org.cloudgraph.hbase.mutation.Delete
-
- setup(DataGraph, PlasmaDataObject, RowWriter) - Method in interface org.cloudgraph.hbase.mutation.Mutation
-
Performs any changes on managed properties such as concurrent or locking or
other, etc..
- setup(DataGraph, PlasmaDataObject, RowWriter) - Method in class org.cloudgraph.hbase.mutation.Update
-
- setupGraphMapperJob(Query, Class<? extends GraphMapper>, Class<? extends WritableComparable>, Class<? extends Writable>, Job) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Use this before submitting a graph map job.
- setupGraphMapperJob(Query, Class<? extends GraphMapper>, Class<? extends WritableComparable>, Class<? extends Writable>, Job, boolean, Class<? extends InputFormat>) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Use this before submitting a graph map job.
- setupGraphMapperJob(Query, Class<? extends GraphMapper>, Class<? extends WritableComparable>, Class<? extends Writable>, Job, boolean) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Use this before submitting a graph map job.
- setupGraphReducerJob(Query, Class<? extends GraphReducer>, Job, StoreMappingContext) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Use this before submitting a graph reduce job.
- setupGraphReducerJob(Query, Class<? extends GraphReducer>, Job, Class, StoreMappingContext) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Use this before submitting a graph reduce job.
- setupGraphReducerJob(Query, Class<? extends GraphReducer>, Job, Class, String, String, String, StoreMappingContext) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Use this before submitting a graph reduce job.
- setupGraphReducerJob(Query, Class<? extends GraphReducer>, Job, Class, String, String, String, boolean, StoreMappingContext) - Static method in class org.cloudgraph.hbase.mapreduce.GraphMapReduceSetup
-
Use this before submitting a TableReduce job.
- setupJob(Query, Job) - Static method in class org.cloudgraph.hbase.spark.GraphSparkSetup
-
- size() - Method in class org.cloudgraph.hbase.results.ParallelSlidingResultsAssembler
-
- size() - Method in class org.cloudgraph.hbase.results.ResultsAggregator
-
- size() - Method in interface org.cloudgraph.hbase.results.ResultsAssembler
-
Returns the current size of the collection
- size() - Method in class org.cloudgraph.hbase.results.SlidingResultsAssembler
-
- size() - Method in class org.cloudgraph.hbase.results.StreamingResultsAssembler
-
- size() - Method in class org.cloudgraph.hbase.scan.ScanLiterals
-
- SlidingResultsAssembler - Class in org.cloudgraph.hbase.results
-
Assembler which determines whether results can be ignored under the current
context then "slides" past results not within the given range, avoiding the
overhead of assembling a graph.
- SlidingResultsAssembler(Expr, Comparator<PlasmaDataGraph>, TableReader, HBaseGraphAssembler, Integer, Integer) - Constructor for class org.cloudgraph.hbase.results.SlidingResultsAssembler
-
- snapshotDate - Variable in class org.cloudgraph.hbase.graph.DefaultAssembler
-
- sourceProp - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- sourceType - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- start(Expression) - Method in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
Process the traversal start event for a query
expression creating a new HBase
filter list with a
default AND operator and pushes it onto the
stack.
- start(Property) - Method in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
Process the traversal start event for a query
property within an
expression just traversing the
property path if exists and capturing context information for the current
expression.
- start(PredicateOperator) - Method in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
- start(Literal) - Method in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
Process the traversal start event for a query
literal within an
expression creating an HBase
row filter and adding it
to the filter hierarchy.
- start(NullLiteral) - Method in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
(non-Javadoc)
- start(LogicalOperator) - Method in class org.cloudgraph.hbase.filter.ColumnPredicateVisitor
-
Process a logical operator
query traversal start event.
- start(Expression) - Method in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
Process the traversal start event for a query
expression creating a new HBase
filter list with a
default AND operator and pushes it onto the
stack.
- start(Property) - Method in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
Process the traversal start event for a query
property within an
expression just traversing the
property path if exists and capturing context information for the current
expression.
- start(PredicateOperator) - Method in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
- start(Literal) - Method in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
Process the traversal start event for a query
literal within an
expression creating an HBase
row filter and adding it
to the filter hierarchy.
- start(NullLiteral) - Method in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
(non-Javadoc)
- start(LogicalOperator) - Method in class org.cloudgraph.hbase.filter.MultiColumnPredicateVisitor
-
Process a logical operator
query traversal start event.
- start(RelationalOperator) - Method in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- start(GroupOperator) - Method in class org.cloudgraph.hbase.filter.PredicateVisitor
-
- start(Expression) - Method in class org.cloudgraph.hbase.filter.RowPredicateVisitor
-
Process the traversal start event for a query
expression creating a new HBase
filter list with a default
MUST_PASS_ALL operator and pushes it onto the stack.
- start(Property) - Method in class org.cloudgraph.hbase.filter.RowPredicateVisitor
-
Process the traversal start event for a query
property within an
expression just traversing the
property path if exists and capturing context information for the current
expression.
- start(PredicateOperator) - Method in class org.cloudgraph.hbase.filter.RowPredicateVisitor
-
- start(Literal) - Method in class org.cloudgraph.hbase.filter.RowPredicateVisitor
-
Process the traversal start event for a query
literal within an
expression creating an HBase
row filter and adding it
to the filter hierarchy.
- start(NullLiteral) - Method in class org.cloudgraph.hbase.filter.RowPredicateVisitor
-
(non-Javadoc)
- start(LogicalOperator) - Method in class org.cloudgraph.hbase.filter.RowPredicateVisitor
-
Process a logical operator
query traversal start event.
- start(PredicateOperator) - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
Process the traversal start event for a query
WildcardOperator within an
expression creating context
information useful for determining an HBase scan strategy.
- start(LogicalOperator) - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
Process the traversal start event for a query
LogicalOperator within an
expression creating context
information useful for determining an HBase scan strategy.
- start(RelationalOperator) - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
Process the traversal start event for a query
RelationalOperator within
an expression creating context
information useful for determining an HBase scan strategy.
- start(GroupOperator) - Method in class org.cloudgraph.hbase.scan.ScanContext
-
Deprecated.
Process the traversal start event for a query
GroupOperator within an
expression creating context
information useful for determining an HBase scan strategy.
- start(Property) - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
Process the traversal start event for a query
property within an
expression just traversing the
property path if exists and capturing context information for the current
expression.
- start(Literal) - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
Process the traversal start event for a query
literal within an
expression.
- start(NullLiteral) - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
(non-Javadoc)
- start(LogicalOperator) - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
Process a logical operator
query traversal start event.
- start(PredicateOperator) - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- start(RelationalOperator) - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- start(GroupOperator) - Method in class org.cloudgraph.hbase.scan.ScanLiteralAssembler
-
- startKey - Variable in class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
- startKey - Variable in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
- startRange - Variable in class org.cloudgraph.hbase.results.DefaultResultsAssembler
-
- startRowFieldCount - Variable in class org.cloudgraph.hbase.scan.CompleteRowKeyAssembler
-
- startRowFieldCount - Variable in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
- StatefullBinaryPrefixColumnFilterAssembler - Class in org.cloudgraph.hbase.filter
-
- StatefullBinaryPrefixColumnFilterAssembler(PlasmaType, EdgeReader) - Constructor for class org.cloudgraph.hbase.filter.StatefullBinaryPrefixColumnFilterAssembler
-
- StatefullColumnKeyFactory - Class in org.cloudgraph.hbase.key
-
Generates an HBase column key based on the configured CloudGraph column key
model for a specific
HTable
configuration.
- StatefullColumnKeyFactory(PlasmaType, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- StatefullColumnKeyFactory(RowOperation) - Constructor for class org.cloudgraph.hbase.key.StatefullColumnKeyFactory
-
- stopKey - Variable in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
- stopRowFieldCount - Variable in class org.cloudgraph.hbase.scan.PartialRowKeyScanAssembler
-
- StreamingResultsAssembler - Class in org.cloudgraph.hbase.results
-
Assembler which determines whether results can be ignored under the current
context then "slides" past results not within the given range, avoiding the
overhead of assembling a graph.
- StreamingResultsAssembler(Expr, Comparator<PlasmaDataGraph>, TableReader, HBaseGraphAssembler, Integer, Integer) - Constructor for class org.cloudgraph.hbase.results.StreamingResultsAssembler
-
- StringLiteral - Class in org.cloudgraph.hbase.scan
-
A string data "flavor" specific literal class used to abstract the
complexities involved in assembling the various segments and fields of
composite (scan start/stop) row keys under various relational and logical
operator and various configurable composite key-field hashing, formatting,
padding and other features.
- StringLiteral(String, PlasmaType, RelationalOperatorName, LogicalOperatorName, DataRowKeyFieldMapping, StoreMappingContext) - Constructor for class org.cloudgraph.hbase.scan.StringLiteral
-
- subscribe(ObservableEmitter<DataGraph>) - Method in class org.cloudgraph.hbase.service.GraphStreamQuery
-
- subTypeQual - Variable in class org.cloudgraph.hbase.io.DefaultEdgeOperation
-
- supportCompleteRowKey(ScanCollector) - Method in class org.cloudgraph.hbase.scan.ScanLiterals
-
Returns true if this set of literals can support a partial row key scan for
the given graph
- supportFuzzyRowKeyScan(ScanCollector) - Method in class org.cloudgraph.hbase.scan.ScanLiterals
-
Returns true if this set of literals can support a fuzzy row key scan for
the given graph
- supportPartialRowKeyScan(ScanCollector) - Method in class org.cloudgraph.hbase.scan.ScanLiterals
-
Returns true if this set of literals can support a partial row key scan for
the given graph