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
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-2011 Apache Software Foundation. All Rights Reserved.