Class StatelessMarshalerUtil.Grouper<T>
java.lang.Object
io.opentelemetry.exporter.internal.marshal.StatelessMarshalerUtil.Grouper<T>
- All Implemented Interfaces:
Consumer<T>
- Enclosing class:
StatelessMarshalerUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MarshalerContext
private Function
<T, InstrumentationScopeInfo> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
(package private) void
initialize
(Map<Resource, Map<InstrumentationScopeInfo, List<T>>> result, Function<T, Resource> getResource, Function<T, InstrumentationScopeInfo> getInstrumentationScope, MarshalerContext context)
-
Field Details
-
result
-
getResource
-
getInstrumentationScope
-
context
-
-
Constructor Details
-
Grouper
private Grouper()
-
-
Method Details