public class WorkerEngineExact extends Object implements Serializable, IWorkerEngine
| Constructor and Description |
|---|
WorkerEngineExact(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) |
void |
refresh(long timeStamp) |
public WorkerEngineExact(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 IWorkerEnginepublic void refresh(long timeStamp)
Copyright © 2014 The Apache Software Foundation. All rights reserved.