| 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. 
 | 
Constants.LeadershipStatus | 
Admin.getLeadershipStatus(long timeoutMS)
Deprecated. 
 
Legacy high-availability service, migrate to SB 10 high-availability service. 
 | 
Constants.LeadershipStatus | 
HAAdmin.getLeadershipStatus(long timeoutMS)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) void | 
TupleConnections.processLeadershipStatusChange(TupleConnection connection,
                             Constants.LeadershipStatus newStatus)  | 
void | 
StreamBaseAdminClient.setLeadershipStatus(Constants.LeadershipStatus leadershipStatus)
Deprecated. 
 
Legacy high-availability service, migrate to SB 10 high-availability service. 
 | 
void | 
Admin.setLeadershipStatus(long timeoutMS,
                   Constants.LeadershipStatus leadershipStatus)
Deprecated. 
 
Legacy high-availability service, migrate to SB 10 high-availability service. 
 | 
void | 
HAAdmin.setLeadershipStatus(long timeoutMS,
                   Constants.LeadershipStatus leadershipStatus)  | 
| 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–2018 Cloud Software Group, Inc.. All rights reserved.