RTI Connext Java API  Version 6.1.2
HeapMonitoringSnapshotContentFormat Class Reference

Bitmap used to decide which information of the snapshot will be displayed. More...

Inheritance diagram for HeapMonitoringSnapshotContentFormat:
Enum Copyable

Static Public Attributes

static final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_BIT_TOPIC
 Add the topic to the snapshot of heap monitoring. More...
 
static final HeapMonitoringSnapshotContentFormat RTI_OSAPI_HEAP_SNAPSHOT_CONTENT_BIT_FUNCTION
 Add the function name to the snapshot of heap monitoring. More...
 
static final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_BIT_ACTIVITY
 Add the activity context to the snapshot of heap monitoring. The user can select the information that will be part of the activity context by using the API com.rti.ndds.config.ActivityContext.set_attribute_mask. More...
 
static final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_DEFAULT
 Add all the optional attributes to the snapshot of heap monitoring. More...
 
static final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_MINIMAL
 Not add any optional attribute to the snapshot of heap monitoring. More...
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant. More...
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration. More...
 
final String toString ()
 The string value of this enum constant. More...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Bitmap used to decide which information of the snapshot will be displayed.

Member Data Documentation

◆ NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_BIT_TOPIC

final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_BIT_TOPIC
static

Add the topic to the snapshot of heap monitoring.

◆ RTI_OSAPI_HEAP_SNAPSHOT_CONTENT_BIT_FUNCTION

final HeapMonitoringSnapshotContentFormat RTI_OSAPI_HEAP_SNAPSHOT_CONTENT_BIT_FUNCTION
static

Add the function name to the snapshot of heap monitoring.

◆ NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_BIT_ACTIVITY

final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_BIT_ACTIVITY
static

Add the activity context to the snapshot of heap monitoring. The user can select the information that will be part of the activity context by using the API com.rti.ndds.config.ActivityContext.set_attribute_mask.

◆ NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_DEFAULT

final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_DEFAULT
static

Add all the optional attributes to the snapshot of heap monitoring.

◆ NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_MINIMAL

final HeapMonitoringSnapshotContentFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_CONTENT_MINIMAL
static

Not add any optional attribute to the snapshot of heap monitoring.