protected static class CommitTimeIndex.TupleSerializer extends DefaultTupleSerializer<Long,Void>
| Constructor and Description |
|---|
CommitTimeIndex.TupleSerializer()
De-serialization ctor.
|
CommitTimeIndex.TupleSerializer(IKeyBuilderFactory keyBuilderFactory)
Ctor when creating a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
deserializeKey(ITuple tuple)
Decodes the key as a commit time.
|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
deserialize, getDefaultKeyBuilderFactory, getDefaultLeafKeysCoder, getDefaultValuesCoder, getKeyBuilder, getLeafKeysCoder, getLeafValuesCoder, getPrimaryKeyBuilder, newInstance, serializeKey, serializeVal, setLeafKeysCoder, setLeafValuesCoder, toStringpublic CommitTimeIndex.TupleSerializer()
public CommitTimeIndex.TupleSerializer(IKeyBuilderFactory keyBuilderFactory)
keyBuilderFactory - public Long deserializeKey(ITuple tuple)
deserializeKey in interface ITupleSerializer<Long,Void>deserializeKey in class DefaultTupleSerializer<Long,Void>public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class DefaultTupleSerializer<Long,Void>IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class DefaultTupleSerializer<Long,Void>IOExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.