public interface InstanceIdGenerator
An InstanceIdGenerator is responsible for generating the clusterwide unique
instance id for a Scheduler node.
This interface may be of use to those wishing to have specific control over
the mechanism by which the Scheduler instances in their
application are named.
SimpleInstanceIdGenerator| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateInstanceId()
Generate the instance id for a
Scheduler |
java.lang.String generateInstanceId()
throws SchedulerException
SchedulerSchedulerException