@VisibleForTesting
public static class AllocationTagsManager.TypeToCountedTags<T>
extends java.lang.Object
| Constructor | Description |
|---|---|
TypeToCountedTags() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
absorb(AllocationTagsManager.TypeToCountedTags<T> target) |
Absorbs the given
AllocationTagsManager.TypeToCountedTags to current mapping,
this will aggregate the count of the tags with same name. |
java.util.Map<T,java.util.Map<java.lang.String,java.lang.Long>> |
getTypeToTagsWithCount() |
|
protected AllocationTagsManager.TypeToCountedTags |
immutableCopy() |
@VisibleForTesting public java.util.Map<T,java.util.Map<java.lang.String,java.lang.Long>> getTypeToTagsWithCount()
protected void absorb(AllocationTagsManager.TypeToCountedTags<T> target)
AllocationTagsManager.TypeToCountedTags to current mapping,
this will aggregate the count of the tags with same name.target - a AllocationTagsManager.TypeToCountedTags to merge with.protected AllocationTagsManager.TypeToCountedTags immutableCopy()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.