Class TranslogStats
java.lang.Object
org.opensearch.client.opensearch._types.TranslogStats
- All Implemented Interfaces:
ToJsonp
public final class TranslogStats extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTranslogStats.BuilderBuilder forTranslogStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TranslogStats>DESERIALIZERJson deserializer for TranslogStats -
Constructor Summary
Constructors Modifier Constructor Description protectedTranslogStats(TranslogStats.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumberearliestLastModifiedAge()API name:earliest_last_modified_agejava.lang.Numberoperations()API name:operationsprotected static voidsetupTranslogStatsDeserializer(DelegatingDeserializer<TranslogStats.Builder> op)java.lang.Stringsize()API name:sizejava.lang.NumbersizeInBytes()API name:size_in_bytesvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.NumberuncommittedOperations()API name:uncommitted_operationsjava.lang.StringuncommittedSize()API name:uncommitted_sizejava.lang.NumberuncommittedSizeInBytes()API name:uncommitted_size_in_bytes
-
Field Details
-
DESERIALIZER
Json deserializer for TranslogStats
-
-
Constructor Details
-
Method Details
-
earliestLastModifiedAge
public java.lang.Number earliestLastModifiedAge()API name:earliest_last_modified_age -
operations
public java.lang.Number operations()API name:operations -
size
@Nullable public java.lang.String size()API name:size -
sizeInBytes
public java.lang.Number sizeInBytes()API name:size_in_bytes -
uncommittedOperations
public java.lang.Number uncommittedOperations()API name:uncommitted_operations -
uncommittedSize
@Nullable public java.lang.String uncommittedSize()API name:uncommitted_size -
uncommittedSizeInBytes
public java.lang.Number uncommittedSizeInBytes()API name:uncommitted_size_in_bytes -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupTranslogStatsDeserializer
protected static void setupTranslogStatsDeserializer(DelegatingDeserializer<TranslogStats.Builder> op)
-