public class XLogDataManager extends DataManager<org.deckfour.xes.model.XLog>
DataManager.AttributeValueCalculator<T extends org.deckfour.xes.model.XAttributable>, DataManager.StringHandler
blocks, blockSize, bytesReservedPerObject, FACTORY, handlesEventAttributes, headerSize, key2index, keys, mask, MAXHASH, numberOfObjects, shift, store, stringHandler, type2count, usedBytesPerObject
Constructor and Description |
---|
XLogDataManager(M key2extension,
DataManager.StringHandler stringHandler,
java.util.Collection<org.deckfour.xes.model.XAttribute> attributes,
gnu.trove.map.TObjectIntMap<java.lang.String> lit2index) |
Modifier and Type | Method and Description |
---|---|
protected org.deckfour.xes.model.XLog |
readObjectFromBlock(byte[] block,
int ptr,
boolean forAddingAttributes) |
addAttributes, addObject, buildAttributeIndices, checkSizeForInsertion, containsKey, countValuesLiteral, getAttribute, getAttributeForKey, getAttributeValueBoolean, getAttributeValueBoolean, getAttributeValueContinuous, getAttributeValueContinuous, getAttributeValueDiscrete, getAttributeValueDiscrete, getAttributeValueIndicesLiteral, getAttributeValueLiteral, getAttributeValueLiteral, getAttributeValueLiteralIndex, getAttributeValueLiteralIndex, getAttributeValuesBoolean, getAttributeValuesContinuous, getAttributeValuesDiscrete, getAttributeValuesLiteral, getAttributeValuesLiteral, getAttributeValuesTimestamp, getAttributeValueTimestamp, getAttributeValueTimestamp, getBytes, getBytes, getHeader, getHistogramContinuous, getHistogramDiscrete, getHistogramTimestamp, getKeyIndex, getKeyIndices, getKeyIndices, getKeys, getKeySortedByIndex, getKeysSortedAlphabetically, getKeysSortedAlphabetically, getKeysSortedByIndex, getObjectByteSize, getObjectCount, getStatisticsContinuous, getStatisticsDiscrete, getStatisticsTimestamp, getStringHandler, isType, readAttributeIntoScope, readBoolean, readDouble, readInt, readLong, readObject, readShort, swap, toString, updateHeader, writeAttributeContents, writeBoolean, writeDouble, writeInt, writeLong, writeShort
public XLogDataManager(M key2extension, DataManager.StringHandler stringHandler, java.util.Collection<org.deckfour.xes.model.XAttribute> attributes, gnu.trove.map.TObjectIntMap<java.lang.String> lit2index)
protected org.deckfour.xes.model.XLog readObjectFromBlock(byte[] block, int ptr, boolean forAddingAttributes)
readObjectFromBlock
in class DataManager<org.deckfour.xes.model.XLog>