Skip navigation links
A C D E F G H I J L N O P R S T W 

A

assemble(List<PropertyPair>) - Method in class org.cloudgraph.rdb.graph.GraphAssembler
Initiates the assembly of a data graph based on the given results list.
assemble(PlasmaType, PlasmaDataObject, PlasmaProperty, List<PropertyPair>, int) - Method in class org.cloudgraph.rdb.graph.GraphAssembler
Assembles a data object of the given target type by first forming a query using the given key/property pairs.
assemble(List<PropertyPair>) - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
Recursively re-constitutes a data graph distributed across multiple tables and/or rows, starting with the given result row.
assemble(PlasmaType, PlasmaDataObject, PlasmaProperty, List<PropertyPair>, int) - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 
assemble() - Method in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
assembleSubquery(Property, PredicateOperator, Query) - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
assembleSubquery(Property, PredicateOperator, Query) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 

C

close() - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
close() - Method in class org.cloudgraph.rdb.service.GraphQuery
 
close() - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
commit(DataGraph[]) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
commit(DataGraph) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
commit(DataGraph, String) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
commit(DataGraph[], String) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
commit(DataGraph, JobContext) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
commit(DataGraph[], JobContext) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
ConnectionProvider - Interface in org.cloudgraph.rdb.connect
Supplies connections from a source pool or data source.
converter - Variable in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
converter - Variable in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
converter - Variable in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
count(Query) - Method in class org.cloudgraph.rdb.service.GraphQuery
Returns a count of the given query.
count(Query) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
count(Query[]) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
createDataObject(List<PropertyPair>, PlasmaDataObject, PlasmaProperty) - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 
createDelete(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
createDelete(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
createFilterAssembler(Where, Type) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
createInsert(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
createInsert(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
createSelect(PlasmaType, Set<Property>, List<PropertyPair>, List<Object>) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
createSelect(PlasmaType, Set<Property>, List<PropertyPair>, FilterAssembler, List<Object>) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
createSelect(PlasmaType, Set<Property>, List<PropertyPair>, List<Object>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
createSelect(PlasmaType, Set<Property>, List<PropertyPair>, RDBFilterAssembler, List<Object>, AliasMap) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
createSelectConcurrent(PlasmaType, List<PropertyPair>, int, List<Object>) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
createSelectForUpdate(PlasmaType, List<PropertyPair>, int) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
createUpdate(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
createUpdate(PlasmaType, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
createValue(PlasmaDataObject, Object, Property) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
createValue(PlasmaDataObject, Object, Object, Property) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 

D

datasource - Variable in class org.cloudgraph.rdb.connect.JNDIDataSourceProvider
 
DataSourceProvder - Interface in org.cloudgraph.rdb.connect
Supplies connections from an underlying data source.

E

execute(PlasmaType, StringBuilder, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
execute(PlasmaType, StringBuilder, Map<String, PropertyPair>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
executeInsert(PlasmaType, StringBuilder, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
executeInsert(PlasmaType, StringBuilder, Map<String, PropertyPair>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
executeInsertWithGeneratedKeys(PlasmaType, StringBuilder, Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
executeInsertWithGeneratedKeys(PlasmaType, StringBuilder, Map<String, PropertyPair>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 

F

fetch(PlasmaType, StringBuilder) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
fetch(PlasmaType, StringBuilder, Set<Property>) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
fetch(PlasmaType, StringBuilder, Set<Property>, Object[]) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
fetch(PlasmaType, StringBuilder, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
fetch(PlasmaType, StringBuilder, Set<Property>, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
fetch(PlasmaType, StringBuilder, Set<Property>, Object[], Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
fetchRow(PlasmaType, StringBuilder) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
fetchRow(PlasmaType, StringBuilder, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
fetchRowMap(PlasmaType, StringBuilder) - Method in class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
fetchRowMap(PlasmaType, StringBuilder, Connection) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
finalize() - Method in class org.cloudgraph.rdb.connect.ProviderManager
 
find(Query, Timestamp) - Method in class org.cloudgraph.rdb.service.GraphQuery
 
find(Query, int, Timestamp) - Method in class org.cloudgraph.rdb.service.GraphQuery
 
find(Query) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
find(Query, int) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
find(Query[]) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
find(Query, JobContext) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
findAsStream(Query) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
findAsStream(Query, int) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
findAsStream(Query[]) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
findResultValue(PlasmaDataObject, Object, Property) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
fromJDBCDataType(ResultSet, int, int, PlasmaProperty) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
Functions - Class in org.cloudgraph.rdb.filter
 
Functions() - Constructor for class org.cloudgraph.rdb.filter.Functions
 

G

getAliasMap() - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
getConfig() - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 
getConnection() - Method in interface org.cloudgraph.rdb.connect.ConnectionProvider
Returns a connection from an underlying pool or data source.
getConnection() - Method in class org.cloudgraph.rdb.connect.JNDIDataSourceProvider
 
getConnection() - Method in class org.cloudgraph.rdb.connect.ProviderManager
 
getExecutorService() - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 
getGroupingDeclaration() - Method in class org.cloudgraph.rdb.filter.RDBGroupingAssembler
 
getImportDeclarations() - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
getJdbcTypeName(int) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
getOppositePriKeyProperty(Property) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
getOppositePriKeyProperty(Property) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
getOrderingDeclaration() - Method in class org.cloudgraph.rdb.filter.RDBOrderingAssembler
 
getParameterDeclarations() - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
getQualifiedPhysicalName(PlasmaType) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
getVariableDeclarations() - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
getVariables(Where) - Method in class org.cloudgraph.rdb.service.GraphQuery
 
GraphAssembler - Class in org.cloudgraph.rdb.graph
Constructs a data graph starting with a given root SDO type based on a "selection graph" of selected SDO properties, where properties are mapped by selected types required in the result graph.
GraphAssembler(PlasmaType, SelectionCollector, Timestamp, Connection) - Constructor for class org.cloudgraph.rdb.graph.GraphAssembler
 
GraphDispatcher - Class in org.cloudgraph.rdb.service
 
GraphDispatcher(SnapshotMap, String, Connection) - Constructor for class org.cloudgraph.rdb.service.GraphDispatcher
 
GraphQuery - Class in org.cloudgraph.rdb.service
 
GraphQuery(Connection) - Constructor for class org.cloudgraph.rdb.service.GraphQuery
 

H

hasImportDeclarations() - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
hasParameterDeclarations() - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
hasUpdatableProperties(Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.filter.RDBStatementFactory
 
hasUpdatableProperties(Map<String, PropertyPair>) - Method in class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
hasVariableDeclarations() - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 

I

initialize(AccessServiceContext) - Method in class org.cloudgraph.rdb.service.RDBGraphService
 
instance() - Static method in class org.cloudgraph.rdb.connect.ProviderManager
 
INSTANCE - Static variable in class org.cloudgraph.rdb.service.RDBDataConverter
 

J

JDBCSupport - Class in org.cloudgraph.rdb.service
Deprecated.
JDBCSupport() - Constructor for class org.cloudgraph.rdb.service.JDBCSupport
Deprecated.
 
JNDIDataSourceProvider - Class in org.cloudgraph.rdb.connect
Supplies connections using a JNDI registered datasource.
JNDIDataSourceProvider() - Constructor for class org.cloudgraph.rdb.connect.JNDIDataSourceProvider
 
join() - Method in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 

L

level - Variable in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
link(PlasmaDataObject, PlasmaDataObject, PlasmaProperty) - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 
log(Where) - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
logPoolStatistics() - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 

N

numThreadsAvailable() - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 

O

org.cloudgraph.rdb.connect - package org.cloudgraph.rdb.connect
 
org.cloudgraph.rdb.filter - package org.cloudgraph.rdb.filter
 
org.cloudgraph.rdb.graph - package org.cloudgraph.rdb.graph
 
org.cloudgraph.rdb.service - package org.cloudgraph.rdb.service
 

P

ParallelGraphAssembler - Class in org.cloudgraph.rdb.graph
Constructs a data graph in parallel starting with a given root SDO type based on a given "selection graph", where processing proceeds as a breadth-first traversal and tasks/threads are dynamically added based on availability within a shared thread pool.
ParallelGraphAssembler(PlasmaType, SelectionCollector, Timestamp, ConfigProps, Connection) - Constructor for class org.cloudgraph.rdb.graph.ParallelGraphAssembler
Constructor.
ParallelSubgraphTask - Class in org.cloudgraph.rdb.graph
A concurrent task which processes a portion of a data graph or sub-graph while leveraging shared resources, such as the data graph being assembled and the thread pool, through the shared parent ParallelGraphAssembler.
ParallelSubgraphTask(PlasmaType, PlasmaDataObject, SelectionCollector, StatementFactory, StatementExecutor, PlasmaProperty, List<PropertyPair>, int, int, ParallelGraphAssembler) - Constructor for class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
PoolProvder - Interface in org.cloudgraph.rdb.connect
Supplies connections from an underlying pool.
printDataObjectInfo(DataObject) - Method in class org.cloudgraph.rdb.service.GraphDispatcher
 
processWildcardExpression(Property, PredicateOperator, Literal) - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
processWildcardExpression(Property, PredicateOperator, Literal) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
ProviderManager - Class in org.cloudgraph.rdb.connect
Instantiates a provider based on configuration setting and supplies singleton access to the shared provider.

R

RDBDataConverter - Class in org.cloudgraph.rdb.service
 
RDBFilterAssembler - Class in org.cloudgraph.rdb.filter
 
RDBFilterAssembler(Where, Type, AliasMap) - Constructor for class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
RDBGraphService - Class in org.cloudgraph.rdb.service
 
RDBGraphService() - Constructor for class org.cloudgraph.rdb.service.RDBGraphService
 
RDBGroupingAssembler - Class in org.cloudgraph.rdb.filter
 
RDBGroupingAssembler(GroupBy, PlasmaType, AliasMap) - Constructor for class org.cloudgraph.rdb.filter.RDBGroupingAssembler
 
RDBOrderingAssembler - Class in org.cloudgraph.rdb.filter
 
RDBOrderingAssembler(OrderBy, PlasmaType, AliasMap) - Constructor for class org.cloudgraph.rdb.filter.RDBOrderingAssembler
 
RDBServiceException - Exception in org.cloudgraph.rdb.service
 
RDBServiceException(String) - Constructor for exception org.cloudgraph.rdb.service.RDBServiceException
 
RDBServiceException(Throwable) - Constructor for exception org.cloudgraph.rdb.service.RDBServiceException
 
RDBStatementExecutor - Class in org.cloudgraph.rdb.filter
 
RDBStatementExecutor(Connection) - Constructor for class org.cloudgraph.rdb.filter.RDBStatementExecutor
 
RDBStatementFactory - Class in org.cloudgraph.rdb.filter
 
RDBStatementFactory() - Constructor for class org.cloudgraph.rdb.filter.RDBStatementFactory
 

S

sequence - Variable in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
shutdown() - Method in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
source - Variable in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
sourceProperty - Variable in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
start(Expression) - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
 
start(Property) - Method in class org.cloudgraph.rdb.filter.RDBFilterAssembler
Handles a property query node, traversing the property path appending SQL 'AND' expressions based on key relationships until the property endpoint is reached.
start(Property) - Method in class org.cloudgraph.rdb.filter.RDBGroupingAssembler
 
start(Property) - Method in class org.cloudgraph.rdb.filter.RDBOrderingAssembler
 
start(Select) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
start(Where) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
start(Property) - Method in class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
start() - Method in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
SubqueryFilterAssembler - Class in org.cloudgraph.rdb.filter
 
SubqueryFilterAssembler(String, Query, List, Type) - Constructor for class org.cloudgraph.rdb.filter.SubqueryFilterAssembler
 
subrootChildKeyPairs - Variable in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 
subrootType - Variable in class org.cloudgraph.rdb.graph.ParallelSubgraphTask
 

T

threadsAvailable() - Method in class org.cloudgraph.rdb.graph.ParallelGraphAssembler
 
toJDBCDataFlavor(PlasmaProperty) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
toJDBCDataType(PlasmaProperty, Object) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
toJDBCDataValue(PlasmaProperty, Object) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 
toJDBCString(Type, PlasmaProperty, Object) - Method in class org.cloudgraph.rdb.service.RDBDataConverter
 

W

wrap(PlasmaProperty, List<Function>, String) - Static method in class org.cloudgraph.rdb.filter.Functions
 
A C D E F G H I J L N O P R S T W 
Skip navigation links

Copyright © 2019. All Rights Reserved.