Module org.elasticsearch.xcore
Class NoneChunkingSettings
java.lang.Object
org.elasticsearch.xpack.core.inference.chunking.NoneChunkingSettings
- All Implemented Interfaces:
NamedWriteable,VersionedNamedWriteable,Writeable,ChunkingSettings,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 interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionasMap()booleanstatic NoneChunkingSettingsinthashCode()booleansupportsVersion(TransportVersion version) toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.inference.ChunkingSettings
validateMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Method Details
-
getChunkingStrategy
- Specified by:
getChunkingStrategyin interfaceChunkingSettings
-
maxChunkSize
- Specified by:
maxChunkSizein interfaceChunkingSettings
-
getWriteableName
- Specified by:
getWriteableNamein interfaceNamedWriteable- Specified by:
getWriteableNamein interfaceVersionedNamedWriteable
-
getMinimalSupportedVersion
- Specified by:
getMinimalSupportedVersionin interfaceVersionedNamedWriteable
-
supportsVersion
- Specified by:
supportsVersionin interfaceVersionedNamedWriteable
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
asMap
- Specified by:
asMapin interfaceChunkingSettings
-
fromMap
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-