Modifier and Type | Field and Description |
---|---|
static CollectionType |
CollectionType.AUDIT_QUEUE
Audit Queue collection.
|
static CollectionType |
CollectionType.BLOCKING_QUEUE
Blocking Queue collection.
|
static CollectionType |
CollectionType.DIRECTORY_TABLE
Directory table collection.
|
static CollectionType |
CollectionType.EVENT_QUEUE
Event Queue collection.
|
static CollectionType |
CollectionType.EVENT_TABLE
Event Table collection.
|
static CollectionType |
CollectionType.FILE_TABLE
File Table collection.
|
static CollectionType |
CollectionType.FUNCTION_TABLE
Function table collection.
|
static CollectionType |
CollectionType.JOURNAL_FILE_QUEUE |
static CollectionType |
CollectionType.JOURNAL_FILE_TABLE |
static CollectionType |
CollectionType.LOG_FILE_TABLE |
static CollectionType |
CollectionType.MAP
Map collection.
|
static CollectionType |
CollectionType.MESSAGE_QUEUE
Message Queue collection.
|
static CollectionType |
CollectionType.PROCESS_QUEUE
Process Queue collection.
|
static CollectionType |
CollectionType.QUEUE
Generic Queue collection.
|
static CollectionType |
CollectionType.SEMAGRAPTH_TABLE |
static CollectionType |
CollectionType.SNAPSHOT_TABLE |
static CollectionType |
CollectionType.SOURCE_STREAM
Source Stream collection acts similar to View collection
but allows to start/stop stream of events which reside
in the underlying collections.
|
static CollectionType |
CollectionType.TABLE
Table collection.
|
static CollectionType |
CollectionType.VIEW
View Collection.
|
static CollectionType |
CollectionType.VTABLE
Virtual table collection.
|
Modifier and Type | Method and Description |
---|---|
CollectionType |
DataCollection.getCollectionType()
Returns collection Type.
|
CollectionType |
CollectionFactory.getCollectionType() |
static CollectionType |
CollectionType.valueOf(java.lang.String name) |
static CollectionType[] |
CollectionType.values() |
Modifier and Type | Method and Description |
---|---|
CollectionFactory |
DataspaceContext.createCollectionFactory(CollectionType type)
Creates and returns collection of specified type.
|
Modifier and Type | Method and Description |
---|---|
CollectionFactory |
HTTPDataspaceAccessor.createCollectionFactory(CollectionType type) |
Modifier and Type | Method and Description |
---|---|
CollectionFactory |
CollectionFactoryFactory.instantiateCollectionFactory(CollectionType type,
com.streamscape.ds.AbstractDataspace dataspace) |
Modifier and Type | Method and Description |
---|---|
CollectionFactory |
DataspaceAccessorProxy.createCollectionFactory(com.streamscape.ds.session.Session session,
CollectionType type) |
Modifier and Type | Method and Description |
---|---|
CollectionType |
ReplicationSourceInfo.getSourceCollectionType() |
CollectionType |
ReplicationFlow.getSourceCollectionType() |
CollectionType |
ReplicationFlow.Replica.getTargetCollectionType() |
CollectionType |
ReplicaInfo.getTargetCollectionType() |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationSourceInfo.setSourceCollectionType(CollectionType sourceCollectionType) |
void |
ReplicationFlow.setSourceCollectionType(CollectionType sourceCollectionType) |
void |
ReplicationFlow.Replica.setTargetCollectionType(CollectionType targetCollectionType) |
void |
ReplicaInfo.setTargetCollectionType(CollectionType targetCollectionType) |
Modifier and Type | Method and Description |
---|---|
CollectionType |
CollectionMetaDataImpl.getCollectionType() |
CollectionType |
Collection.getCollectionType() |
CollectionType |
AbstractCollectionFactory.getCollectionType() |
CollectionType |
AbstractCollectionFactoryImpl.getCollectionType() |
CollectionType |
CollectionMetaData.getCollectionType()
Returns collection type.
|
CollectionType |
AbstractCollection.getCollectionType() |
CollectionType |
AbstractCollectionFactoryImpl.getCollectionType(com.streamscape.ds.session.Session session) |
CollectionType |
AbstractCollection.getCollectionType(com.streamscape.ds.session.Session session) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AbstractCollection.getCollectionTypeName(CollectionType type) |
static java.lang.String |
AbstractCollection.getCollectionTypeNameCamelCase(CollectionType type) |
Modifier and Type | Method and Description |
---|---|
CollectionType |
VirtualTable.getCollectionType() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualTable.setCollectionType(CollectionType directoryTable) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
DataspaceComponent.getCollectionsByType(CollectionType type)
Returns list of collections meta data with specified type in dataspace.
|
java.util.List |
DataspaceComponent.listCollectionsByType(CollectionType type)
Returns list of collection names with specified type in dataspace.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.