org.teiid.adminapi
Interface Cache

All Superinterfaces:
AdminObject

public interface Cache
extends AdminObject

Represents a cache in the MetaMatrix system.

An idetiifer for cache is specifically represented by a name. All the different kinds of available cache are listed as enumerations on this interface.

Since:
4.3

Field Summary
static java.lang.String CODE_TABLE_CACHE
           
static java.lang.String CONNECTOR_RESULT_SET_CACHE
           
static java.lang.String PREPARED_PLAN_CACHE
           
static java.lang.String QUERY_SERVICE_RESULT_SET_CACHE
           
 
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Method Summary
 
Methods inherited from interface org.teiid.adminapi.AdminObject
getIdentifier, getName, getProperties, getPropertyValue
 

Field Detail

CODE_TABLE_CACHE

static final java.lang.String CODE_TABLE_CACHE
See Also:
Constant Field Values

PREPARED_PLAN_CACHE

static final java.lang.String PREPARED_PLAN_CACHE
See Also:
Constant Field Values

QUERY_SERVICE_RESULT_SET_CACHE

static final java.lang.String QUERY_SERVICE_RESULT_SET_CACHE
See Also:
Constant Field Values

CONNECTOR_RESULT_SET_CACHE

static final java.lang.String CONNECTOR_RESULT_SET_CACHE
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.