public class DTrace
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addRange(long pos) |
static void |
addRangeWithEnd(long start,
long end) |
static void |
addRangeWithLength(long start,
long length) |
void |
log() |
void |
log(long p) |
void |
log(long p,
java.lang.String info) |
void |
log(java.lang.String msg) |
void |
logEnd(long start,
long end) |
void |
logEnd(long id,
long start,
long end) |
void |
logEnd(long id,
long start,
long end,
java.lang.String info) |
void |
logInfo(java.lang.String info) |
void |
logLength(long start,
long length) |
void |
logLength(long id,
long start,
long length) |
void |
logLength(long id,
Slot slot) |
void |
logLength(Slot slot) |
static void |
noWarnings() |
public static boolean enabled
public static boolean writeToLogFile
public static boolean writeToConsole
public static java.io.RandomAccessFile _logFile
public static long _eventNr
public static DTrace ADD_TO_CLASS_INDEX
public static DTrace BEGIN_TOP_LEVEL_CALL
public static DTrace BIND
public static DTrace BLOCKING_QUEUE_STOPPED_EXCEPTION
public static DTrace BTREE_NODE_COMMIT_OR_ROLLBACK
public static DTrace BTREE_NODE_REMOVE
public static DTrace BTREE_PRODUCE_NODE
public static DTrace CANDIDATE_READ
public static DTrace CLASSMETADATA_BY_ID
public static DTrace CLASSMETADATA_INIT
public static DTrace CLIENT_MESSAGE_LOOP_EXCEPTION
public static DTrace CLOSE
public static DTrace CLOSE_CALLED
public static DTrace COLLECT_CHILDREN
public static DTrace COMMIT
public static DTrace CONTINUESET
public static DTrace CREATE_CANDIDATE
public static DTrace DELETE
public static DTrace DONOTINCLUDE
public static DTrace END_TOP_LEVEL_CALL
public static DTrace EVALUATE_SELF
public static DTrace FATAL_EXCEPTION
public static DTrace FILE_FREE
public static DTrace FILE_READ
public static DTrace FILE_WRITE
public static DTrace FREE
public static DTrace FREESPACEMANAGER_GET_SLOT
public static DTrace FREESPACEMANAGER_RAM_FREE
public static DTrace FREESPACEMANAGER_BTREE_FREE
public static DTrace FREE_ON_COMMIT
public static DTrace FREE_ON_ROLLBACK
public static DTrace FREE_POINTER_ON_ROLLBACK
public static DTrace GET_SLOT
public static DTrace GET_POINTER_SLOT
public static DTrace GET_FREESPACE_RAM
public static DTrace GET_YAPOBJECT
public static DTrace ID_TREE_ADD
public static DTrace ID_TREE_REMOVE
public static DTrace IO_COPY
public static DTrace JUST_SET
public static DTrace NEW_INSTANCE
public static DTrace NOTIFY_SLOT_CREATED
public static DTrace NOTIFY_SLOT_UPDATED
public static DTrace NOTIFY_SLOT_DELETED
public static DTrace OBJECT_REFERENCE_CREATED
public static DTrace PERSISTENT_BASE_NEW_SLOT
public static DTrace PERSISTENT_OWN_LENGTH
public static DTrace PERSISTENTBASE_SET_ID
public static DTrace PERSISTENTBASE_WRITE
public static DTrace PRODUCE_SLOT_CHANGE
public static DTrace QUERY_PROCESS
public static DTrace READ_ARRAY_WRAPPER
public static DTrace READ_BYTES
public static DTrace READ_SLOT
public static DTrace REFERENCE_REMOVED
public static DTrace REGULAR_SEEK
public static DTrace REMOVE_FROM_CLASS_INDEX
public static DTrace REREAD_OLD_UUID
public static DTrace SERVER_MESSAGE_LOOP_EXCEPTION
public static DTrace SLOT_MAPPED
public static DTrace SLOT_COMMITTED
public static DTrace SLOT_FREE_ON_COMMIT
public static DTrace SLOT_FREE_ON_ROLLBACK_ID
public static DTrace SLOT_FREE_ON_ROLLBACK_ADDRESS
public static DTrace SLOT_READ
public static DTrace TRANS_COMMIT
public static DTrace TRANS_DONT_DELETE
public static DTrace TRANS_DELETE
public static DTrace TRANS_FLUSH
public static DTrace WRITE_BYTES
public static DTrace WRITE_POINTER
public static DTrace WRITE_XBYTES
public static DTrace WRITE_UPDATE_ADJUST_INDEXES
public void log()
public void log(java.lang.String msg)
public void log(long p)
public void logInfo(java.lang.String info)
public void log(long p,
java.lang.String info)
public void logLength(long start,
long length)
public void logLength(long id,
long start,
long length)
public void logLength(Slot slot)
public void logLength(long id,
Slot slot)
public void logEnd(long start,
long end)
public void logEnd(long id,
long start,
long end)
public void logEnd(long id,
long start,
long end,
java.lang.String info)
public static void addRange(long pos)
public static void addRangeWithLength(long start,
long length)
public static void addRangeWithEnd(long start,
long end)
public static void noWarnings()