public interface IChunkLoader
extends java.util.concurrent.Callable<byte[]>
Chunk and loads all the events from it.| Modifier and Type | Method and Description |
|---|---|
byte[] |
call()
Perform the chunk loading.
|
long |
getTimestamp() |
long getTimestamp()
byte[] call()
throws java.lang.Exception
call in interface java.util.concurrent.Callable<byte[]>java.lang.Exception