com.tuplejump.snackfs.cassandra

model

package model

Visibility
  1. Public
  2. All

Type Members

  1. class ClientPoolFactory extends BasePoolableObjectFactory[ThriftClientAndSocket]

  2. case class GenericOpSuccess() extends Product with Serializable

  3. case class Keyspace(name: String) extends Product with Serializable

  4. case class SnackFSConfiguration(CassandraHost: String, CassandraPort: Int, readConsistencyLevel: ConsistencyLevel, writeConsistencyLevel: ConsistencyLevel, keySpace: String, blockSize: Long, subBlockSize: Long, atMost: FiniteDuration, replicationFactor: Int, replicationStrategy: String) extends Product with Serializable

  5. case class ThriftClientAndSocket(client: AsyncClient, socket: TNonblockingSocket) extends Product with Serializable

Value Members

  1. object SnackFSConfiguration extends Serializable

Ungrouped