public class ExtendedCodecStatus extends CodecStatus
Constructor and Description |
---|
ExtendedCodecStatus(java.lang.String status,
long totalDecoded,
long totalEncoded,
java.util.Properties statusInfo)
Constructs a ExtendedCodecStatus instance with the specified parameters.
|
getDecoded, getEncoded, getStatus
public ExtendedCodecStatus(java.lang.String status, long totalDecoded, long totalEncoded, java.util.Properties statusInfo)
status
- A string containing a codec-specific status message.
Strings longer than 1024 characters will be truncated.totalDecoded
- The number of events decodedtotalEncoded
- The number of events encodedstatusInfo
- Any additional status information about this codec.
Standard statusInfo keys are:
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.