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 TypeMethodDescriptionvoid
close()
Releases any resources associated with theWorker.Mutator
.Gets all activeInstanceConnectionService.InstanceBinding
s.
-
Method Details
-
getNodeSet
-
getBindingSet
Set<InstanceConnectionService.InstanceBinding> getBindingSet()Gets all activeInstanceConnectionService.InstanceBinding
s.- Returns:
- the binding set
-
close
void close()Releases any resources associated with theWorker.Mutator
.- Specified by:
close
in interfaceAutoCloseable
-