Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.store.raw.ContainerKey

Uses of ContainerKey in org.apache.derby.iapi.store.raw
 

Fields in org.apache.derby.iapi.store.raw declared as ContainerKey
private  ContainerKey PageKey.container
           
 

Methods in org.apache.derby.iapi.store.raw that return ContainerKey
 ContainerKey StreamContainerHandle.getId()
          Return my identifier.
 ContainerKey RecordHandle.getContainerId()
          Return the identity of my container.
 ContainerKey PageKey.getContainerId()
           
static ContainerKey ContainerKey.read(java.io.ObjectInput in)
           
 ContainerKey ContainerHandle.getId()
          Return my identifier.
 

Methods in org.apache.derby.iapi.store.raw with parameters of type ContainerKey
 ContainerHandle Transaction.openContainer(ContainerKey containerId, int mode)
          Open a container, with the transaction's default locking policy.
 ContainerHandle Transaction.openContainer(ContainerKey containerId, LockingPolicy locking, int mode)
          Open a container, with the defined locking policy, otherwise as openContainer(int containerId, boolean forUpdate).
 void Transaction.dropContainer(ContainerKey containerId)
          Drop a container.
 

Constructors in org.apache.derby.iapi.store.raw with parameters of type ContainerKey
PageKey(ContainerKey key, long pageNumber)