MemoryConfiguration instead@Deprecated public class StoreAsBinaryConfiguration extends Object implements Matchable<StoreAsBinaryConfiguration>
StoreAsBinaryConfigurationBuilder| Modifier and Type | Field and Description | 
|---|---|
static AttributeDefinition<Boolean> | 
ENABLED
Deprecated.  
  | 
static AttributeDefinition<Boolean> | 
STORE_KEYS_AS_BINARY
Deprecated.  
  | 
static AttributeDefinition<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(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 
 | 
String | 
toString()
Deprecated.  
  | 
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<Boolean> STORE_KEYS_AS_BINARY
public static final AttributeDefinition<Boolean> STORE_VALUES_AS_BINARY
@Deprecated public boolean enabled()
MemoryConfiguration.storageType() instead@Deprecated public StoreAsBinaryConfiguration enabled(boolean enabled)
public boolean storeKeysAsBinary()
public boolean storeValuesAsBinary()
@Deprecated public boolean defensive()
public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.