Class

org.locationtech.geomesa.accumulo.util.AccumuloSchemaBuilder

AccumuloAttributeBuilder

Related Doc: package AccumuloSchemaBuilder

Permalink

class AccumuloAttributeBuilder extends AbstractAttributeBuilder[AccumuloAttributeBuilder]

Linear Supertypes
AbstractAttributeBuilder[AccumuloAttributeBuilder], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloAttributeBuilder
  2. AbstractAttributeBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccumuloAttributeBuilder(parent: AccumuloSchemaBuilder, specification: StringBuilder)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def end[B <: AbstractSchemaBuilder[AccumuloAttributeBuilder, _ <: AbstractUserDataBuilder[_]]](): B

    Permalink
    Definition Classes
    AbstractAttributeBuilder
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def withColumnGroups(groups: String*): AccumuloAttributeBuilder

    Permalink
    Definition Classes
    AbstractAttributeBuilder
  22. def withFullIndex(cardinality: Cardinality): AccumuloAttributeBuilder

    Permalink

    Adds a full (covering) index.

    Adds a full (covering) index. Equivalent to addIndex

    cardinality

    a cardinality hint for the attribute - will be considered when picking an index during query planning

    returns

    attribute builder for chaining calls

  23. def withFullIndex(): AccumuloAttributeBuilder

    Permalink

    Adds a full (covering) index.

    Adds a full (covering) index. Equivalent to addIndex

    returns

    attribute builder for chaining calls

  24. def withIndex(cardinality: Cardinality): AccumuloAttributeBuilder

    Permalink
    Definition Classes
    AbstractAttributeBuilder
  25. def withIndex(): AccumuloAttributeBuilder

    Permalink
    Definition Classes
    AbstractAttributeBuilder
  26. def withIndexValue(): AccumuloAttributeBuilder

    Permalink

    Keep this attribute as an value in the reduced join attribute index format

    Keep this attribute as an value in the reduced join attribute index format

    returns

    attribute builder for chaining calls

  27. def withJoinIndex(cardinality: Cardinality): AccumuloAttributeBuilder

    Permalink

    Add a join index on the current attribute.

    Add a join index on the current attribute. This uses a reduced format to save disk space, but queries may need to 'join' against the record table if they return attributes not in the reduced format

    cardinality

    a cardinality hint for the attribute - will be considered when picking an index during query planning

    returns

    attribute builder for chaining calls

  28. def withJoinIndex(): AccumuloAttributeBuilder

    Permalink

    Add a join index on the current attribute.

    Add a join index on the current attribute. This uses a reduced format to save disk space, but queries may need to 'join' against the record table if they return attributes not in the reduced format

    returns

    attribute builder for chaining calls

  29. def withOption(key: String, value: String): AccumuloAttributeBuilder

    Permalink
    Definition Classes
    AbstractAttributeBuilder
  30. def withOptions(options: (String, String)*): AccumuloAttributeBuilder

    Permalink
    Definition Classes
    AbstractAttributeBuilder
  31. def withStats(): AccumuloAttributeBuilder

    Permalink

    Enable tracking summary statistics for this attribute during ingest

    Enable tracking summary statistics for this attribute during ingest

    returns

    attribute builder for chaining calls

Inherited from AbstractAttributeBuilder[AccumuloAttributeBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped