public class DBCacheLoader extends Object implements com.gemstone.gemfire.cache.CacheLoader
| Constructor and Description |
|---|
DBCacheLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init()
Initializes loader; specifically, creates ConnectionPool.
|
Object |
load(com.gemstone.gemfire.cache.LoaderHelper helper)
Returns an array of bytes containing the RDB blob data
corresponding to the entry name, which must be a String
that can be parsed as an int.
|
public void init()
public Object load(com.gemstone.gemfire.cache.LoaderHelper helper)
load in interface com.gemstone.gemfire.cache.CacheLoaderpublic void close()
close in interface com.gemstone.gemfire.cache.CacheCallbackCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.