Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.server.archiving |
Classes that deal with archive configuration and the actual archiving.
|
Modifier and Type | Method and Description |
---|---|
ChannelStatus.State |
ChannelStatus.getState()
Returns the state of the channel.
|
static ChannelStatus.State |
ChannelStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelStatus.State[] |
ChannelStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChannelStatus(ChannelMetaDataDAO.ChannelConfiguration channelConfiguration,
String errorMessage,
ChannelStatus.State state,
long totalSamplesDropped,
long totalSamplesSkippedBack,
long totalSamplesWritten)
Creates a channel status object.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.