public class StoreAsBinaryConfiguration extends Object
StoreAsBinaryConfigurationBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
defensive()
Deprecated.
Store as binary configuration is always defensive now.
|
boolean |
enabled()
Enables storing both keys and values as binary.
|
StoreAsBinaryConfiguration |
enabled(boolean enabled) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
storeKeysAsBinary()
Enables storing keys as binary.
|
boolean |
storeValuesAsBinary()
Enables storing values as binary.
|
String |
toString() |
public boolean enabled()
public StoreAsBinaryConfiguration enabled(boolean enabled)
public boolean storeKeysAsBinary()
public boolean storeValuesAsBinary()
@Deprecated public boolean defensive()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.