- I2B - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- I2C - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- I2D - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- I2F - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- I2L - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- I2S - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IADD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IALOAD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IAND - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IAPMLibrary - Interface in com.apptelemetry.apm
-
This is the internal library interface for accessing the APMLibrary from within the correct ClassLoader.
- IAPMLibrary - Interface in com.apptelemetry.apm
-
This is the internal library interface for accessing the APMLibrary from within the correct ClassLoader.
- IASTORE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- iconst(int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ICONST_0 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ICONST_1 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ICONST_2 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ICONST_3 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ICONST_4 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ICONST_5 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ICONST_M1 - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IDIV - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ACMPEQ - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ACMPNE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ICMPEQ - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ICMPGE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ICMPGT - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ICMPLE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ICMPLT - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IF_ICMPNE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifacmpeq(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ifacmpne(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ifCmp(Type, int, Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top two stack values.
- ifeq(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFEQ - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifge(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFGE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifgt(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFGT - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifICmp(int, Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top two integer stack values.
- ificmpeq(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ificmpge(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ificmpgt(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ificmple(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ificmplt(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ificmpne(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- ifle(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFLE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- iflt(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFLT - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifne(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFNE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifNonNull(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack
value is not null.
- ifnonnull(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFNONNULL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifNull(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack
value is null.
- ifnull(Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IFNULL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ifZCmp(int, Label) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top integer stack value with zero.
- iinc(int, int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to increment the given local variable.
- iinc(int, int) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- IINC - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ILOAD - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IMUL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- INEG - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- info - Variable in class com.apptelemetry.apm.org.objectweb.asm.Label
-
Field used to associate user information to a label.
- instanceOf(Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to test if the top stack value is of the given
type.
- instanceOf(Type) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- INSTANCEOF - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- INSTANCEOF - Static variable in class com.apptelemetry.apm.org.objectweb.asm.signature.SignatureVisitor
-
Wildcard for a normal type argument.
- InstructionAdapter - Class in com.apptelemetry.apm.org.objectweb.asm.commons
-
A
MethodVisitor
providing a more detailed API to generate and
transform instructions.
- InstructionAdapter(MethodVisitor) - Constructor for class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- INT - Static variable in class com.apptelemetry.apm.org.objectweb.asm.Type
-
The sort of the int type.
- INT_TYPE - Static variable in class com.apptelemetry.apm.org.objectweb.asm.Type
-
The int type.
- INTEGER - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- INTERNAL_NAME - Static variable in class com.apptelemetry.apm.org.objectweb.asm.util.Textifier
-
- invokeConstructor(Type, Method) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a constructor.
- invokeDynamic(String, String, Handle, Object...) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates an invokedynamic instruction.
- invokedynamic(String, String, Handle, Object[]) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- INVOKEDYNAMIC - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- invokeInterface(Type, Method) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke an interface method.
- invokeinterface(String, String, String) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- INVOKEINTERFACE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- invokespecial(String, String, String) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- INVOKESPECIAL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- invokeStatic(Type, Method) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a static method.
- invokestatic(String, String, String) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- INVOKESTATIC - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- invokeVirtual(Type, Method) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a normal method.
- invokevirtual(String, String, String) - Method in class com.apptelemetry.apm.org.objectweb.asm.commons.InstructionAdapter
-
- INVOKEVIRTUAL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IOR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IREM - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IRETURN - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- isActive() - Static method in class com.apptelemetry.apm.impl.LogHelper
-
- isCodeAttribute() - Method in class com.apptelemetry.apm.org.objectweb.asm.Attribute
-
Returns true if this type of attribute is a code attribute.
- IsCompatible() - Static method in class com.apptelemetry.apm.APM
-
Call APM.IsCompatible to test, if the application has loaded a compatible library.
- IsCompatible() - Static method in class com.apptelemetry.apm.APM
-
Call APM.IsCompatible to test, if the application has loaded a compatible library.
- isCompatible() - Method in class com.apptelemetry.apm.APMCompatibilityInfo
-
- isCompatible() - Method in class com.apptelemetry.apm.APMCompatibilityInfo
-
- IsCompatible() - Method in class com.apptelemetry.apm.APMLibrary
-
- IsCompatible() - Method in class com.apptelemetry.apm.APMLibrary
-
- IsCompatible() - Method in interface com.apptelemetry.apm.IAPMLibrary
-
- IsCompatible() - Method in interface com.apptelemetry.apm.IAPMLibrary
-
- IsCompatible() - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
-
- IsConnected() - Static method in class com.apptelemetry.apm.APM
-
Call IsConnected to test, if the application has successfully registered to an APM agent.
- IsConnected() - Static method in class com.apptelemetry.apm.APM
-
Call IsConnected to test, if the application has successfully registered to an APM agent.
- IsConnected() - Method in class com.apptelemetry.apm.APMLibrary
-
- IsConnected() - Method in class com.apptelemetry.apm.APMLibrary
-
- IsConnected() - Method in interface com.apptelemetry.apm.IAPMLibrary
-
- IsConnected() - Method in interface com.apptelemetry.apm.IAPMLibrary
-
- isConnected() - Method in class com.apptelemetry.apm.impl.Transport
-
Check if transport connection is fully established and connected
- IsConnected() - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
-
- isConnected() - Method in class com.apptelemetry.apm.impl.TransportFileTest
-
- isConnected() - Method in class com.apptelemetry.apm.impl.TransportTCP
-
- isFinished() - Method in class com.apptelemetry.apm.impl.TransportDataBlock
-
- ISHL - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- ISHR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- isNativeLibLoaded() - Method in class com.apptelemetry.apm.APMLibrary
-
- isNativeLibLoaded() - Method in class com.apptelemetry.apm.APMLibrary
-
- isNativeLibLoaded() - Method in interface com.apptelemetry.apm.IAPMLibrary
-
- isNativeLibLoaded() - Method in interface com.apptelemetry.apm.IAPMLibrary
-
- isNativeLibLoaded() - Method in class com.apptelemetry.apm.impl.TransportAPMLibrary
-
- ISTORE - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- isTransportQEmpty() - Method in class com.apptelemetry.apm.impl.Transport
-
- ISUB - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- isUnknown() - Method in class com.apptelemetry.apm.org.objectweb.asm.Attribute
-
Returns true if this type of attribute is unknown.
- isValid() - Method in class com.apptelemetry.apm.impl.Transport
-
Check if the transport connection is valid (may not be connected)
- isValid() - Method in class com.apptelemetry.apm.impl.TransportFileTest
-
- isValid() - Method in class com.apptelemetry.apm.impl.TransportTCP
-
- IUSHR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-
- IXOR - Static variable in interface com.apptelemetry.apm.org.objectweb.asm.Opcodes
-