Gemfire JavaDocs
Package org.apache.geode.cache.server
Class ServerLoadProbeAdapter
- java.lang.Object
-
- org.apache.geode.cache.server.ServerLoadProbeAdapter
-
- All Implemented Interfaces:
CacheCallback
,Declarable
,ServerLoadProbe
public abstract class ServerLoadProbeAdapter extends java.lang.Object implements ServerLoadProbe
Utility class that implements all methods inServerLoadProbe
with empty implementations for open and close. Applications can subclass this class and only override the methods for the events of interest.- Since:
- GemFire 5.7
-
-
Constructor Summary
Constructors Constructor Description ServerLoadProbeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Does nothing.void
open()
Does nothing.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.geode.cache.Declarable
init, initialize
-
Methods inherited from interface org.apache.geode.cache.server.ServerLoadProbe
getLoad
-
-
-
-
Method Detail
-
close
public void close()
Does nothing.- Specified by:
close
in interfaceCacheCallback
- Specified by:
close
in interfaceServerLoadProbe
- See Also:
RegionService.close()
,Region.close()
,Region.localDestroyRegion()
,Region.destroyRegion()
,AttributesMutator
-
open
public void open()
Does nothing.- Specified by:
open
in interfaceServerLoadProbe
-
-