public class WorkerIdComposite extends java.lang.Object implements WorkerId
组合多个WorkerID的实现,然后按顺序获取可用worker ID
WorkerIdComposite(java.util.List<WorkerId> workerIds)
WorkerIdComposite(WorkerId... workerIds)
int
workerId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WorkerIdComposite(java.util.List<WorkerId> workerIds)
public WorkerIdComposite(WorkerId... workerIds)
public int workerId()
WorkerId
workerId
Copyright © 2021. All rights reserved.