|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.streambase.sb.client.StreamBaseClient.TupleBuffer
public abstract class StreamBaseClient.TupleBuffer
Class for abstracting away where tuples come from, Buffers, Collections & Single Enqueues
| Method Summary | |
|---|---|
protected void |
checkTuple(Tuple tuple)
Check tuple to make sure it is up to snuff |
abstract int |
currentSize()
Get current size of this buffer |
boolean |
equals(Object obj)
|
abstract int |
getDataLength()
|
int |
hashCode()
|
StreamProperties |
props()
get stream properties for this Buffer |
abstract void |
storeData(ByteBuffer byteBuffer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract int currentSize()
public abstract int getDataLength()
public StreamProperties props()
protected void checkTuple(Tuple tuple)
tuple - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic abstract void storeData(ByteBuffer byteBuffer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||