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

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

Uses of Slice in org.apache.openjpa.slice
 

Methods in org.apache.openjpa.slice that return Slice
 Slice DistributedBrokerFactory.addSlice(String name, Map properties)
          Adds the given slice with the given properties.
 Slice DistributedConfiguration.getSlice(String sliceName)
          Gets the Slice for a given name.
 

Methods in org.apache.openjpa.slice that return types with arguments of type Slice
 List<Slice> DistributedConfiguration.getSlices(Slice.Status... statuses)
          Gets the slices of given status.
 

Methods in org.apache.openjpa.slice with parameters of type Slice
 SliceStoreManager DistributedStoreManager.addSlice(Slice slice)
          Adds the given slice with the given properties.
 int Slice.compareTo(Slice other)
           
 

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

Methods in org.apache.openjpa.slice.jdbc that return Slice
(package private)  Slice DistributedJDBCConfigurationImpl.addSlice(String name, Map newProps)
           
 Slice DistributedJDBCBrokerFactory.addSlice(String name, Map properties)
           
 Slice DistributedJDBCConfigurationImpl.getMasterSlice()
          Gets the master slice.
 Slice DistributedJDBCConfiguration.getMasterSlice()
          Gets the master slice.
 Slice SliceStoreManager.getSlice()
          Gets the slice for which this receiver is working.
 Slice DistributedJDBCConfigurationImpl.getSlice(String name)
           
 Slice DistributedJDBCConfigurationImpl.getSlice(String name, boolean mustExist)
          Get the Slice of the given slice.
 

Methods in org.apache.openjpa.slice.jdbc that return types with arguments of type Slice
 List<Slice> DistributedJDBCConfigurationImpl.getSlices(Slice.Status... statuses)
          Gets the slices of given status.
 

Methods in org.apache.openjpa.slice.jdbc with parameters of type Slice
 SliceStoreManager DistributedJDBCStoreManager.addSlice(Slice slice)
           
(package private)  DataSource DistributedJDBCConfigurationImpl.createDataSource(Slice slice)
           
 

Constructors in org.apache.openjpa.slice.jdbc with parameters of type Slice
SliceStoreManager(Slice slice)
          Construct with immutable logical name of the slice.
 



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