java.lang.Object
co.elastic.clients.elasticsearch._types.Slices
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<Slices.Kind,​java.lang.Object>

@JsonpDeserializable
public class Slices
extends java.lang.Object
implements TaggedUnion<Slices.Kind,​java.lang.Object>, JsonpSerializable
Slices configuration used to parallelize a process.
See Also:
API specification
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Slices.Builder  
    static class  Slices.Kind  
  • Field Summary

    Fields
    Modifier and Type Field Description
    static JsonpDeserializer<Slices> _DESERIALIZER  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object _get()  
    Slices.Kind _kind()
    Get the of the kind of variant held by this object.
    java.lang.String _toJsonString()  
    SlicesCalculation computed()
    Get the computed variant value.
    boolean isComputed()
    Is this variant instance of kind computed?
    boolean isValue()
    Is this variant instance of kind value?
    static Slices of​(java.util.function.Function<Slices.Builder,​ObjectBuilder<Slices>> fn)  
    void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)  
    java.lang.String toString()  
    java.lang.Integer value()
    Get the value variant value.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Method Details

    • _kind

      public final Slices.Kind _kind()
      Description copied from interface: TaggedUnion
      Get the of the kind of variant held by this object.
      Specified by:
      _kind in interface TaggedUnion<Slices.Kind,​java.lang.Object>
      Returns:
      the variant kind
    • _get

      public final java.lang.Object _get()
      Specified by:
      _get in interface TaggedUnion<Slices.Kind,​java.lang.Object>
    • _toJsonString

      public java.lang.String _toJsonString()
    • of

      public static Slices of​(java.util.function.Function<Slices.Builder,​ObjectBuilder<Slices>> fn)
    • isComputed

      public boolean isComputed()
      Is this variant instance of kind computed?
    • computed

      public SlicesCalculation computed()
      Get the computed variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the computed kind.
    • isValue

      public boolean isValue()
      Is this variant instance of kind value?
    • value

      public java.lang.Integer value()
      Get the value variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the value kind.
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Specified by:
      serialize in interface JsonpSerializable
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object