org.apache.activemq.store.kahadb
Class MessageDatabase.Metadata
java.lang.Object
org.apache.activemq.store.kahadb.MessageDatabase.Metadata
- Enclosing class:
- MessageDatabase
protected class MessageDatabase.Metadata
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
page
protected Page<MessageDatabase.Metadata> page
state
protected int state
destinations
protected BTreeIndex<String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination> destinations
lastUpdate
protected Location lastUpdate
firstInProgressTransactionLocation
protected Location firstInProgressTransactionLocation
producerSequenceIdTrackerLocation
protected Location producerSequenceIdTrackerLocation
producerSequenceIdTracker
protected transient ActiveMQMessageAuditNoSync producerSequenceIdTracker
version
protected int version
MessageDatabase.Metadata
protected MessageDatabase.Metadata()
read
public void read(DataInput is)
throws IOException
- Throws:
IOException
write
public void write(DataOutput os)
throws IOException
- Throws:
IOException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.