protected class MessageDatabase.Metadata
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Integer,java.util.Set<java.lang.Integer>> |
ackMessageFileMap |
protected Location |
ackMessageFileMapLocation |
protected BTreeIndex<java.lang.String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination> |
destinations |
protected Location |
firstInProgressTransactionLocation |
protected Location |
lastUpdate |
protected int |
openwireVersion |
protected Page<MessageDatabase.Metadata> |
page |
protected ActiveMQMessageAuditNoSync |
producerSequenceIdTracker |
protected Location |
producerSequenceIdTrackerLocation |
protected int |
state |
protected int |
version |
Modifier | Constructor and Description |
---|---|
protected |
MessageDatabase.Metadata() |
protected Page<MessageDatabase.Metadata> page
protected int state
protected BTreeIndex<java.lang.String,org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination> destinations
protected Location lastUpdate
protected Location firstInProgressTransactionLocation
protected Location producerSequenceIdTrackerLocation
protected Location ackMessageFileMapLocation
protected transient ActiveMQMessageAuditNoSync producerSequenceIdTracker
protected transient java.util.Map<java.lang.Integer,java.util.Set<java.lang.Integer>> ackMessageFileMap
protected int version
protected int openwireVersion
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.