RTI Connext Java API  Version 6.1.2
HeapMonitoringSnapshotOutputFormat Class Reference

Specify the format of the output of the snapshot. RTI Connext. More...

Inheritance diagram for HeapMonitoringSnapshotOutputFormat:
Enum Copyable

Static Public Attributes

static final HeapMonitoringSnapshotOutputFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_OUTPUT_FORMAT_STANDARD
 The output of the snapshot will be in plain text. More...
 
static final HeapMonitoringSnapshotOutputFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_OUTPUT_FORMAT_COMPRESSED
 The output of the snapshot will be compressed using Zlib techonology. 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

Specify the format of the output of the snapshot. RTI Connext.

Member Data Documentation

◆ NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_OUTPUT_FORMAT_STANDARD

final HeapMonitoringSnapshotOutputFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_OUTPUT_FORMAT_STANDARD
static

The output of the snapshot will be in plain text.

◆ NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_OUTPUT_FORMAT_COMPRESSED

final HeapMonitoringSnapshotOutputFormat NDDS_UTILITY_HEAP_MONITORING_SNAPSHOT_OUTPUT_FORMAT_COMPRESSED
static

The output of the snapshot will be compressed using Zlib techonology.

The file can be uncompressed using zlib-flate.