Class AllocateReplicaAllocationCommand

    • Constructor Detail

      • AllocateReplicaAllocationCommand

        public AllocateReplicaAllocationCommand​(java.lang.String index,
                                                int shardId,
                                                java.lang.String node)
        Parameters:
        index - index of the shard to assign
        shardId - id of the shard to assign
        node - node id of the node to assign the shard to
      • AllocateReplicaAllocationCommand

        public AllocateReplicaAllocationCommand​(StreamInput in)
                                         throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException