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 final class SearchableSnapshots extends Base
-
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 -
Constructor Summary
Constructors Constructor Description SearchableSnapshots(SearchableSnapshots.Builder builder)SearchableSnapshots(java.util.function.Function<SearchableSnapshots.Builder,SearchableSnapshots.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.IntegerfullCopyIndicesCount()API name:full_copy_indices_countintindicesCount()Required - API name:indices_countprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSearchableSnapshotsDeserializer(DelegatingDeserializer<SearchableSnapshots.Builder> op)java.lang.IntegersharedCacheIndicesCount()API name:shared_cache_indices_countMethods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, enabled, serialize, setupBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSearchableSnapshots
-
-
Constructor Details
-
SearchableSnapshots
-
SearchableSnapshots
public SearchableSnapshots(java.util.function.Function<SearchableSnapshots.Builder,SearchableSnapshots.Builder> fn)
-
-
Method Details
-
indicesCount
public int indicesCount()Required - API name:indices_count -
fullCopyIndicesCount
@Nullable public java.lang.Integer fullCopyIndicesCount()API name:full_copy_indices_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupSearchableSnapshotsDeserializer
protected static void setupSearchableSnapshotsDeserializer(DelegatingDeserializer<SearchableSnapshots.Builder> op)
-