Packages

package bucket

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AsyncBucketManager extends AnyRef
    Annotations
    @Volatile()
  2. class BucketManager extends AnyRef
    Annotations
    @Volatile()
  3. case class BucketSettings(name: String, flushEnabled: Boolean, ramQuotaMB: Int, numReplicas: Int, replicaIndexes: Boolean, bucketType: BucketType, ejectionMethod: EjectionMethod, maxTTL: Int, compressionMode: CompressionMode, healthy: Boolean) extends Product with Serializable
    Annotations
    @Volatile()
  4. sealed trait BucketType extends AnyRef
    Annotations
    @Volatile()
  5. sealed trait CompressionMode extends AnyRef
    Annotations
    @Volatile()
  6. sealed trait ConflictResolutionType extends AnyRef
    Annotations
    @Volatile()
  7. case class CreateBucketSettings(name: String, ramQuotaMB: Int, flushEnabled: Option[Boolean] = None, numReplicas: Option[Int] = None, replicaIndexes: Option[Boolean] = None, bucketType: Option[BucketType] = None, ejectionMethod: Option[EjectionMethod] = None, maxTTL: Option[Int] = None, compressionMode: Option[CompressionMode] = None, conflictResolutionType: Option[ConflictResolutionType] = None) extends Product with Serializable
    Annotations
    @Volatile()
  8. sealed trait EjectionMethod extends AnyRef
    Annotations
    @Volatile()
  9. class ReactiveBucketManager extends AnyRef
    Annotations
    @Volatile()

Value Members

  1. object BucketSettings extends Serializable
  2. object BucketType
  3. object CompressionMode
  4. object ConflictResolutionType
  5. object CreateBucketSettings extends Serializable
  6. object EjectionMethod