Uses of Class
com.aoindustries.aoserv.client.backup.FileReplicationLog
-
Packages that use FileReplicationLog Package Description com.aoindustries.aoserv.client.backup -
-
Uses of FileReplicationLog in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return FileReplicationLog Modifier and Type Method Description FileReplicationLogFileReplicationLogTable. get(int pkey)FileReplicationLogFileReplicationLogTable. get(Object pkey)Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.protected FileReplicationLogFileReplicationLogTable. getUniqueRowImpl(int col, Object value)Methods in com.aoindustries.aoserv.client.backup that return types with arguments of type FileReplicationLog Modifier and Type Method Description List<FileReplicationLog>FileReplication. getFailoverFileLogs(int maxRows)Gets the most recent (by start time) log entries for failover file replications, up to the maximum number of rows.List<FileReplicationLog>FileReplicationLogTable. getRowsCopy()AOServTable<Integer,FileReplicationLog>FileReplicationLog. getTable()Method parameters in com.aoindustries.aoserv.client.backup with type arguments of type FileReplicationLog Modifier and Type Method Description voidFileReplicationLog. setTable(AOServTable<Integer,FileReplicationLog> table)
-