Class ClearIndicesCacheRequest

All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class ClearIndicesCacheRequest
extends BroadcastRequest<ClearIndicesCacheRequest>
  • Constructor Details

    • ClearIndicesCacheRequest

      public ClearIndicesCacheRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • ClearIndicesCacheRequest

      public ClearIndicesCacheRequest​(java.lang.String... indices)
  • Method Details