Package org.apache.geode.cache.server
Class ServerLoadProbeAdapter
java.lang.Object
org.apache.geode.cache.server.ServerLoadProbeAdapter
- All Implemented Interfaces:
CacheCallback,Declarable,ServerLoadProbe
Utility class that implements all methods in
ServerLoadProbe 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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.geode.cache.Declarable
init, initializeMethods inherited from interface org.apache.geode.cache.server.ServerLoadProbe
getLoad
-
Constructor Details
-
ServerLoadProbeAdapter
public ServerLoadProbeAdapter()
-
-
Method Details
-
close
public void close()Does nothing.- Specified by:
closein interfaceCacheCallback- Specified by:
closein interfaceServerLoadProbe- See Also:
-
open
public void open()Does nothing.- Specified by:
openin interfaceServerLoadProbe
-