protected static class LogFileCache.LogCacheInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
len
The length of the string in the file
|
long |
start
Starting position in the file
|
| Constructor and Description |
|---|
LogCacheInfo()
Empty constructor
|
LogCacheInfo(long startPos,
int length)
Create LogCacheInfo marked as not deleted
|