Modifier and Type | Field and Description |
---|---|
static DataspaceType |
DataspaceType.FSPACE
FILE SPACE
|
static DataspaceType |
DataspaceType.HSPACE
HIERARCHICAL SPACE
|
static DataspaceType |
DataspaceType.QSPACE
QUEUE SPACE
|
static DataspaceType |
DataspaceType.TSPACE
TABLE SPACE
|
static DataspaceType |
DataspaceType.USPACE
TUPLE SPACE
|
Modifier and Type | Method and Description |
---|---|
static DataspaceType |
DataspaceType.valueOf(java.lang.String name) |
static DataspaceType[] |
DataspaceType.values() |
Modifier and Type | Method and Description |
---|---|
DataspaceAccessor |
HTTPFabricConnection.createDataspaceAccessor(DataspaceType dataspaceType,
java.lang.String dataspaceName) |
DataspaceAccessor |
HTTPFabricConnection.createDataspaceAccessor(java.lang.String nodeName,
DataspaceType dataspaceType,
java.lang.String dataspaceName) |
Modifier and Type | Method and Description |
---|---|
DataspaceAccessor |
FabricConnection.createDataspaceAccessor(DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
DataspaceAccessor |
FabricConnection.createDataspaceAccessor(java.lang.String nodeName,
DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
Modifier and Type | Method and Description |
---|---|
DataspaceComponent |
DataspaceStore.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
java.lang.String location,
boolean autoload,
User user,
java.lang.String authorization) |
DataspaceComponent |
DataspaceStore.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
User user) |
DataspaceComponent |
DataspaceStore.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
User user,
java.lang.String authorization) |
Modifier and Type | Method and Description |
---|---|
DataspaceSchema |
SchemaManager.createSchema(com.streamscape.ds.session.Session session,
NameManager.ObjectName name,
DataspaceType type,
EventScope scope,
Trace.Level logLevel,
com.streamscape.ds.rights.Grantee owner)
Creates a schema belonging to the given grantee.
|
NameManager.ObjectName |
SchemaManager.getSchemaHsqlName(java.lang.String name,
DataspaceType type)
If schemaName is null, return the default schema name, else return
the HsqlName object for the schema.
|
Constructor and Description |
---|
DataspaceSchema(NameManager.ObjectName name,
DataspaceType type,
com.streamscape.ds.rights.Grantee owner) |
Modifier and Type | Method and Description |
---|---|
DataspaceType |
DataspaceComponent.getDataspaceType()
Returns the
DataspaceType of this Dataspace instance. |
Modifier and Type | Method and Description |
---|---|
void |
DataspaceManager.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope) |
void |
DataspaceManager.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
java.lang.String autorization) |
DataspaceComponent |
Store.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
java.lang.String location,
boolean autoload,
User user,
java.lang.String authorization) |
DataspaceComponent |
Store.createDataspace(DataspaceType model,
java.lang.String name,
EventScope scope,
User user,
java.lang.String authorization) |
java.util.List |
DataspaceManager.getDataspacesByType(DataspaceType type)
Returns a list of dataspace components with the specified type in node.
|
java.util.List |
DataspaceManager.listDataspacesByType(DataspaceType type)
Returns a list of names of dataspace components with the specified type in node.
|
Modifier and Type | Method and Description |
---|---|
DataspaceAccessor |
ServiceContext.createDataspaceAccessor(DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
DataspaceAccessor |
ServiceContext.createDataspaceAccessor(java.lang.String nodeName,
DataspaceType dataspaceType,
java.lang.String dataspaceName)
Creates an accessor to the dataspace with the specified type and name.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.