JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Memory consumed, in bytes, by indexing requests in the coordinating, primary, or replica stage.
API name: combined_coordinating_and_primary
Memory consumed, in bytes, by indexing requests in the coordinating or primary stage.
Memory consumed, in bytes, by indexing requests in the coordinating stage.
Number of indexing requests rejected in the coordinating stage.
boolean
int
Memory consumed, in bytes, by indexing requests in the primary stage.
Number of indexing requests rejected in the primary stage.
Memory consumed, in bytes, by indexing requests in the replica stage.
Number of indexing requests rejected in the replica stage.
void
Serialize this object to JSON.
protected void
protected static void
Create a new builder
ToCopyableBuilder that is initialised with the current state of this object.
Method Details
all
@Nullable
public final String all ()
API name: all
allInBytes
@Nullable
public final Long allInBytes ()
Memory consumed, in bytes, by indexing requests in the coordinating, primary, or replica stage.
API name: all_in_bytes
combinedCoordinatingAndPrimary
@Nullable
public final String combinedCoordinatingAndPrimary ()
API name: combined_coordinating_and_primary
combinedCoordinatingAndPrimaryInBytes
@Nullable
public final Long combinedCoordinatingAndPrimaryInBytes ()
Memory consumed, in bytes, by indexing requests in the coordinating or primary stage. This value is not the sum of coordinating and
primary as a node can reuse the coordinating memory if the primary stage is executed locally.
API name: combined_coordinating_and_primary_in_bytes
coordinating
@Nullable
public final String coordinating ()
API name: coordinating
coordinatingInBytes
@Nullable
public final Long coordinatingInBytes ()
Memory consumed, in bytes, by indexing requests in the coordinating stage.
API name: coordinating_in_bytes
coordinatingRejections
@Nullable
public final Long coordinatingRejections ()
Number of indexing requests rejected in the coordinating stage.
API name: coordinating_rejections
primary
@Nullable
public final String primary ()
API name: primary
primaryInBytes
@Nullable
public final Long primaryInBytes ()
Memory consumed, in bytes, by indexing requests in the primary stage.
API name: primary_in_bytes
primaryRejections
@Nullable
public final Long primaryRejections ()
Number of indexing requests rejected in the primary stage.
API name: primary_rejections
replica
@Nullable
public final String replica ()
API name: replica
replicaInBytes
@Nullable
public final Long replicaInBytes ()
Memory consumed, in bytes, by indexing requests in the replica stage.
API name: replica_in_bytes
replicaRejections
@Nullable
public final Long replicaRejections ()
Number of indexing requests rejected in the replica stage.
API name: replica_rejections
serializeInternal
protected void serializeInternal (jakarta.json.stream.JsonGenerator generator,
JsonpMapper mapper)
setupPressureMemoryDeserializer