Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryTable
Title:
|
interface |
EventTable
Title: Dataspace Framework
|
interface |
FileTable
Title: Dataspace Framework
|
interface |
FunctionTable
Title: Dataspace Framework
|
interface |
JournalFileTable
Title: Dataspace Framework
|
interface |
LogFileTable |
interface |
SemagraphTable |
interface |
View
Title: Dataspace Framework
|
interface |
VirtualTable
Title: Dataspace framework
|
Modifier and Type | Method and Description |
---|---|
Table |
Queue.toTableCollection()
Creates new transient table collection and loads it with the
data from current collection.
|
Table |
Table.toTableCollection()
Creates new transient table collection and loads it with the
data from current collection.
|
Table |
Map.toTableCollection()
Creates new transient table collection and loads it with the
data from current collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Queue.drainToTable(Table table)
Dumps the data (with removal) from current collection into provided
table collection.
|
void |
Queue.fromTable(Table table)
Loads current collection with the data from provided
table collection.
|
void |
Table.insertAll(Table table)
Inserts all rows from specified table into
the current table.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryTableProxy
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
FileTableProxy
Title: Dataspace Framework
|
class |
JournalFileTableProxy
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionTableProxy
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
Table |
AbstractQueueProxy.toTableCollection() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueueCollection.drainToTable(com.streamscape.ds.session.Session session,
Table table) |
void |
AbstractQueueProxy.drainToTable(Table table) |
void |
AbstractQueueProxy.fromTable(Table table) |
Modifier and Type | Class and Description |
---|---|
class |
EventTableProxy
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
Table |
MapProxy.toTableCollection() |
Modifier and Type | Class and Description |
---|---|
class |
TableProxy
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
Table |
TableProxy.toTableCollection() |
Modifier and Type | Method and Description |
---|---|
void |
TableProxy.insertAll(Table table) |
Modifier and Type | Class and Description |
---|---|
class |
ViewProxy
Title: Dataspace Framework
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualTableProxy
Title: Dataspace Framework
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.