classpublicPriority 3
WorkerIndexer
com.hypixel.hytale.builtin.hytalegenerator.threadindexer.WorkerIndexer
8
Methods
8
Public Methods
2
Fields
1
Constructors
Constants
WorkerIndexer.IdUNKNOWN= new WorkerIndexer.Id(-1)
intUNKNOWN_THREAD_ID= -1
Constructors
public
WorkerIndexer(int workerCount)Methods
Public Methods (8)
public
WorkerIndexer.Session createSession()@Nonnull
public
T get(WorkerIndexer.Id id)@Nonnull
public
List<WorkerIndexer.Id> getWorkedIds()@Nonnull
public
int getWorkerCount()public
boolean hasNext()public
boolean isValid(WorkerIndexer.Id id)public
WorkerIndexer.Id next()public
String toString()@Nonnull@Override
Fields
Private/Package Fields (2)
private
List<WorkerIndexer.Id> idsprivate
int workerCount