Package | Description |
---|---|
com.streambase.sb.client |
Provides classes and interfaces used to communicate with a StreamBase server.
|
Modifier and Type | Method and Description |
---|---|
static StreamBaseURI |
StreamBaseURI.fromEnvironment()
Returns the URI found by searching the following property and environment variables:
Using the string value found in the
streambase.uri system property, if set
Using the string value found in the STREAMBASE_URI environment variable, if set
Using the string value found in the STREAMBASE_SERVER environment variable, if set
StreamBaseURI.DEFAULT_URI if no value has been found above
|
static java.util.List<StreamBaseURI> |
StreamBaseURI.listFromEnvironment()
Returns the list of URIs found by searching the following property and environment variables for a
comma separated URI list:
Using the string value found in the
streambase.uri system property, if set
Using the string value found in the STREAMBASE_URI environment variable, if set
Using the string value found in the STREAMBASE_SERVER environment variable, if set
StreamBaseURI.DEFAULT_URI if no value has been above
The supplied URIs must conform to a valid High Availability URI list, for example they
must all reference the same container. |
static java.util.List<StreamBaseURI> |
StreamBaseURI.listFromString(java.lang.String uriStrings)
Parse a comma-separated list of URIs in a string into a List<StreamBaseURI>.
|
Constructor and Description |
---|
DeMUXStreamBaseClient(java.util.List<StreamBaseURI> uris,
ClientSettings settings) |
DeMUXStreamBaseClient(StreamBaseURI streamBaseURI) |
DeMUXStreamBaseClient(java.lang.String uri) |
StreamBaseClient()
Create a StreamBaseClient.
|
StreamBaseURI(java.lang.String uri)
Constructor that parses a StreamBase URI passed in as a String.
|