Package | Description |
---|---|
com.streambase.sb |
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
|
com.streambase.sb.client |
Provides classes and interfaces used to communicate with a StreamBase server.
|
com.streambase.sb.operator |
Provides classes and interfaces to add custom operators to StreamBase applications.
|
Modifier and Type | Method and Description |
---|---|
static Constants.LeadershipStatus |
Constants.LeadershipStatus.decode(int value)
Decode the given integer into a LeadershipStatus
|
static Constants.LeadershipStatus |
Constants.LeadershipStatus.decode(java.lang.String value)
Decode the given String into a LeadershipStatus
|
static Constants.LeadershipStatus |
Constants.LeadershipStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.LeadershipStatus[] |
Constants.LeadershipStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Constants.LeadershipStatus |
DequeueResult.leadershipStatus |
Modifier and Type | Method and Description |
---|---|
Constants.LeadershipStatus |
DequeueResult.getLeadershipStatus()
Return the leadership status of the server that produced this dequeue result.
|
Constants.LeadershipStatus |
StreamBaseAdminClient.getLeadershipStatus()
Get the leadership status of the server.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamBaseAdminClient.setLeadershipStatus(Constants.LeadershipStatus leadershipStatus)
Set the leadership status of the server.
|
Constructor and Description |
---|
SimpleDequeueResult(java.util.List<Tuple> tuples,
StreamProperties props,
StreamBaseURI server,
Constants.LeadershipStatus leadershipStatus) |
Modifier and Type | Method and Description |
---|---|
Constants.LeadershipStatus |
Operator.RuntimeEnvironment.getLeadershipStatus()
return the LeadershipStatus of this server
|