com.collation.platform.model.topology.app.db.db2
Interface Db2BufferPool
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface Db2BufferPool
- extends LogicalElement
Represents a buffer pool for Db2.
- Naming Rules:
- 0="parent,name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- DBTBPOOL
- Display Name:
- name
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getParent
Db2Database getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(Db2Database parent)
hasParent
boolean hasParent()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getNumPages
long getNumPages()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setNumPages
void setNumPages(long numPages)
hasNumPages
boolean hasNumPages()
getPoolId
int getPoolId()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPoolId
void setPoolId(int id)
hasPoolId
boolean hasPoolId()
getPageSize
int getPageSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPageSize
void setPageSize(int pageSize)
hasPageSize
boolean hasPageSize()