MemoryConfiguration instead@Deprecated public class StoreAsBinaryConfiguration extends java.lang.Object implements Matchable<StoreAsBinaryConfiguration>
StoreAsBinaryConfigurationBuilder| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<java.lang.Boolean> |
STORE_KEYS_AS_BINARY
Deprecated.
|
static AttributeDefinition<java.lang.Boolean> |
STORE_VALUES_AS_BINARY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
defensive()
Deprecated.
Store as binary configuration is always defensive now.
|
boolean |
enabled()
Deprecated.
use
MemoryConfiguration.storageType() instead |
StoreAsBinaryConfiguration |
enabled(boolean enabled)
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
storeKeysAsBinary()
Deprecated.
when store as binary is enabled, keys are always stored as binary
|
boolean |
storeValuesAsBinary()
Deprecated.
when store as binary is enabled, values are always stored as binary
|
java.lang.String |
toString()
Deprecated.
|
public static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<java.lang.Boolean> STORE_KEYS_AS_BINARY
public static final AttributeDefinition<java.lang.Boolean> STORE_VALUES_AS_BINARY
@Deprecated public boolean enabled()
MemoryConfiguration.storageType() instead@Deprecated public StoreAsBinaryConfiguration enabled(boolean enabled)
@Deprecated public boolean storeKeysAsBinary()
@Deprecated public boolean storeValuesAsBinary()
@Deprecated public boolean defensive()
public AttributeSet attributes()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object