Class DistributedSequenceDB

  • All Implemented Interfaces:
    SequenceDB, SequenceDBLite, Changeable

    public class DistributedSequenceDB
    extends AbstractSequenceDB
    implements SequenceDB
    Sequence database from the meta-DAS system.
    Since:
    1.2 Once you've made one of these and populated it with a few DistDataSource instances, you should be able to prety much forget about it and use it directly as a normal SequenceDB implementation. DataSources can be added and removed while the object is live.
    Author:
    Thomas Down, Matthew Pocock