Class AllPitSegmentsRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.cat.CatRequestBase
org.opensearch.client.opensearch.cat.AllPitSegmentsRequest
- All Implemented Interfaces:
ToCopyableBuilder<AllPitSegmentsRequest.Builder,AllPitSegmentsRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class AllPitSegmentsRequest
extends CatRequestBase
implements ToCopyableBuilder<AllPitSegmentsRequest.Builder,AllPitSegmentsRequest>
Lists all active CAT point-in-time segments.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<AllPitSegmentsRequest, AllPitSegmentsResponse, ErrorResponse> Endpoint "cat.all_pit_segments". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()final Bytesbytes()The units used to display byte values.booleaninthashCode()static AllPitSegmentsRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
headers, sortMethods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "cat.all_pit_segments".
-
-
Method Details
-
of
public static AllPitSegmentsRequest of(Function<AllPitSegmentsRequest.Builder, ObjectBuilder<AllPitSegmentsRequest>> fn) -
bytes
The units used to display byte values.API name:
bytes -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AllPitSegmentsRequest.Builder,AllPitSegmentsRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classCatRequestBase
-
hashCode
public int hashCode() -
equals
-