Interface AttributeVirtualFactory
-
- All Known Subinterfaces:
VirtualAttributeFactory
public interface AttributeVirtualFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<AttributeVirtual>createVirtualEventAttributes(gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> traceAttributesReal, gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> eventAttributesReal)java.lang.Iterable<AttributeVirtual>createVirtualTraceAttributes(gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> traceAttributesReal, gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> eventAttributesReal)
-
-
-
Method Detail
-
createVirtualTraceAttributes
java.lang.Iterable<AttributeVirtual> createVirtualTraceAttributes(gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> traceAttributesReal, gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> eventAttributesReal)
-
createVirtualEventAttributes
java.lang.Iterable<AttributeVirtual> createVirtualEventAttributes(gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> traceAttributesReal, gnu.trove.map.hash.THashMap<java.lang.String,AttributeImpl> eventAttributesReal)
-
-