Class CCSUsageClusterStats
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.CCSUsageClusterStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CCSUsageClusterStats>Json deserializer forCCSUsageClusterStats -
Method Summary
Modifier and TypeMethodDescriptionstatic CCSUsageClusterStatsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal intskipped()Required - The total number of cross-cluster search requests for which this cluster was skipped.final CCSUsageTimeValuetook()Required - Statistics about the time taken to execute requests against this cluster.toString()final inttotal()Required - The total number of successful (not skipped) cross-cluster search requests that were executed against this cluster.
-
Field Details
-
_DESERIALIZER
Json deserializer forCCSUsageClusterStats
-
-
Method Details
-
of
public static CCSUsageClusterStats of(Function<CCSUsageClusterStats.Builder, ObjectBuilder<CCSUsageClusterStats>> fn) -
total
public final int total()Required - The total number of successful (not skipped) cross-cluster search requests that were executed against this cluster. This may include requests where partial results were returned, but not requests in which the cluster has been skipped entirely.API name:
total -
skipped
public final int skipped()Required - The total number of cross-cluster search requests for which this cluster was skipped.API name:
skipped -
took
Required - Statistics about the time taken to execute requests against this cluster.API name:
took -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCCSUsageClusterStatsDeserializer
protected static void setupCCSUsageClusterStatsDeserializer(ObjectDeserializer<CCSUsageClusterStats.Builder> op)
-