Uses of Class
net.bluemind.server.api.Server
-
Uses of Server in net.bluemind.dataprotect.api
Modifier and TypeMethodDescriptiondefault void
IBackupWorker.dataDirsSaved
(IDPContext ctx, String tag, ItemValue<Server> backedUp) This gets called once the data is saved with rsync.void
IBackupWorker.prepareDataDirs
(IDPContext ctx, String tag, ItemValue<Server> toBackup) This is called before the backup starts. -
Uses of Server in net.bluemind.server.api
Modifier and TypeMethodDescriptionIServer.allComplete()
Enumerate all the servers in the installation container.IServerPromise.allComplete()
IServer.getComplete
(String uid) Fetches a server object from the database with its uid.IServerPromise.getComplete
(String uid) Modifier and TypeMethodDescriptionint
Creates a new server in the database with the given uid.void
IServerAsync.create
(String uid, Server srv, AsyncHandler<TaskRef> handler) Updates a server in the database with its uid.void
IServerAsync.update
(String uid, Server srv, AsyncHandler<TaskRef> handler) Modifier and TypeMethodDescriptionvoid
IServerAsync.allComplete
(AsyncHandler<List<ItemValue<Server>>> handler) void
IServerAsync.getComplete
(String uid, AsyncHandler<ItemValue<Server>> handler)