Class LocalAllocateDangledIndices.AllocateDangledRequest

java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.transport.TransportRequest
org.opensearch.gateway.LocalAllocateDangledIndices.AllocateDangledRequest
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, TaskAwareRequest
Enclosing class:
LocalAllocateDangledIndices

public static class LocalAllocateDangledIndices.AllocateDangledRequest extends TransportRequest
The request.
Opensearch.internal:
  • Constructor Details

    • AllocateDangledRequest

      public AllocateDangledRequest(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details

    • writeTo

      public void writeTo(org.opensearch.core.common.io.stream.StreamOutput out) throws IOException
      Specified by:
      writeTo in interface org.opensearch.core.common.io.stream.Writeable
      Overrides:
      writeTo in class TransportRequest
      Throws:
      IOException