public static final class ClusterPolicy.CacheLoaderConfig extends Object implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
boolean |
centralDataSource
true if cluster interacts with a central-data-source; default: false.
|
boolean |
externalDataSource
true if cluster holds at least one external data-source; default: false.
|
Constructor and Description |
---|
CacheLoaderConfig() |
Modifier and Type | Method and Description |
---|---|
static boolean |
centralDataSourceDefault() |
static boolean |
externalDataSourceDefault() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public boolean externalDataSource
public boolean centralDataSource
public static boolean externalDataSourceDefault()
public static boolean centralDataSourceDefault()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.