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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLoad
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
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.