public class WorkerEngineBin extends Object implements Serializable, IWorkerEngine
| Constructor and Description |
|---|
WorkerEngineBin(long unitLength,
int numOfCells,
int bufferInterval,
long currentTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
get(long timeStamp,
long lastMillis,
int cellId) |
void |
put(int cellId,
long timeStamp) |
public WorkerEngineBin(long unitLength,
int numOfCells,
int bufferInterval,
long currentTime)
public int get(long timeStamp,
long lastMillis,
int cellId)
get in interface IWorkerEnginepublic void put(int cellId,
long timeStamp)
put in interface IWorkerEngineCopyright © 2014 The Apache Software Foundation. All rights reserved.