Package

org.locationtech.geomesa.accumulo

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. class AccumuloBackedMetadata[T] extends KeyValueStoreMetadata[T]

    Permalink
  2. case class AccumuloClientConfig(instance: Option[String], zookeepers: Option[String], zkTimeout: Option[String], authType: Option[String], principal: Option[String], token: Option[String]) extends Product with Serializable

    Permalink

    Client configuration options, loaded from a config file

    Client configuration options, loaded from a config file

    instance

    instance name

    zookeepers

    zookeeper connect string

    zkTimeout

    zookeeper timeout

    authType

    authentication type ("password", "kerberos" or authentication token class)

    principal

    authentication principal (username, keytab file, etc)

    token

    authentication token (password, etc)

  3. class AccumuloDataStore extends GeoMesaDataStore[AccumuloDataStore] with ZookeeperLocking

    Permalink

    This class handles DataStores which are stored in Accumulo Tables.

    This class handles DataStores which are stored in Accumulo Tables. To be clear, one table may contain multiple features addressed by their featureName.

  4. class AccumuloDataStoreFactory extends DataStoreFactorySpi

    Permalink
  5. class AccumuloIndexAdapter extends IndexAdapter[AccumuloDataStore]

    Permalink

    Index adapter for accumulo back-end

  6. sealed trait AccumuloQueryPlan extends QueryPlan[AccumuloDataStore]

    Permalink

    Accumulo-specific query plan

  7. abstract class AccumuloWritableFeature extends WritableFeature

    Permalink

    Writable feature with support for 'index-values' used in attribute join indices

Value Members

  1. object AccumuloBackedMetadata

    Permalink
  2. object AccumuloClientConfig extends Serializable

    Permalink
  3. object AccumuloDataStore extends LazyLogging

    Permalink
  4. object AccumuloDataStoreFactory extends GeoMesaDataStoreInfo

    Permalink
  5. object AccumuloDataStoreParams extends GeoMesaDataStoreParams with SecurityParams

    Permalink
  6. object AccumuloIndexAdapter

    Permalink
  7. object AccumuloQueryPlan extends LazyLogging

    Permalink
  8. object AccumuloWritableFeature

    Permalink
  9. package stats

    Permalink

Ungrouped