public class ObjectStoreConfiguration extends FeatureConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectStoreConfiguration.Builder
ObjectStoreConfiguration is created using a Builder.
|
bucketName, sc| Modifier and Type | Method and Description |
|---|---|
static ObjectStoreConfiguration.Builder |
builder()
Creates a builder for the Object Store Configuration.
|
static ObjectStoreConfiguration.Builder |
builder(ObjectStoreConfiguration osc)
Creates a builder to copy the Object Store configuration.
|
static ObjectStoreConfiguration.Builder |
builder(java.lang.String name)
Creates a builder for the Object Store Configuration.
|
long |
getMaxBucketSize()
Gets the maximum number of bytes for this bucket.
|
java.lang.String |
toString() |
getBackingConfig, getBucketName, getDescription, getPlacement, getReplicas, getStorageType, getTtlpublic long getMaxBucketSize()
public java.lang.String toString()
toString in class java.lang.Objectpublic static ObjectStoreConfiguration.Builder builder()
public static ObjectStoreConfiguration.Builder builder(java.lang.String name)
name - the name of the object store bucketpublic static ObjectStoreConfiguration.Builder builder(ObjectStoreConfiguration osc)
osc - an existing ObjectStoreConfiguration