All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest

public class FreezeRequest extends AcknowledgedRequest<FreezeRequest> implements IndicesRequest.Replaceable
  • Constructor Details

    • FreezeRequest

      public FreezeRequest(org.elasticsearch.core.TimeValue masterNodeTimeout, org.elasticsearch.core.TimeValue ackTimeout, String... indices)
    • FreezeRequest

      public FreezeRequest(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details