Class SearchableSnapshots
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.SearchableSnapshots
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SearchableSnapshots extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchableSnapshots.BuilderBuilder forSearchableSnapshots.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SearchableSnapshots>_DESERIALIZERJson deserializer forSearchableSnapshots -
Method Summary
Modifier and Type Method Description java.lang.IntegerfullCopyIndicesCount()API name:full_copy_indices_countintindicesCount()Required - API name:indices_countstatic SearchableSnapshotsof(java.util.function.Function<SearchableSnapshots.Builder,ObjectBuilder<SearchableSnapshots>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSearchableSnapshotsDeserializer(ObjectDeserializer<SearchableSnapshots.Builder> op)java.lang.IntegersharedCacheIndicesCount()API name:shared_cache_indices_countMethods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, enabled, serialize, setupBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSearchableSnapshots
-
-
Method Details
-
of
public static SearchableSnapshots of(java.util.function.Function<SearchableSnapshots.Builder,ObjectBuilder<SearchableSnapshots>> fn) -
indicesCount
public final int indicesCount()Required - API name:indices_count -
fullCopyIndicesCount
@Nullable public final java.lang.Integer fullCopyIndicesCount()API name:full_copy_indices_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupSearchableSnapshotsDeserializer
protected static void setupSearchableSnapshotsDeserializer(ObjectDeserializer<SearchableSnapshots.Builder> op)
-