|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBuffer
public static class AbstractKeyArrayIndexProcedure.ResultBuffer
A class useful for sending some kinds of data back from a remote
procedure call (those readily expressed as a byte[][]).
| Constructor Summary | |
|---|---|
AbstractKeyArrayIndexProcedure.ResultBuffer()
De-serialization ctor. |
|
AbstractKeyArrayIndexProcedure.ResultBuffer(int n,
byte[][] a,
IRabaCoder valsCoder)
|
|
| Method Summary | |
|---|---|
byte[] |
getResult(int index)
Deprecated. by getValues() |
int |
getResultCount()
Deprecated. by getValues() |
IRaba |
getValues()
|
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 |
| Constructor Detail |
|---|
public AbstractKeyArrayIndexProcedure.ResultBuffer()
public AbstractKeyArrayIndexProcedure.ResultBuffer(int n,
byte[][] a,
IRabaCoder valsCoder)
n - #of values in a containing data.a - The data.valSer - The data are serialized using using this object. Typically
this is the value returned by
ITupleSerializer.getLeafValuesCoder().| Method Detail |
|---|
public IRaba getValues()
public int getResultCount()
getValues()
public byte[] getResult(int index)
getValues()
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||