Recording
.
Recording
Modifier and Type | Field and Description |
---|---|
private final String | |
private final boolean | |
private final long | |
private final long | |
private final long | |
private final long | |
private final String | |
private final Map | |
private final long | |
private final long | |
private final String | |
private final long | |
private final boolean |
Access | Constructor and Description |
---|---|
pack-priv | |
private |
Modifier and Type | Method and Description |
---|---|
public static RecordingInfo | Returns: theRecordingInfo represented by cd , or
null if cd is null CompositeData representing the RecordingInfo to
returnReturns a |
public String | Returns: the destination, ornull if not setReturns destination path where data, for the recording associated with
this |
public boolean | Returns: true if recording should be dumped on exit, false
otherwiseReturns if the recording associated with this |
public long | Returns: the desired duration, or0 if no duration has been setReturns the desired duration, measured in seconds, of the recording
associated with this |
public long | Returns: the recording IDReturns the unique ID for the recording associated with this
|
public long | Returns: how long data should be kept on disk, measured in secondsReturns how many seconds data should be kept on disk, or |
public long | Returns: the amount of data should be kept on disk, in bytesReturns the amount of data, measured in bytes, the recording associated
with this |
public String | Returns: the recording name, notnull Returns the name of the recording associated with this
|
public Map | Returns: the recording settings, notnull Returns the settings for the recording associated with this
|
public long | Returns: the amount of recorded data, measured in bytesReturns the amount data recorded by recording. |
public long | Returns: the start time of the recording, ornull if the recording
hasn't startedReturns start time of the recording associated with this
|
public String | Returns: the recording state, notnull Returns a |
public long | Returns: the stop time of recording, ornull if recording hasn't
been stopped.Returns the actual or expected stop time of the recording associated with
this |
public boolean | Returns: true if recording is to disk, false otherwiseReturns |
public String | Returns: description, notnull Overrides java. Returns a string description of the recording associated with this
|
destination | back to summary |
---|---|
private final String destination |
dumpOnExit | back to summary |
---|---|
private final boolean dumpOnExit |
durationInSeconds | back to summary |
---|---|
private final long durationInSeconds |
id | back to summary |
---|---|
private final long id |
maxAge | back to summary |
---|---|
private final long maxAge |
maxSize | back to summary |
---|---|
private final long maxSize |
name | back to summary |
---|---|
private final String name |
settings | back to summary |
---|---|
private final Map<String, String> settings |
size | back to summary |
---|---|
private final long size |
startTime | back to summary |
---|---|
private final long startTime |
state | back to summary |
---|---|
private final String state |
stopTime | back to summary |
---|---|
private final long stopTime |
toDisk | back to summary |
---|---|
private final boolean toDisk |
RecordingInfo | back to summary |
---|---|
pack-priv RecordingInfo(Recording recording) |
RecordingInfo | back to summary |
---|---|
private RecordingInfo(CompositeData cd) |
from | back to summary | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public static RecordingInfo from(CompositeData cd) Returns a
The specified
|
getDestination | back to summary |
---|---|
public String getDestination() Returns destination path where data, for the recording associated with
this
|
getDumpOnExit | back to summary |
---|---|
public boolean getDumpOnExit() Returns if the recording associated with this
|
getDuration | back to summary |
---|---|
public long getDuration() Returns the desired duration, measured in seconds, of the recording
associated with this
|
getId | back to summary |
---|---|
public long getId() Returns the unique ID for the recording associated with this
|
getMaxAge | back to summary |
---|---|
public long getMaxAge() Returns how many seconds data should be kept on disk, or In-memory recordings are not affected by maximum age.
|
getMaxSize | back to summary |
---|---|
public long getMaxSize() Returns the amount of data, measured in bytes, the recording associated
with this In-memory recordings are not affected by maximum size.
|
getName | back to summary |
---|---|
public String getName() Returns the name of the recording associated with this
|
getSettings | back to summary |
---|---|
public Map Returns the settings for the recording associated with this
|
getSize | back to summary |
---|---|
public long getSize() Returns the amount data recorded by recording. associated with this
|
getStartTime | back to summary |
---|---|
public long getStartTime() Returns start time of the recording associated with this
|
getState | back to summary |
---|---|
public String getState() Returns a
Valid return values are
|
getStopTime | back to summary |
---|---|
public long getStopTime() Returns the actual or expected stop time of the recording associated with
this
|
isToDisk | back to summary |
---|---|
public boolean isToDisk() Returns
|
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a string description of the recording associated with this
|