Class MoveHashShardsAction

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

public class MoveHashShardsAction extends org.nustaq.reallive.server.dynamic.actions.ClusterTableAction
See Also:
  • Field Summary

    Fields inherited from class org.nustaq.reallive.server.dynamic.actions.ClusterTableAction

    otherShard, shardName, tableName
  • Constructor Summary

    Constructors
    Constructor
    Description
    MoveHashShardsAction(int[] hashShards2Move, String tableName, String sendShardName, String receiveShardName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.nustaq.kontraktor.IPromise
    action(org.nustaq.kontraktor.Actor remoteRef, org.nustaq.kontraktor.remoting.base.ServiceDescription otherRef)
     
     

    Methods inherited from class org.nustaq.reallive.server.dynamic.actions.ClusterTableAction

    getOtherShard, getShardName, getTableName, otherShard, shardName, tableName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MoveHashShardsAction

      public MoveHashShardsAction(int[] hashShards2Move, String tableName, String sendShardName, String receiveShardName)
  • Method Details

    • action

      public org.nustaq.kontraktor.IPromise action(org.nustaq.kontraktor.Actor remoteRef, org.nustaq.kontraktor.remoting.base.ServiceDescription otherRef)
      Specified by:
      action in class org.nustaq.reallive.server.dynamic.actions.ClusterTableAction
    • toString

      public String toString()
      Overrides:
      toString in class Object