Page Summary
-
FenceQueryResult is the result for query fence states Api.
-
It provides a FenceStateMap which clients can use to get fence keys and their corresponding FenceState.
-
It inherits the getStatus method from the Result interface to return the status of the result.
Result for query fence states Api
Public Method Summary
| abstract FenceStateMap |
getFenceStateMap()
Provides
FenceStateMap
that can be used by clients to obtain all the fence keys that are returned in
response or the FenceState
for the given fence key.
|
Inherited Method Summary
Public Methods
public abstract FenceStateMap getFenceStateMap ()
Provides FenceStateMap
that can be used by clients to obtain all the fence keys that are returned in response
or the FenceState
for the given fence key.
Returns
FenceStateMapthat provides theFenceStates keyed by the fence keys.