public abstract class ServerLoadProbeAdapter extends Object implements ServerLoadProbe
ServerLoadProbe
with empty implementations
for open and close. Applications can subclass this class and only override the methods for the
events of interest.Constructor and Description |
---|
ServerLoadProbeAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Does nothing.
|
void |
open()
Does nothing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLoad
init, initialize
public void close()
close
in interface CacheCallback
close
in interface ServerLoadProbe
RegionService.close()
,
Region.close()
,
Region.localDestroyRegion()
,
Region.destroyRegion()
,
AttributesMutator
public void open()
open
in interface ServerLoadProbe