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, toString
public 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 Externalizable
readExternal
in class DefaultTupleSerializer<Long,Void>
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class DefaultTupleSerializer<Long,Void>
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.