Package com.netcracker.profiler.sax.raw
Class TreeRowid
java.lang.Object
com.netcracker.profiler.sax.raw.TreeRowid
- All Implemented Interfaces:
Comparable<TreeRowid>
-
Field Details
-
traceFileIndex
public final int traceFileIndex -
bufferOffset
public final int bufferOffset -
recordIndex
public final int recordIndex -
fullRowId
-
folderId
public final int folderId -
UNDEFINED
-
-
Constructor Details
-
TreeRowid
public TreeRowid(int folderId, String fullRowId, int traceFileIndex, int bufferOffset, int recordIndex)
-
-
Method Details