package bucket
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AsyncBucketManager extends AnyRef
- Annotations
- @Volatile()
-
class
BucketManager extends AnyRef
- Annotations
- @Volatile()
-
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()
-
sealed
trait
BucketType extends AnyRef
- Annotations
- @Volatile()
-
sealed
trait
CompressionMode extends AnyRef
- Annotations
- @Volatile()
-
sealed
trait
ConflictResolutionType extends AnyRef
- Annotations
- @Volatile()
-
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()
-
sealed
trait
EjectionMethod extends AnyRef
- Annotations
- @Volatile()
-
class
ReactiveBucketManager extends AnyRef
- Annotations
- @Volatile()
Value Members
- object BucketSettings extends Serializable
- object BucketType
- object CompressionMode
- object ConflictResolutionType
- object CreateBucketSettings extends Serializable
- object EjectionMethod