Uses of Class
com.streambase.sb.StreamProperties
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
Provides classes and interfaces used to communicate with a Streaming server.
Provides classes and interfaces to monitor the behavior of a running Streaming server.
Provides classes and interfaces used to author Streaming Unit tests.
-
Uses of StreamProperties in com.streambase.sb
Modifier and TypeMethodDescriptionstatic StreamProperties
Create new stream properties from XML stringstatic StreamProperties
Create new stream properties from XML element -
Uses of StreamProperties in com.streambase.sb.client
Modifier and TypeFieldDescriptionprotected final StreamProperties
DequeueResult.props
Stream propertiesModifier and TypeMethodDescriptionAdmin.getStreamProperties
(long timeoutMS, String streamName) Return the StreamProperties for the given name.Admin.getStreamProperties
(long timeoutMS, String streamName, CaptureTransformStrategy strategy) Return the StreamProperties for the given name.DequeueResult.getStreamProperties()
Return the StreamProperties for this DequeueResult.HAAdmin.getStreamProperties
(long timeoutMS, String streamName) HAAdmin.getStreamProperties
(long timeoutMS, String streamName, CaptureTransformStrategy strategy) StreamBaseClient.getStreamProperties
(String streamName) Return the StreamProperties for the given stream nameStreamBaseClient.getStreamProperties
(String streamName, CaptureTransformStrategy strategy) Return the StreamProperties for the given stream nameXmlRpcAdmin.getStreamProperties
(long timeoutMS, String streamName) XmlRpcAdmin.getStreamProperties
(long timeoutMS, String streamName, CaptureTransformStrategy strategy) Admin.getStreamPropertiesByHash
(long timeoutMS, byte[] hash) Return the StreamProperties for the given hashHAAdmin.getStreamPropertiesByHash
(long timeoutMS, byte[] hash) StreamBaseClient.getStreamPropertiesByHash
(byte[] hash) Return the StreamProperties for the given hash StreamProperties are cached locally in the client.StreamBaseClient.getStreamPropertiesByHash
(String hashHexString) Return the StreamProperties for the given hash StreamProperties are cached locally in the client.XmlRpcAdmin.getStreamPropertiesByHash
(long timeoutMS, byte[] hash) StreamBaseClient.TupleBuffer.props()
get stream properties for this Buffer(package private) StreamProperties
SubscriptionEntry.props()
DeMUXStreamBaseClient.resubscribe
(StreamProperties props, String logicalstream, String predicate) DeMUXStreamBaseClient.resubscribe
(String streamname, String logicalstream, String predicate) StreamBaseClient.resubscribe
(StreamProperties props, String logicalStream, String predicate) Resubscribe to a stream with a predicate.StreamBaseClient.resubscribe
(String streamname, String logicalstream, String predicate) Resubscribe to a stream with a predicate.DeMUXStreamBaseClient.subscribe
(StreamProperties props) DeMUXStreamBaseClient.subscribe
(StreamProperties props, String logicalstream, String predicate) DeMUXStreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy) DeMUXStreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate) DeMUXStreamBaseClient.subscribe
(String streamName, String logicalStream, String predicate, DeMUXStreamBaseClient.DequeueListener listener) This is the only subscribe operation that is supported by the DeMUXStreamBaseClientStreamBaseClient.subscribe
(StreamProperties props) Subscribe to a streamStreamBaseClient.subscribe
(StreamProperties props, String logicalStream, String predicate) Subscribe to a stream with a predicate.Subscribe to a streamStreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy) Subscribe to a streamStreamBaseClient.subscribe
(String streamName, CaptureTransformStrategy strategy, String logicalstream, String predicate) Subscribe to a stream with a predicate.Subscribe to a stream with a predicate.Typecheck (validate) the given StreamBase Application.Typecheck (validate) the given StreamBase Application.Typecheck (validate) the given StreamBase Application.XmlRpcAdmin.typecheck
(long timeoutMS, String application, boolean full) Modifier and TypeMethodDescriptionStreamBaseClient.getAllStreamProperties
(EntityType type) Return all the StreamProperties available.StreamBaseClient.getAllStreamProperties
(EntityType type, CaptureTransformStrategy strategy) Return all the StreamProperties availableModifier and TypeMethodDescription(package private) void
TupleConnections.addConnection
(StreamBaseURI uri, StreamProperties props) Add a connectionprotected static String
StreamBaseClient.assureNameStartsWithContainer
(StreamProperties base, String logicalName) Ensure name starts with containerboolean
StreamBaseClient.TupleBuffer.canDequeue
(StreamProperties props) Can dequeue?boolean
StreamBaseClient.TupleBuffer.canEnqueue
(StreamProperties props) Can enqueue?void
Admin.enqueue
(long timeoutMS, StreamProperties props, Collection<String> tuples) Enqueue a list of CSV encoded tuples using connectionless XMLRPCvoid
HAAdmin.enqueue
(long timeoutMS, StreamProperties props, Collection<String> tuples) void
StreamBaseClient.enqueue
(StreamProperties props, Tuple tuple) Enqueue a single Tuple onto a stream.void
StreamBaseClient.enqueue
(StreamProperties props, Collection<Tuple> tuples) Enqueue a collection of Tuples onto a stream.void
XmlRpcAdmin.enqueue
(long timeoutMS, StreamProperties props, Collection<String> tuples) void
StreamBaseClient.flushBuffer
(StreamProperties props) Deprecated.(package private) List<TupleConnections.StreamTupleConnection>
TupleConnections.getConnections
(StreamProperties props) Return an unmodifiable list of List<StreamConnection>protected static String
DeMUXStreamBaseClient.getFullLogicalName
(StreamProperties streamProperties) Get full logical nameboolean
DeMUXStreamBaseClient.isSubscribed
(StreamProperties stream) boolean
StreamBaseClient.isSubscribed
(StreamProperties stream) Return status if we are subscribed to the given stream(package private) void
SubscriptionEntry.resetProperties
(StreamProperties newProps) DeMUXStreamBaseClient.resubscribe
(StreamProperties props, String logicalstream, String predicate) StreamBaseClient.resubscribe
(StreamProperties props, String logicalStream, String predicate) Resubscribe to a stream with a predicate.DeMUXStreamBaseClient.subscribe
(StreamProperties props) DeMUXStreamBaseClient.subscribe
(StreamProperties props, String logicalstream, String predicate) StreamBaseClient.subscribe
(StreamProperties props) Subscribe to a streamStreamBaseClient.subscribe
(StreamProperties props, String logicalStream, String predicate) Subscribe to a stream with a predicate.void
Admin.unsubscribe
(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) UnSubscribe to an output stream.void
DeMUXStreamBaseClient.unsubscribe
(StreamProperties logicalProps) void
HAAdmin.unsubscribe
(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) void
StreamBaseClient.unsubscribe
(StreamProperties logicalProps) Unsubscribe from the given stream name.(package private) void
TupleConnection.unsubscribe
(long timeoutMS, StreamProperties props, String logicalStream) Unsubscribe internal control streamvoid
XmlRpcAdmin.unsubscribe
(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) protected void
StreamBaseClient.unsubscribeInternal
(StreamProperties logicalProps) Un-subscribe from streamModifierConstructorDescription(package private)
ConstructorSimpleDequeueResult
(List<Tuple> tuples, StreamProperties props, StreamBaseURI server) Constructor(package private)
StreamTupleConnection
(StreamProperties props, com.streambase.sb.client.TupleConnection connection) Constructor(package private)
SubscriptionEntry
(StreamProperties props, String logicalName, String predicate) (package private)
TupleBuffer
(StreamProperties props) Constructor -
Uses of StreamProperties in com.streambase.sb.monitor
Modifier and TypeMethodDescriptionStreamInfo.getStreamProperties()
Returns the StreamProperties of the stream -
Uses of StreamProperties in com.streambase.sb.unittest
Modifier and TypeMethodDescriptionDequeuer.getStreamProperties()
Get theStreamProperties
for the associated stream.Enqueuer.getStreamProperties()
Get theStreamProperties
for the associated stream.
StreamBaseClient.flushAllBuffers()
to preserve inter-stream ordering