Class RecordEventsSpanImpl.AttributesWithCapacity

All Implemented Interfaces:
Serializable, Cloneable, Map<String,AttributeValue>
Enclosing class:
RecordEventsSpanImpl

private static final class RecordEventsSpanImpl.AttributesWithCapacity extends LinkedHashMap<String,AttributeValue>
  • Field Details

    • capacity

      private final int capacity
    • totalRecordedAttributes

      private int totalRecordedAttributes
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
  • Constructor Details

    • AttributesWithCapacity

      private AttributesWithCapacity(int capacity)
  • Method Details