planetj.dataengine.cache
Interface ICacheTrack


public interface ICacheTrack

Author:
PlanetJ Corporation

Field Summary
static String CACHE_LIBRARY
           
static String CACHE_OWNER
           
static String CACHE_SQL
           
static String CACHE_SQL_AP_ID
           
static String CACHE_SQL_OP_ID
           
static String CACHE_SYSTEM_ALIAS
           
static String CACHE_TABLE
           
static String CACHE_TIME_OUT
           
static String CACHE_TRACK_LIBRARY_NAME
           
static String CACHE_TRACK_TABLE_NAME
           
static String ENTRY_DATE
           
static String ENTRY_TIMESTAMP
           
static String ESTIMATED_SIZE
           
static String EXPIRATION
           
static String JVM_FREE_MEMORY
           
static String JVM_MAX_MEMORY
           
static String JVM_TOTAL_MEMORY
           
static String JVM_USED_MEMORY
           
static String NUMBER_OF_FIELDS
           
static String NUMBER_OF_ROWS
           
static String NUMBER_OF_TIMES_USED
           
static String RUNNING_CONTEXT
           
static String RUNNING_CONTEXT_FULL
           
static String SESSION_ACTIVE
           
static String SESSION_CLOSED
           
static String SESSION_CREATED
           
static String TOTAL_FIELDS
           
 

Field Detail

CACHE_TRACK_LIBRARY_NAME

public static final String CACHE_TRACK_LIBRARY_NAME
See Also:
Constant Field Values

CACHE_TRACK_TABLE_NAME

public static final String CACHE_TRACK_TABLE_NAME
See Also:
Constant Field Values

ENTRY_TIMESTAMP

public static final String ENTRY_TIMESTAMP
See Also:
Constant Field Values

ENTRY_DATE

public static final String ENTRY_DATE
See Also:
Constant Field Values

RUNNING_CONTEXT

public static final String RUNNING_CONTEXT
See Also:
Constant Field Values

RUNNING_CONTEXT_FULL

public static final String RUNNING_CONTEXT_FULL
See Also:
Constant Field Values

CACHE_TIME_OUT

public static final String CACHE_TIME_OUT
See Also:
Constant Field Values

CACHE_SYSTEM_ALIAS

public static final String CACHE_SYSTEM_ALIAS
See Also:
Constant Field Values

CACHE_LIBRARY

public static final String CACHE_LIBRARY
See Also:
Constant Field Values

CACHE_TABLE

public static final String CACHE_TABLE
See Also:
Constant Field Values

NUMBER_OF_ROWS

public static final String NUMBER_OF_ROWS
See Also:
Constant Field Values

NUMBER_OF_FIELDS

public static final String NUMBER_OF_FIELDS
See Also:
Constant Field Values

NUMBER_OF_TIMES_USED

public static final String NUMBER_OF_TIMES_USED
See Also:
Constant Field Values

CACHE_OWNER

public static final String CACHE_OWNER
See Also:
Constant Field Values

ESTIMATED_SIZE

public static final String ESTIMATED_SIZE
See Also:
Constant Field Values

CACHE_SQL

public static final String CACHE_SQL
See Also:
Constant Field Values

CACHE_SQL_AP_ID

public static final String CACHE_SQL_AP_ID
See Also:
Constant Field Values

CACHE_SQL_OP_ID

public static final String CACHE_SQL_OP_ID
See Also:
Constant Field Values

EXPIRATION

public static final String EXPIRATION
See Also:
Constant Field Values

JVM_USED_MEMORY

public static final String JVM_USED_MEMORY
See Also:
Constant Field Values

JVM_FREE_MEMORY

public static final String JVM_FREE_MEMORY
See Also:
Constant Field Values

JVM_TOTAL_MEMORY

public static final String JVM_TOTAL_MEMORY
See Also:
Constant Field Values

JVM_MAX_MEMORY

public static final String JVM_MAX_MEMORY
See Also:
Constant Field Values

SESSION_ACTIVE

public static final String SESSION_ACTIVE
See Also:
Constant Field Values

SESSION_CREATED

public static final String SESSION_CREATED
See Also:
Constant Field Values

SESSION_CLOSED

public static final String SESSION_CLOSED
See Also:
Constant Field Values

TOTAL_FIELDS

public static final String TOTAL_FIELDS
See Also:
Constant Field Values