public class ValidateLoader extends Object implements com.gemstone.gemfire.cache.CacheLoader
CacheLoader that creates a new value for the region
and updates the value in the ValidateBlackboard
appropriately.| Constructor and Description |
|---|
ValidateLoader()
Creates a new
ValidateLoader |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
load(com.gemstone.gemfire.cache.LoaderHelper helper)
Creates a new value for the key and places it in the blackboard
|
public 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 void close()
close in interface com.gemstone.gemfire.cache.CacheCallbackCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.