com.bigdata.rdf.lexicon
Class Term2IdWriteProc.Result
java.lang.Object
com.bigdata.rdf.lexicon.Term2IdWriteProc.Result
- All Implemented Interfaces:
- Externalizable, Serializable
- Enclosing class:
- Term2IdWriteProc
public static class Term2IdWriteProc.Result
- extends Object
- implements Externalizable
Object encapsulates the discovered / assigned term identifiers and
provides efficient serialization for communication of those data to the
client.
- Version:
- $Id: Term2IdWriteProc.java 5062 2011-08-20 23:37:29Z mrpersonick $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ivs
public IV[] ivs
Term2IdWriteProc.Result
public Term2IdWriteProc.Result()
- De-serialization constructor.
Term2IdWriteProc.Result
public Term2IdWriteProc.Result(IV[] ivs)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.