public static class CacheXml30Test.CacheLoaderWithDeclarables
extends java.lang.Object
implements com.gemstone.gemfire.cache.CacheLoader, com.gemstone.gemfire.internal.cache.xmlcache.Declarable2
CacheLoader that is Declarable and
has some interesting parameters.| Constructor and Description |
|---|
CacheLoaderWithDeclarables()
Creates a new loader and initializes its properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(java.lang.Object o) |
java.util.Properties |
getConfig() |
void |
init(java.util.Properties props) |
boolean |
isInitialized()
Returns whether or not this
Declarable was
initialized. |
java.lang.Object |
load(com.gemstone.gemfire.cache.LoaderHelper helper) |
public CacheLoaderWithDeclarables()
public boolean isInitialized()
Declarable was
initialized.public void init(java.util.Properties props)
init in interface com.gemstone.gemfire.cache.Declarablepublic java.util.Properties getConfig()
getConfig in interface com.gemstone.gemfire.internal.cache.xmlcache.Declarable2public java.lang.Object load(com.gemstone.gemfire.cache.LoaderHelper helper)
throws com.gemstone.gemfire.cache.CacheLoaderException
load in interface com.gemstone.gemfire.cache.CacheLoadercom.gemstone.gemfire.cache.CacheLoaderExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void close()
close in interface com.gemstone.gemfire.cache.CacheCallbackCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.