Uses of Class
com.streambase.sb.Constants.LeadershipStatus
-
Packages that use Constants.LeadershipStatus 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. -
-
Uses of Constants.LeadershipStatus in com.streambase.sb
Methods in com.streambase.sb that return Constants.LeadershipStatus Modifier and Type Method Description static Constants.LeadershipStatus
Constants.LeadershipStatus. decode(int value)
Deprecated.Decode the given integer into a LeadershipStatusstatic Constants.LeadershipStatus
Constants.LeadershipStatus. decode(String value)
Deprecated.Decode the given String into a LeadershipStatusConstants.LeadershipStatus
HATupleFields. getLeadershipStatus()
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.Methods in com.streambase.sb with parameters of type Constants.LeadershipStatus Modifier and Type Method Description static Tuple
HATupleFields. newTuple(Constants.LeadershipStatus leadershipStatus)
Return a new HA tuple. -
Uses of Constants.LeadershipStatus in com.streambase.sb.client
Fields in com.streambase.sb.client declared as Constants.LeadershipStatus Modifier and Type Field Description protected Constants.LeadershipStatus
DequeueResult. leadershipStatus
Methods in com.streambase.sb.client that return Constants.LeadershipStatus Modifier and Type Method 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
XmlRpcAdmin. getLeadershipStatus(long timeoutMS)
Methods in com.streambase.sb.client with parameters of type Constants.LeadershipStatus Modifier and Type Method Description void
StreamBaseAdminClient. setLeadershipStatus(Constants.LeadershipStatus leadershipStatus)
Deprecated.Legacy high-availability service, migrate to SB 10 high-availability service.void
XmlRpcAdmin. setLeadershipStatus(long timeoutMS, Constants.LeadershipStatus leadershipStatus)
Constructors in com.streambase.sb.client with parameters of type Constants.LeadershipStatus Constructor Description InternalDequeueResult(Throwable e, StreamBaseURI server, Constants.LeadershipStatus leadershipStatus)
SimpleDequeueResult(List<Tuple> tuples, StreamProperties props, StreamBaseURI server, Constants.LeadershipStatus leadershipStatus)
-
Uses of Constants.LeadershipStatus in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return Constants.LeadershipStatus Modifier and Type Method Description Constants.LeadershipStatus
Operator.RuntimeEnvironment. getLeadershipStatus()
Deprecated.Legacy high-availability service, migrate to SB 10 high-availability service.
-