Interface ShardedDaemonProcessContext


  • public interface ShardedDaemonProcessContext
    Context with details about the Sharded Daemon Process instance to use when starting it

    Not for user extension

    • Method Detail

      • name

        java.lang.String name()
      • processNumber

        int processNumber()
      • revision

        long revision()
        The revision starts at 0 and each time the number of processes is changed, the revision increases with 1
      • totalProcesses

        int totalProcesses()