@Immutable public class RepositoryConfiguration.BinaryStorage extends Object
Modifier | Constructor and Description |
---|---|
protected |
RepositoryConfiguration.BinaryStorage(Document binaryStorage) |
Modifier and Type | Method and Description |
---|---|
Field |
findField(Class<?> typeClass,
String fieldName) |
BinaryStore |
getBinaryStore() |
long |
getMinimumBinarySizeInBytes() |
long |
getMinimumStringSize() |
String |
getType()
Returns the type of the configured binary store.
|
protected RepositoryConfiguration.BinaryStorage(Document binaryStorage)
public long getMinimumBinarySizeInBytes()
public long getMinimumStringSize()
public BinaryStore getBinaryStore() throws Exception
Exception
public String getType()
null
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.