protected class MessageDatabase.Metadata extends Object
Modifier and Type | Field and Description |
---|---|
protected BTreeIndex<String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination> |
destinations |
protected Location |
firstInProgressTransactionLocation |
protected Location |
lastUpdate |
protected Page<MessageDatabase.Metadata> |
page |
protected ActiveMQMessageAuditNoSync |
producerSequenceIdTracker |
protected Location |
producerSequenceIdTrackerLocation |
protected int |
state |
protected int |
version |
Modifier | Constructor and Description |
---|---|
protected |
Metadata() |
protected Page<MessageDatabase.Metadata> page
protected int state
protected BTreeIndex<String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination> destinations
protected Location lastUpdate
protected Location firstInProgressTransactionLocation
protected Location producerSequenceIdTrackerLocation
protected transient ActiveMQMessageAuditNoSync producerSequenceIdTracker
protected int version
public void read(DataInput is) throws IOException
IOException
public void write(DataOutput os) throws IOException
IOException
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.