Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.server.database |
Classes for accessing the Cassandra database.
|
Modifier and Type | Method and Description |
---|---|
ListenableFuture<? extends ClusterServersDAO.ClusterServer> |
ClusterServersDAOImpl.getServer(UUID serverId) |
ListenableFuture<? extends ClusterServersDAO.ClusterServer> |
ClusterServersDAO.getServer(UUID serverId)
Reads the server object for the specified ID from the database.
|
ListenableFuture<? extends Iterable<? extends ClusterServersDAO.ClusterServer>> |
ClusterServersDAOImpl.getServers() |
ListenableFuture<? extends Iterable<? extends ClusterServersDAO.ClusterServer>> |
ClusterServersDAO.getServers()
Reads the server objects for all servers from the database.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.