Module org.elasticsearch.xcore
Class VectorDBDocumentFeatureSetUsage
java.lang.Object
org.elasticsearch.xpack.core.XPackFeatureUsage
org.elasticsearch.xpack.core.application.VectorDBDocumentFeatureSetUsage
- All Implemented Interfaces:
NamedWriteable,VersionedNamedWriteable,Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from class org.elasticsearch.xpack.core.XPackFeatureUsage
available, enabled, nameFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionVectorDBDocumentFeatureSetUsage(boolean available, boolean enabled, int indicesCount, long numDocs) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()protected voidinnerXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.xpack.core.XPackFeatureUsage
available, enabled, getWriteableName, name, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragmentMethods inherited from interface org.elasticsearch.common.io.stream.VersionedNamedWriteable
supportsVersion
-
Field Details
-
VECTORDB_DOCUMENT_USAGE
-
-
Constructor Details
-
VectorDBDocumentFeatureSetUsage
- Throws:
IOException
-
VectorDBDocumentFeatureSetUsage
public VectorDBDocumentFeatureSetUsage(boolean available, boolean enabled, int indicesCount, long numDocs)
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classXPackFeatureUsage- Throws:
IOException
-
getMinimalSupportedVersion
-
innerXContent
- Overrides:
innerXContentin classXPackFeatureUsage- Throws:
IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classXPackFeatureUsage
-
equals
- Overrides:
equalsin classXPackFeatureUsage
-