$ B C D E F G H I L N P R S T

$

$(int) - Method in class net.java.btrace.runtime.BTraceRuntime
 
$(int) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
$$() - Method in class net.java.btrace.runtime.BTraceRuntime
 
$$() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
$length() - Method in class net.java.btrace.runtime.BTraceRuntime
 
$length() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 

B

BTraceRuntime - Class in net.java.btrace.runtime
Helper class used by BTrace built-in functions and also acts runtime "manager" for a specific BTrace client and sends Commands to the CommandListener passed.
BTraceRuntime(ShutdownHandler, String, String[], Channel, Instrumentation, ExtensionsRepository) - Constructor for class net.java.btrace.runtime.BTraceRuntime
Creates a newly configured BTrace runtime instance Intended to be used only from within the BTrace.
BTraceRuntimeBridge - Class in net.java.btrace.runtime
 

C

className() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
classNameExists(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
 
commit(int) - Method in class net.java.btrace.runtime.BTraceRuntime
 
compare(Object, Object) - Static method in class net.java.btrace.runtime.BTraceRuntime
Indicates whether two given objects are "equal to" one another.
compare(Object, Object) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 

D

defineClass(byte[]) - Method in class net.java.btrace.runtime.BTraceRuntime
 
defineClass(byte[], boolean) - Method in class net.java.btrace.runtime.BTraceRuntime
 
discard(int) - Method in class net.java.btrace.runtime.BTraceRuntime
 
dtraceProbe(String, String, int, int) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 

E

enter(BTraceRuntime) - Static method in class net.java.btrace.runtime.BTraceRuntime
Enter method is called by every probed method just before the probe actions start.
enter() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
exit(int) - Static method in class net.java.btrace.runtime.BTraceRuntime
 
exit(int) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 

F

forClass(Class) - Static method in class net.java.btrace.runtime.BTraceRuntime
One instance of BTraceRuntime is created per-client.

G

generate(Method, String) - Method in interface net.java.btrace.runtime.RunnableGenerator
Generate class bytes for java.lang.Runnable implementation and return the same.
getClassName() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
getCurrent() - Static method in class net.java.btrace.runtime.BTraceRuntime
Get the current thread BTraceRuntime instance if there is one.
getFilePath(String) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getGarbageCollectionMBeans() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
getGarbageCollectionMBeans() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getHotSpotMBean() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
getHotSpotMBean() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getInstance() - Static method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getMemoryMBean() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
getMemoryMBean() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getMemoryPoolMXBeans() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
getMemoryPoolMXBeans() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getPerfDouble(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Return the value of double perf.
getPerfFloat(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Return the value of float perf.
getPerfInt(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Return the value of integer perf.
getPerfLong(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Return the value of long perf.
getPerfReader() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
getPerfReader() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getPerfString(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Return the value of String perf.
getRuntimeMBean() - Static method in class net.java.btrace.runtime.BTraceRuntime
 
getRuntimeMBean() - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
getValidTraceClassName(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
 

H

handleEvent(String) - Method in class net.java.btrace.runtime.BTraceRuntime
 
handleException(Throwable) - Static method in class net.java.btrace.runtime.BTraceRuntime
Handles exception from BTrace probe actions.
hash(Object) - Static method in class net.java.btrace.runtime.BTraceRuntime
Returns a hash code value for the object.
hash(Object) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 

I

identityHashCode(Object) - Static method in class net.java.btrace.runtime.BTraceRuntime
Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
identityHashCode(Object) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
identityStr(Object) - Static method in class net.java.btrace.runtime.BTraceRuntime
Returns identity string of the form class-name@identity-hash
identityStr(Object) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
init(PerfReader, RunnableGenerator) - Static method in class net.java.btrace.runtime.BTraceRuntime
 

L

leave() - Static method in class net.java.btrace.runtime.BTraceRuntime
Leave method is called by every probed method just before the probe actions end (and actual probed method continues).

N

net.java.btrace.runtime - package net.java.btrace.runtime
 
newPerfCounter(String, String, Object) - Static method in class net.java.btrace.runtime.BTraceRuntime
Utility to create a new jvmstat perf counter.
newThreadLocal(Object) - Static method in class net.java.btrace.runtime.BTraceRuntime
Utility to create a new ThreadLocal object.
NULL - Static variable in class net.java.btrace.runtime.BTraceRuntime
 

P

putPerfDouble(double, String) - Static method in class net.java.btrace.runtime.BTraceRuntime
write the value of double perf.
putPerfFloat(float, String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Write the value of float perf.
putPerfInt(int, String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Write the value of integer perf.
putPerfLong(long, String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Write the value of float perf.
putPerfString(String, String) - Static method in class net.java.btrace.runtime.BTraceRuntime
Write the value of float perf.

R

resolveFileName(String) - Static method in class net.java.btrace.runtime.BTraceRuntime
 
retransform(String, Class<?>) - Static method in class net.java.btrace.runtime.BTraceRuntime
 
RunnableGenerator - Interface in net.java.btrace.runtime
This interface is used to generate .class bytes for a Runnable interface implementor that calls given (static public, no-arg) method.

S

send(Class<? extends T>, AbstractCommand.Initializer<T>) - Static method in class net.java.btrace.runtime.BTraceRuntime
 
send(Class<? extends T>, AbstractCommand.Initializer<T>) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
shutdown() - Method in class net.java.btrace.runtime.BTraceRuntime
 
sizeof(Object) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
speculate(int) - Method in class net.java.btrace.runtime.BTraceRuntime
 
speculation() - Method in class net.java.btrace.runtime.BTraceRuntime
 
start() - Static method in class net.java.btrace.runtime.BTraceRuntime
start method is called by every BTrace (preprocesed) class just at the end of it's class initializer.

T

throwException(Exception) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 
TIMESTAMP - Static variable in class net.java.btrace.runtime.BTraceRuntime
 
translate(Exception) - Static method in class net.java.btrace.runtime.BTraceRuntime
 
translate(Exception) - Method in class net.java.btrace.runtime.BTraceRuntimeBridge
 

$ B C D E F G H I L N P R S T

Copyright © 2015. All Rights Reserved.