Package

scray.cassandra

sync

Permalink

package sync

Visibility
  1. Public
  2. All

Type Members

  1. class CassandraDbSession extends DbSession[Statement, Insert, ResultSet] with LazyLogging

    Permalink
  2. class CassandraJobInfo extends JobInfo[Statement, Insert, ResultSet] with LazyLogging

    Permalink
  3. class CassandraSyncTableLock extends LockApi[Statement, Insert, ResultSet] with LazyLogging

    Permalink
  4. class OnlineBatchSyncCassandra extends OnlineBatchSync[Statement, Insert, ResultSet] with OnlineBatchSyncWithTableIdentifier[Statement, Insert, ResultSet] with StateMonitoringApi[Statement, Insert, ResultSet]

    Permalink
  5. class StartTimeDetector extends LazyLogging

    Permalink

    Find a consensus about the start time of a job.

    Find a consensus about the start time of a job. Start time is the time of the first consumed element. This can be an attribute of the element. It is assumed that all elements, consumed by one instance are ordered in an increasing order. (The first element is the oldest element) Also other ordinal attributes can be use.

Value Members

  1. object CassandraImplementation extends AbstractTypeDetection with Serializable

    Permalink
  2. object CassandraJobInfo extends Serializable

    Permalink
  3. object CassandraSyncTableLock extends Serializable

    Permalink

Ungrouped