Class ChannelArchiverDataServerPVInfo

java.lang.Object
org.epics.archiverappliance.config.ChannelArchiverDataServerPVInfo
All Implemented Interfaces:
Serializable

public class ChannelArchiverDataServerPVInfo extends Object implements Serializable
As part of archiver.names, the ChannelArchiver XMLRPC server also returns the first and last timestamp. We store the start and end epoch seconds in addition to the ServerInfo in instances of this class. This is typically used to sort the servers in reverse order of their first and last epoch seconds. This gives up a poor mans implementation of Bob's traffic cop index; though the memory consumption is probably somewhat excessive.
Author:
mshankar
See Also: