- CallStackDepth - Class in kanela.agent.bootstrap.stack
-
Utility for measure the call stack depth
- CallStackDepth() - Constructor for class kanela.agent.bootstrap.stack.CallStackDepth
-
- ChildFirstURLClassLoader - Class in kanela.agent.util.classloader
-
This class is a ClassLoader that loads classes before delegating to a parent.
- circuitBreakerRunning() - Method in class kanela.agent.util.conf.KanelaConfiguration.CircuitBreakerConfig
-
- ClassDumperListener - Class in kanela.agent.api.instrumentation.listener.dumper
-
- ClassFileVersionValidatorClassVisitor - Class in kanela.agent.api.instrumentation.legacy
-
- ClassFileVersionValidatorClassVisitor.NoStackTraceUnsupportedClassFileVersion - Exception in kanela.agent.api.instrumentation.legacy
-
- ClassFileVersionValidatorTransformer - Class in kanela.agent.api.instrumentation.legacy
-
- ClassFileVersionValidatorTransformer() - Constructor for class kanela.agent.api.instrumentation.legacy.ClassFileVersionValidatorTransformer
-
- ClassFileVersionValidatorWrapper - Class in kanela.agent.api.instrumentation.legacy
-
- ClassFileVersionValidatorWrapper() - Constructor for class kanela.agent.api.instrumentation.legacy.ClassFileVersionValidatorWrapper
-
- classIsPresent(String) - Method in class kanela.agent.api.instrumentation.InstrumentationBuilder
-
- ClassLoaderNameMatcher - Class in kanela.agent.util.classloader
-
- ClassLoaderNameMatcher.RefinedClassLoaderMatcher - Class in kanela.agent.util.classloader
-
- ClassLoaderRefiner - Interface in kanela.agent.api.instrumentation.classloader
-
- ClassRefiner - Class in kanela.agent.api.instrumentation.classloader
-
- ClassRefiner.Builder - Class in kanela.agent.api.instrumentation.classloader
-
- ClassWriterFlags - Class in kanela.agent.util.asm
-
- ClassWriterFlags() - Constructor for class kanela.agent.util.asm.ClassWriterFlags
-
- clear() - Method in class kanela.agent.api.instrumentation.listener.InstrumentationRegistryListener
-
Removes all collected information on this listener.
- clear() - Method in class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Removes all of the mappings from this map.
- collectTransformations(KanelaConfiguration.ModuleConfiguration, Instrumentation) - Method in class kanela.agent.api.instrumentation.InstrumentationBuilder
-
- computeIfAbsent(String, Function<String, T>) - Static method in class kanela.agent.bootstrap.dispatcher.Dispatcher
-
- ConcurrentReferenceHashMap<K,V> - Class in kanela.agent.util.collection
-
An advanced hash table supporting configurable garbage collection semantics
of keys and values, optional referential-equality, full concurrency of
retrievals, and adjustable expected concurrency for updates.
- ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType, EnumSet<ConcurrentReferenceHashMap.Option>) - Constructor for class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial
capacity, reference types, load factor and concurrency level.
- ConcurrentReferenceHashMap(int, float, int) - Constructor for class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial
capacity, load factor and concurrency level.
- ConcurrentReferenceHashMap(int, float) - Constructor for class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity
and load factor and with the default reference types (weak keys,
strong values), and concurrencyLevel (16).
- ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType, ConcurrentReferenceHashMap.ReferenceType) - Constructor for class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity,
reference types and with default load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap(int) - Constructor for class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Creates a new, empty map with the specified initial capacity,
and with default reference types (weak keys, strong values),
load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap() - Constructor for class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Creates a new, empty map with a default initial capacity (16),
reference types (weak keys, strong values), default
load factor (0.75) and concurrencyLevel (16).
- ConcurrentReferenceHashMap(Map<? extends K, ? extends V>) - Constructor for class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentReferenceHashMap.Option - Enum in kanela.agent.util.collection
-
- ConcurrentReferenceHashMap.ReferenceType - Enum in kanela.agent.util.collection
-
An option specifying which Java reference type should be used to refer
to a key and/or value.
- configureLogger(KanelaConfiguration) - Static method in class kanela.agent.util.log.Logger
-
- contains(Object) - Method in class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Legacy method testing if some key maps into the specified value
in this table.
- containsKey(Object) - Method in class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Tests if the specified object is a key in this table.
- containsValue(Object) - Method in class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Returns true if this map maps one or more keys to the
specified value.
- ContextHandler - Class in kanela.agent.bootstrap.context
-
ContextHandler provides methods for accessing and manipulating the context from
instrumented bytecode.
- ContextProvider - Interface in kanela.agent.bootstrap.context
-
Interface for accessing and manipulating the context.
- ContextProvider.NoOp - Enum in kanela.agent.bootstrap.context
-
- valueOf(String) - Static method in enum kanela.agent.bootstrap.context.ContextProvider.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum kanela.agent.bootstrap.log.LoggerProvider.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum kanela.agent.bootstrap.metrics.MetricsProvider.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum kanela.agent.bootstrap.tracing.TraceProvider.NoOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum kanela.agent.util.collection.ConcurrentReferenceHashMap.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum kanela.agent.util.collection.ConcurrentReferenceHashMap.ReferenceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum kanela.agent.bootstrap.context.ContextProvider.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum kanela.agent.bootstrap.log.LoggerProvider.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum kanela.agent.bootstrap.metrics.MetricsProvider.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum kanela.agent.bootstrap.tracing.TraceProvider.NoOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum kanela.agent.util.collection.ConcurrentReferenceHashMap.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum kanela.agent.util.collection.ConcurrentReferenceHashMap.ReferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class kanela.agent.util.collection.ConcurrentReferenceHashMap
-
Returns a Collection view of the values contained in this map.
- version() - Static method in class kanela.agent.util.BuildInfo
-
- visit(int, int, String, String, String, String[]) - Method in class kanela.agent.api.instrumentation.legacy.ClassFileVersionValidatorClassVisitor
-
- visitEnd() - Method in class kanela.agent.api.instrumentation.bridge.BridgeClassVisitor
-
- visitEnd() - Method in class kanela.agent.api.instrumentation.mixin.MixinClassVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class kanela.agent.api.instrumentation.mixin.MixinClassVisitor
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class kanela.agent.api.instrumentation.mixin.MixinInitializer
-