com.apama.position.tracker
Event PendingPositionTrackerConstants
This event contains all the common constant values for the Pending Position Tracker implementation.
Constant summary |
constant string | DEFAULT_CONFIGSTORENAME := "PENDING_POSITION_TRACKER"
The name of the Configuration Store that is used for persisting position information by this Position Tracker. |
constant string | DEFAULT_CONFIGSTORENAME_FOR_INDV := "PENDING_POSITION_TRACKER_INDV"
The name of the Configuration Store that is used for persisting individual slice position information by this Position Tracker. |
constant string | DEFAULT_CONFIGSTOREPATH := "PENDING_POSITION_TRACKER.sqlite"
The name of the Configuration Store path that is used for persisting position information by this Position Tracker. |
constant string | DEFAULT_CONFIGSTOREPATH_FOR_INDV := "PENDING_POSITION_TRACKER_INDV.sqlite"
The name of the Configuration Store path that is used for persisting individual slice position information by this Position Tracker. |
constant string | TRACKER_TYPE := "PENDING_POSITION_TRACKER"
The type of the Pending Position Tracker that is registered with the Position Service. Specific instances of the Pending Position Tracker will have their own tracker names, but a common type. |
DEFAULT_CONFIGSTORENAME
constant string DEFAULT_CONFIGSTORENAME := "PENDING_POSITION_TRACKER"
The name of the Configuration Store that is used for persisting position information by this Position Tracker.
DEFAULT_CONFIGSTORENAME_FOR_INDV
constant string DEFAULT_CONFIGSTORENAME_FOR_INDV := "PENDING_POSITION_TRACKER_INDV"
The name of the Configuration Store that is used for persisting individual slice position information by this Position Tracker.
DEFAULT_CONFIGSTOREPATH
constant string DEFAULT_CONFIGSTOREPATH := "PENDING_POSITION_TRACKER.sqlite"
The name of the Configuration Store path that is used for persisting position information by this Position Tracker.
DEFAULT_CONFIGSTOREPATH_FOR_INDV
constant string DEFAULT_CONFIGSTOREPATH_FOR_INDV := "PENDING_POSITION_TRACKER_INDV.sqlite"
The name of the Configuration Store path that is used for persisting individual slice position information by this Position Tracker.
TRACKER_TYPE
constant string TRACKER_TYPE := "PENDING_POSITION_TRACKER"
The type of the Pending Position Tracker that is registered with the Position Service. Specific instances of the Pending Position Tracker will have their own tracker names, but a common type.
getGenericConsts
com.apama.position.tracker.GenericPositionTrackerConstants getGenericConsts()
This action returns the set of generic Position Tracker constants that are common to all CMF Position Tracker implementations.
-
Returns:
- An event containing a set of constants that are common to all CMF Position Tracker implementations
-
See Also:
-
com.apama.position.tracker.GenericPositionTrackerConstants - The set of constants that are common to all CMF Position Tracker implementations