Class ListAllPitRequest
- java.lang.Object
-
- org.opensearch.client.opensearch.core.pit.ListAllPitRequest
-
public class ListAllPitRequest extends java.lang.ObjectLists all PITs on the OpenSearch cluster
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<ListAllPitRequest,ListAllPitResponse,ErrorResponse>_ENDPOINTstatic ListAllPitRequest_INSTANCESingleton instance forListAllPitRequest.
-
Constructor Summary
Constructors Constructor Description ListAllPitRequest()
-
-
-
Field Detail
-
_INSTANCE
public static final ListAllPitRequest _INSTANCE
Singleton instance forListAllPitRequest.
-
_ENDPOINT
public static final Endpoint<ListAllPitRequest,ListAllPitResponse,ErrorResponse> _ENDPOINT
-
-