com.ibm.tuningfork.tracegen.chunk
Class FeedletChunk
java.lang.Object
com.ibm.tuningfork.tracegen.chunk.RawChunk
com.ibm.tuningfork.tracegen.chunk.Chunk
com.ibm.tuningfork.tracegen.chunk.FeedletChunk
public class FeedletChunk
- extends Chunk
Methods inherited from class com.ibm.tuningfork.tracegen.chunk.RawChunk |
addByte, addDouble, addDoubleUnchecked, addInt, addIntUnchecked, addLong, addLongUnchecked, addString, addStringInternal, getPosition, hasRoom, putIntAt, seek, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FEEDLET_TYPE_ID
public static final int FEEDLET_TYPE_ID
- See Also:
- Constant Field Values
FEEDLET_COUNT_OFFSET
public static final int FEEDLET_COUNT_OFFSET
- See Also:
- Constant Field Values
FEEDLET_DATA_OFFSET
public static final int FEEDLET_DATA_OFFSET
- See Also:
- Constant Field Values
FEEDLET_ADD_OPERATION
public static final int FEEDLET_ADD_OPERATION
- See Also:
- Constant Field Values
FEEDLET_REMOVE_OPERATION
public static final int FEEDLET_REMOVE_OPERATION
- See Also:
- Constant Field Values
FEEDLET_DESCRIBE_OPERATION
public static final int FEEDLET_DESCRIBE_OPERATION
- See Also:
- Constant Field Values
NAME_PROPERTY
public static final String NAME_PROPERTY
- See Also:
- Constant Field Values
DECSRIPTION_PROPERTY
public static final String DECSRIPTION_PROPERTY
- See Also:
- Constant Field Values
feedletOperations
private int feedletOperations
FeedletChunk
public FeedletChunk()
hasData
public boolean hasData()
add
public boolean add(int feedletIndex,
String name,
String description)
remove
public boolean remove(int feedletIndex)
addProperty
public boolean addProperty(int feedletIndex,
String key,
String val)
close
public void close()
- Overrides:
close
in class Chunk
reset
public void reset()