Uses of Class
org.nustaq.reallive.server.dynamic.actions.ClusterTableAction
| Package | Description |
|---|---|
| org.nustaq.reallive.server.dynamic | |
| org.nustaq.reallive.server.dynamic.actions |
-
Uses of ClusterTableAction in org.nustaq.reallive.server.dynamic
Methods in org.nustaq.reallive.server.dynamic that return types with arguments of type ClusterTableAction Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<ClusterTableAction>>DynClusterTableDistribution. collectByTarget()java.util.List<ClusterTableAction>DynClusterTableDistribution. getActions()Methods in org.nustaq.reallive.server.dynamic with parameters of type ClusterTableAction Modifier and Type Method Description voidDynClusterTableDistribution. addAction(ClusterTableAction action)Method parameters in org.nustaq.reallive.server.dynamic with type arguments of type ClusterTableAction Modifier and Type Method Description voidDynClusterTableDistribution. setActions(java.util.List<ClusterTableAction> actions) -
Uses of ClusterTableAction in org.nustaq.reallive.server.dynamic.actions
Methods in org.nustaq.reallive.server.dynamic.actions that return ClusterTableAction Modifier and Type Method Description ClusterTableActionClusterTableAction. otherShard(java.lang.String otherShard)ClusterTableActionClusterTableAction. shardName(java.lang.String shardName)ClusterTableActionClusterTableAction. tableName(java.lang.String tableName)