SCS

Uses of Interface
scs.demos.mapreduce.Partitioner

Packages that use Partitioner
scs.demos.mapreduce   
 

Uses of Partitioner in scs.demos.mapreduce
 

Classes in scs.demos.mapreduce that implement Partitioner
 class _PartitionerStub
          scs/demos/mapreduce/_PartitionerStub.java .
 

Fields in scs.demos.mapreduce declared as Partitioner
 Partitioner PartitionerHolder.value
           
 

Methods in scs.demos.mapreduce that return Partitioner
 Partitioner PartitionerPOA._this()
           
 Partitioner PartitionerPOA._this(org.omg.CORBA.ORB orb)
           
static Partitioner PartitionerHelper.extract(org.omg.CORBA.Any a)
           
static Partitioner PartitionerHelper.narrow(org.omg.CORBA.Object obj)
           
static Partitioner PartitionerHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Partitioner PartitionerHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.demos.mapreduce with parameters of type Partitioner
static void PartitionerHelper.insert(org.omg.CORBA.Any a, Partitioner that)
           
static void PartitionerHelper.write(org.omg.CORBA.portable.OutputStream ostream, Partitioner value)
           
 

Constructors in scs.demos.mapreduce with parameters of type Partitioner
PartitionerHolder(Partitioner initialValue)
           
 


SCS