Package

org.locationtech.geomesa.redis.data

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. class RedisAgeOff extends Closeable

    Permalink

    Tracks and deletes features based on a time-to-live.

    Tracks and deletes features based on a time-to-live.

    TTLs are stored in a separate sorted set for each feature type, with the score of the set being the system time in millis when the feature should be expired. We do a two-step process to expire features:

    1. Scan and remove the TTL set by score range, which will return all the feature IDs for expired features 2. Remove the features from the index tables based on the feature ID

  2. class RedisIndexAdapter extends IndexAdapter[RedisDataStore] with StrictLogging

    Permalink

    Index adapter for Redis

  3. sealed trait RedisQueryPlan extends QueryPlan[RedisDataStore]

    Permalink
  4. class RedisWritableFeature extends WritableFeature

    Permalink

    Writable feature values cache for Redis

Value Members

  1. object RedisAgeOff extends StrictLogging

    Permalink
  2. object RedisIndexAdapter extends LazyLogging

    Permalink
  3. object RedisQueryPlan

    Permalink
  4. object RedisWritableFeature

    Permalink

Ungrouped