Interface Worker.Accessor
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
Worker.Mutator
- Enclosing interface:
Worker
Allows client code to read the sstate of the
Worker-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Releases any resources associated with theWorker.Mutator.Gets all activeInstanceConnectionService.InstanceBindings.
-
Method Details
-
getNodeSet
-
getBindingSet
Set<InstanceConnectionService.InstanceBinding> getBindingSet()Gets all activeInstanceConnectionService.InstanceBindings.- Returns:
- the binding set
-
close
void close()Releases any resources associated with theWorker.Mutator.- Specified by:
closein interfaceAutoCloseable
-