|
Deprecated Methods |
com.streambase.sb.Schema.getNumFields()
Since 5.0 use @see com.streambase.sb.Schema#getFieldCount() |
com.streambase.sb.monitor.SystemInfo.getProcessSize()
As of StreamBase 3.0, use getTotalMemory(), which returns a
size in bytes. |
com.streambase.sb.Tuple.getStringBytes(int)
As of StreamBase 5.0, use Tuple.getString(java.lang.String) instead |
com.streambase.sb.Tuple.getStringBytes(Schema.Field)
As of StreamBase 5.0, use Tuple.getString(java.lang.String) instead |
com.streambase.sb.Tuple.getStringBytes(String)
As of StreamBase 5.0, use Tuple.getString(java.lang.String) instead |
com.streambase.sb.client.DequeueResult.getTuple()
|
com.streambase.sb.client.DequeueResult.getTuple(int)
please use iterator() to access Tuples sequentially |
com.streambase.sb.operator.Operator.registerRunnable(Runnable)
As of StreamBase version 3.7, replaced by Operator.registerRunnable(Runnable, boolean) |
com.streambase.sb.client.DequeueResult.reuseTuple()
|
com.streambase.sb.client.DequeueResult.reuseTuple(Tuple)
|
com.streambase.sb.Tuple.setStringBytes(int, byte[])
As of StreamBase 5.0, use Tuple.setString(java.lang.String, java.lang.String) instead |
com.streambase.sb.Tuple.setStringBytes(int, byte[], boolean)
As of StreamBase 5.0, use Tuple.setString(java.lang.String, java.lang.String) instead |
com.streambase.sb.Tuple.setStringBytes(Schema.Field, byte[])
As of StreamBase 5.0, use Tuple.setString(java.lang.String, java.lang.String) instead |
com.streambase.sb.Tuple.setStringBytes(Schema.Field, byte[], boolean)
As of StreamBase 5.0, use Tuple.setString(java.lang.String, java.lang.String) instead |
com.streambase.sb.Tuple.setStringBytes(String, byte[])
As of StreamBase 5.0, use Tuple.setString(java.lang.String, java.lang.String) instead |
com.streambase.sb.Tuple.setStringBytes(String, byte[], boolean)
As of StreamBase 5.0, use Tuple.setString(java.lang.String, java.lang.String) instead |
com.streambase.sb.Tuple.toString(char, boolean)
|
com.streambase.sb.client.DequeueResult.tuples()
use iterator() instead |