Uses of Class
org.apache.openjpa.slice.SliceInfo

Packages that use SliceInfo
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of SliceInfo in org.apache.openjpa.slice
 

Methods in org.apache.openjpa.slice that return SliceInfo
static SliceInfo SliceImplHelper.getSliceInfo(OpenJPAStateManager sm)
          Gets the assigned slice information, if any, from the given StateManager.
static SliceInfo SliceImplHelper.getSlicesByPolicy(Object pc, DistributedConfiguration conf, Object ctx)
          Gets the target slices by calling user-specified DistributionPolicy or ReplicationPolicy depending on whether the given instance is replicated.
static SliceInfo SliceImplHelper.getSlicesByPolicy(OpenJPAStateManager sm, DistributedConfiguration conf, Object ctx)
          Gets the target slices for the given StateManager.
 SliceInfo SliceInfo.setInto(OpenJPAStateManager sm)
          Sets this receiver as the given StateManager's internal instance-level data.
 

Uses of SliceInfo in org.apache.openjpa.slice.jdbc
 

Methods in org.apache.openjpa.slice.jdbc that return SliceInfo
protected  SliceInfo DistributedJDBCStoreManager.findSliceNames(OpenJPAStateManager sm, Object edata)
          Decides the index of the StoreManager by first looking at the implementation data.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.