public class CodecStatus
extends java.lang.Object
Constructor and Description |
---|
CodecStatus(java.lang.String status,
long totalDecoded,
long totalEncoded)
Constructs a CodecStatus instance with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
long |
getDecoded() |
long |
getEncoded() |
java.lang.String |
getStatus() |
public CodecStatus(java.lang.String status, long totalDecoded, long totalEncoded)
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 encodedSubmit a bug or feature
Copyright (c) 2013-2018 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.