com.bigdata.rdf.lexicon
Class Term2IdWriteProc.Result

java.lang.Object
  extended by 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

Field Summary
 IV[] ivs
           
 
Constructor Summary
Term2IdWriteProc.Result()
          De-serialization constructor.
Term2IdWriteProc.Result(IV[] ivs)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ivs

public IV[] ivs
Constructor Detail

Term2IdWriteProc.Result

public Term2IdWriteProc.Result()
De-serialization constructor.


Term2IdWriteProc.Result

public Term2IdWriteProc.Result(IV[] ivs)
Method Detail

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.