Package org.nustaq.reallive.client
Class DynTableSpaceSharding
java.lang.Object
org.nustaq.reallive.client.TableSpaceSharding
org.nustaq.reallive.client.DynTableSpaceSharding
- All Implemented Interfaces:
TableSpace
-
Field Summary
Fields inherited from class org.nustaq.reallive.client.TableSpaceSharding
shards, tableDescriptionMap, tableMapFields inherited from interface org.nustaq.reallive.api.TableSpace
USE_BASE_DIR -
Constructor Summary
ConstructorsConstructorDescriptionDynTableSpaceSharding(TableSpaceActor[] shards, Supplier<DynClusterDistribution> distributionSupplier) -
Method Summary
Modifier and TypeMethodDescriptionprotected ShardedTablecreateShardedTable(TableDescription desc, RealLiveTable[] tableShards) Methods inherited from class org.nustaq.reallive.client.TableSpaceSharding
createOrLoadTable, dropTable, getStats, getTableAsync, getTableDescriptions, getTables, init, shutDown, stateListener
-
Constructor Details
-
DynTableSpaceSharding
public DynTableSpaceSharding(TableSpaceActor[] shards, Supplier<DynClusterDistribution> distributionSupplier)
-
-
Method Details
-
createShardedTable
- Overrides:
createShardedTablein classTableSpaceSharding
-