- All Superinterfaces:
- java.lang.Cloneable, java.util.Map<java.lang.String,XAttribute>
- All Known Implementing Classes:
- XAttributeMapImpl, XAttributeMapLazyImpl
public interface XAttributeMap
extends java.util.Map<java.lang.String,XAttribute>, java.lang.Cloneable
An attribute map is used to hold a set of attributes, indexed
by their key strings, for event log hierarchy elements.
It is required to be cloneable, so that it can be replicated
efficiently and reliably.
- Author:
- Christian W. Guenther (christian@deckfour.org)