public class ObjectStoreConfiguration extends FeatureConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
ObjectStoreConfiguration.Builder
ObjectStoreConfiguration is created using a Builder.
|
bucketName, JS_COMPRESSION_NO, JS_COMPRESSION_YES, 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.
|
boolean |
isSealed()
If true, indicates the store is sealed and cannot be modified in any way
|
java.lang.String |
toString() |
getBackingConfig, getBucketName, getDescription, getMaxBucketSize, getMetadata, getPlacement, getReplicas, getStorageType, getTtl, isCompressed, toJson, toJsonValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
serialize
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isSealed()
public 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