| Package | Description |
|---|---|
| org.nustaq.reallive.api | |
| org.nustaq.reallive.client | |
| org.nustaq.reallive.impl.actors | |
| org.nustaq.reallive.impl.tablespace |
| Modifier and Type | Method and Description |
|---|---|
TableDescription |
TableDescription.clone() |
TableDescription |
TableDescription.filePath(String filePath) |
TableDescription |
TableDescription.keyLen(int keyLen) |
TableDescription |
TableDescription.name(String name) |
TableDescription |
TableDescription.numEntries(int numEntries) |
TableDescription |
TableDescription.shardNo(int shardNo) |
TableDescription |
TableDescription.sizeMB(int sizeMB) |
TableDescription |
TableDescription.storageType(TableDescription.StorageType st) |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<TableDescription> |
SafeRealLiveTable.getDescription() |
org.nustaq.kontraktor.IPromise<List<TableDescription>> |
TableSpace.getTableDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<RealLiveTable> |
TableSpace.createOrLoadTable(TableDescription desc) |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<RealLiveTable> |
EmbeddedRealLive.createTable(TableDescription desc,
String dataDir)
WARNING: never create more than one table using the same file.
|
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<TableDescription> |
RealLiveTableActor.getDescription() |
org.nustaq.kontraktor.IPromise<TableDescription> |
ShardedTable.getDescription() |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise |
RealLiveTableActor.init(java.util.function.Supplier<RecordStorage> storeFactory,
TableDescription desc) |
| Constructor and Description |
|---|
ShardedTable(RealLiveTable[] shards,
TableDescription desc) |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<List<TableDescription>> |
TableSpaceSharding.getTableDescriptions() |
org.nustaq.kontraktor.IPromise<List<TableDescription>> |
ClusteredTableSpaceClient.getTableDescriptions() |
org.nustaq.kontraktor.IPromise<List<TableDescription>> |
TableSpaceActor.getTableDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<RealLiveTable> |
TableSpaceSharding.createOrLoadTable(TableDescription desc) |
org.nustaq.kontraktor.IPromise<RealLiveTable> |
ClusteredTableSpaceClient.createOrLoadTable(TableDescription desc) |
org.nustaq.kontraktor.IPromise<RealLiveTable> |
TableSpaceActor.createOrLoadTable(TableDescription desc) |
Copyright © 2019. All rights reserved.