Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Uses of Class
oracle.odi.domain.model.OdiDataStore.PartitioningPolicy

Packages that use OdiDataStore.PartitioningPolicy
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 
 

Uses of OdiDataStore.PartitioningPolicy in oracle.odi.domain.model
 

Methods in oracle.odi.domain.model that return OdiDataStore.PartitioningPolicy
 OdiDataStore.PartitioningPolicy OdiDataStore.getMainPartitionPolicy()
          Returns the OdiDataStore.PartitioningPolicy policy used for the main partitions of this datastore.
 OdiDataStore.PartitioningPolicy OdiDataStore.getSubPartitionPolicy()
          Returns the OdiDataStore.PartitioningPolicy policy used for the sub partitions of this datastore.
static OdiDataStore.PartitioningPolicy OdiDataStore.PartitioningPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdiDataStore.PartitioningPolicy[] OdiDataStore.PartitioningPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.odi.domain.model with parameters of type OdiDataStore.PartitioningPolicy
 void OdiDataStore.setMainPartitionPolicy(OdiDataStore.PartitioningPolicy pMainPartitionPolicy)
          Defines the OdiDataStore.PartitioningPolicy used for main partitions.
 void OdiDataStore.setSubPartitionPolicy(OdiDataStore.PartitioningPolicy pSubPartitionPolicy)
          Defines the OdiDataStore.PartitioningPolicy used for main partitions.
 


Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.