Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.server.database |
Classes for accessing the Cassandra database.
|
Modifier and Type | Method and Description |
---|---|
ListenableFuture<ChannelMetaDataDAO.ChannelOperation> |
ChannelMetaDataDAOImpl.getPendingChannelOperation(UUID serverId,
String channelName) |
ListenableFuture<ChannelMetaDataDAO.ChannelOperation> |
ChannelMetaDataDAO.getPendingChannelOperation(UUID serverId,
String channelName)
Returns the pending channel operation for the specified server and
channel.
|
ListenableFuture<? extends Iterable<ChannelMetaDataDAO.ChannelOperation>> |
ChannelMetaDataDAOImpl.getPendingChannelOperations(UUID serverId) |
ListenableFuture<? extends Iterable<ChannelMetaDataDAO.ChannelOperation>> |
ChannelMetaDataDAO.getPendingChannelOperations(UUID serverId)
Returns all pending channel operations for the specified server.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.