@InterfaceStability.Committed
@InterfaceAudience.Public
public interface BucketSettings
BucketSettings
represent changeable properties for a Bucket
.
Modifier and Type | Method and Description |
---|---|
boolean |
enableFlush()
If flush is enabled.
|
boolean |
indexReplicas()
If replicas are indexed.
|
String |
name()
The name of the bucket.
|
String |
password()
The password of the bucket.
|
int |
port()
The optional proxy port.
|
int |
quota()
The bucket quota.
|
int |
replicas()
Number of replicas.
|
BucketType |
type()
The type of the bucket.
|
String name()
The name of the bucket.
BucketType type()
The type of the bucket.
int quota()
The bucket quota.
int port()
The optional proxy port.
String password()
The password of the bucket.
int replicas()
Number of replicas.
boolean indexReplicas()
If replicas are indexed.
boolean enableFlush()
If flush is enabled.
Copyright © 2014 Couchbase, Inc.