Package

org.locationtech.geomesa.accumulo

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. trait AccumuloAttributeIndex extends AccumuloFeatureIndex with AccumuloIndexAdapter with AttributeIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig] with AttributeSplittable

    Permalink
  2. trait AccumuloFeatureIndex extends AccumuloFeatureIndexType

    Permalink
  3. trait AccumuloIndexAdapter extends IndexAdapter[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig]

    Permalink
  4. sealed trait AccumuloQueryPlan extends AccumuloQueryPlanType

    Permalink
  5. class AccumuloQueryPlanner extends AccumuloQueryPlannerType

    Permalink

    Executes a query against geomesa

  6. case class BatchScanPlan(filter: AccumuloFilterStrategyType, tables: Seq[String], ranges: Seq[Range], iterators: Seq[IteratorSetting], columnFamilies: Seq[Text], entriesToFeatures: (Entry[Key, Value]) ⇒ SimpleFeature, reduce: Option[(CloseableIterator[SimpleFeature]) ⇒ CloseableIterator[SimpleFeature]], numThreads: Int, hasDuplicates: Boolean) extends AccumuloQueryPlan with Product with Serializable

    Permalink
  7. case class EmptyPlan(filter: AccumuloFilterStrategyType) extends AccumuloQueryPlan with Product with Serializable

    Permalink
  8. case class JoinPlan(filter: AccumuloFilterStrategyType, tables: Seq[String], ranges: Seq[Range], iterators: Seq[IteratorSetting], columnFamilies: Seq[Text], numThreads: Int, hasDuplicates: Boolean, joinFunction: JoinFunction, joinQuery: BatchScanPlan) extends AccumuloQueryPlan with Product with Serializable

    Permalink
  9. case class ScanPlan(filter: AccumuloFilterStrategyType, tables: Seq[String], range: Range, iterators: Seq[IteratorSetting], columnFamilies: Seq[Text], entriesToFeatures: (Entry[Key, Value]) ⇒ SimpleFeature, reduce: Option[(CloseableIterator[SimpleFeature]) ⇒ CloseableIterator[SimpleFeature]], hasDuplicates: Boolean) extends AccumuloQueryPlan with Product with Serializable

    Permalink

Value Members

  1. object AccumuloAttributeIndex

    Permalink
  2. object AccumuloColumnGroups extends ColumnGroups[Text]

    Permalink
  3. object AccumuloFeatureIndex extends AccumuloIndexManagerType with LazyLogging

    Permalink
  4. object AccumuloIndexAdapter

    Permalink
  5. object AccumuloQueryPlan extends LazyLogging

    Permalink
  6. object AttributeIndex extends AccumuloAttributeIndex with Product with Serializable

    Permalink
  7. object RecordIndex extends AccumuloFeatureIndex with AccumuloIndexAdapter with IdIndex[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig] with Product with Serializable

    Permalink
  8. object XZ2Index extends AccumuloFeatureIndex with AccumuloIndexAdapter with XZ2Index[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig] with Product with Serializable

    Permalink
  9. object XZ3Index extends AccumuloFeatureIndex with AccumuloIndexAdapter with XZ3Index[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig] with Product with Serializable

    Permalink
  10. object Z2Index extends AccumuloFeatureIndex with AccumuloIndexAdapter with Z2Index[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig] with Product with Serializable

    Permalink
  11. object Z3Index extends AccumuloFeatureIndex with AccumuloIndexAdapter with Z3Index[AccumuloDataStore, AccumuloFeature, Mutation, Range, ScanConfig] with Product with Serializable

    Permalink
  12. package encoders

    Permalink
  13. package legacy

    Permalink

Ungrouped