| Package | Description |
|---|---|
| org.nustaq.reallive.api | |
| org.nustaq.reallive.client | |
| org.nustaq.reallive.impl | |
| org.nustaq.reallive.impl.actors | |
| org.nustaq.reallive.impl.tablespace |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<RealLiveTable> |
TableSpace.createOrLoadTable(TableDescription desc) |
org.nustaq.kontraktor.IPromise<RealLiveTable> |
TableSpace.getTableAsync(String name) |
org.nustaq.kontraktor.IPromise<List<RealLiveTable>> |
TableSpace.getTables() |
| 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.
|
| Constructor and Description |
|---|
SubscribedSet(RealLiveTable source) |
SubscribedSet(RealLiveTable source,
boolean usConc) |
| Constructor and Description |
|---|
FilterProcessor(RealLiveTable table) |
| Modifier and Type | Class and Description |
|---|---|
class |
RealLiveTableActor
Created by ruedi on 06.08.2015.
|
class |
ShardedTable
Created by moelrue on 06.08.2015.
|
| Modifier and Type | Method and Description |
|---|---|
protected RealLiveTable[] |
ShardedTable.hashAll(String key) |
protected RealLiveTable |
ShardedTable.hashAny(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardedTable.addNode(int[] slots,
RealLiveTable shard) |
void |
ShardedTable.removeTableShard(RealLiveTable shard2Remove) |
| Constructor and Description |
|---|
ShardedTable(RealLiveTable[] shards,
TableDescription desc) |
| 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) |
org.nustaq.kontraktor.IPromise<RealLiveTable> |
TableSpaceSharding.getTableAsync(String name) |
org.nustaq.kontraktor.IPromise<RealLiveTable> |
ClusteredTableSpaceClient.getTableAsync(String name) |
org.nustaq.kontraktor.IPromise<RealLiveTable> |
TableSpaceActor.getTableAsync(String name) |
org.nustaq.kontraktor.IPromise<List<RealLiveTable>> |
TableSpaceSharding.getTables() |
org.nustaq.kontraktor.IPromise<List<RealLiveTable>> |
ClusteredTableSpaceClient.getTables() |
org.nustaq.kontraktor.IPromise<List<RealLiveTable>> |
TableSpaceActor.getTables() |
Copyright © 2019. All rights reserved.