Class Overview
Main entry point for the Awareness Fence API.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
Queries the state of a registered fence in the Awareness API.
Parameters |
fenceQueryRequest |
FenceQueryRequest : A request encapsulating the query criteria parameters. |
public
Task<Void>
updateFences
(FenceUpdateRequest fenceUpdateRequest)
Adds or removes a set of fences that are registered with the Awareness API.
Parameters |
fenceUpdateRequest |
FenceUpdateRequest : A request indicating a batch of fences to add and/or remove. |