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)
Deprecated.
Decode the given integer into a LeadershipStatus
|
static Constants.LeadershipStatus |
Constants.LeadershipStatus.decode(String value)
Deprecated.
Decode the given String into a LeadershipStatus
|
static Constants.LeadershipStatus |
Constants.LeadershipStatus.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Constants.LeadershipStatus[] |
Constants.LeadershipStatus.values()
Deprecated.
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()
Deprecated.
Legacy high-availability service, migrate to SB 10 high-availability service.
|
Constants.LeadershipStatus |
StreamBaseAdminClient.getLeadershipStatus()
Deprecated.
Legacy high-availability service, migrate to SB 10 high-availability service.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamBaseAdminClient.setLeadershipStatus(Constants.LeadershipStatus leadershipStatus)
Deprecated.
Legacy high-availability service, migrate to SB 10 high-availability service.
|
Constructor and Description |
---|
SimpleDequeueResult(List<Tuple> tuples,
StreamProperties props,
StreamBaseURI server,
Constants.LeadershipStatus leadershipStatus) |
Modifier and Type | Method and Description |
---|---|
Constants.LeadershipStatus |
Operator.RuntimeEnvironment.getLeadershipStatus()
Deprecated.
Legacy high-availability service, migrate to SB 10 high-availability service.
|
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.