public class VisorStoreConfig extends Object implements Serializable
| Constructor and Description |
|---|
VisorStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled() |
static VisorStoreConfig |
from(GridCacheConfiguration ccfg) |
String |
store() |
void |
store(String store) |
String |
toString() |
boolean |
valueBytes() |
void |
valueBytes(boolean valBytes) |
public static VisorStoreConfig from(GridCacheConfiguration ccfg)
ccfg - Cache configuration.public boolean enabled()
public void store(String store)
store - New cache store.public boolean valueBytes()
public void valueBytes(boolean valBytes)
valBytes - New should value bytes be stored.Copyright © 2014. All rights reserved.