Interface ChunkingSettings

All Superinterfaces:
NamedWriteable, ToXContent, ToXContentObject, VersionedNamedWriteable, Writeable

public interface ChunkingSettings extends ToXContentObject, VersionedNamedWriteable
  • Method Details

    • getChunkingStrategy

      ChunkingStrategy getChunkingStrategy()
    • asMap

      Map<String,Object> asMap()
    • maxChunkSize

      Integer maxChunkSize()
      Returns:
      The max chunk size specified, or null if not specified
    • validate

      default void validate()