Class CommandAllocatePrimaryAction

java.lang.Object
co.elastic.clients.elasticsearch.cluster.reroute.CommandAllocatePrimaryAction
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class CommandAllocatePrimaryAction
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • index

      public java.lang.String index()
      API name: index
    • shard

      public int shard()
      API name: shard
    • node

      public java.lang.String node()
      API name: node
    • acceptDataLoss

      public boolean acceptDataLoss()
      If a node which has a copy of the data rejoins the cluster later on, that data will be deleted. To ensure that these implications are well-understood, this command requires the flag accept_data_loss to be explicitly set to true

      API name: accept_data_loss

    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupCommandAllocatePrimaryActionDeserializer

      protected static void setupCommandAllocatePrimaryActionDeserializer​(DelegatingDeserializer<CommandAllocatePrimaryAction.Builder> op)