Class ClusterTableAction

java.lang.Object
org.nustaq.reallive.server.dynamic.actions.ClusterTableAction
All Implemented Interfaces:
Serializable

public abstract class ClusterTableAction extends Object implements Serializable
See Also:
  • Field Details

    • tableName

      protected String tableName
    • shardName

      protected String shardName
    • otherShard

      protected String otherShard
  • Constructor Details

    • ClusterTableAction

      public ClusterTableAction(String tableName, String shardName)
  • Method Details

    • action

      public abstract org.nustaq.kontraktor.IPromise action(org.nustaq.kontraktor.Actor remoteRef, org.nustaq.kontraktor.remoting.base.ServiceDescription otherRef)
    • getTableName

      public String getTableName()
    • getShardName

      public String getShardName()
    • getOtherShard

      public String getOtherShard()
    • tableName

      public ClusterTableAction tableName(String tableName)
    • shardName

      public ClusterTableAction shardName(String shardName)
    • otherShard

      public ClusterTableAction otherShard(String otherShard)