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

Quick Search    Search Deep

Uses of Interface
com.ubermq.chord.ChordIdentifierFactory

Uses of ChordIdentifierFactory in com.ubermq.chord
 

Classes in com.ubermq.chord that implement ChordIdentifierFactory
private static class BoundedChordIdentifier.MyFactory
           
 

Fields in com.ubermq.chord declared as ChordIdentifierFactory
private static ChordIdentifierFactory IntegerChordIdentifier.theFactory
           
private static ChordIdentifierFactory ChordTestCase.factory
           
protected  ChordIdentifierFactory AbstractChordInfrastructure.identifierFactory
          The identifier factory that can be used to create chord identifiers.
 

Methods in com.ubermq.chord that return ChordIdentifierFactory
static ChordIdentifierFactory IntegerChordIdentifier.getFactory()
          Returns the chord identifier factory for integer chord identifiers.
 ChordIdentifierFactory IntegerChordIdentifier.factory()
          Provides the factory instance used to create this identifier, so that new identifiers can be easily created from existing ones.
 ChordIdentifierFactory ChordIdentifier.factory()
          Provides the factory instance used to create this identifier, so that new identifiers can be easily created from existing ones.
static ChordIdentifierFactory BoundedChordIdentifier.getFactory(int bits)
          Returns the bitwise identifier factory given a keyspace in bits.
 ChordIdentifierFactory BoundedChordIdentifier.factory()
          Provides the factory instance used to create this identifier, so that new identifiers can be easily created from existing ones.
 

Methods in com.ubermq.chord with parameters of type ChordIdentifierFactory
private  void IdentifierTestCase.doTest(ChordIdentifierFactory f)
          General testing.
 

Constructors in com.ubermq.chord with parameters of type ChordIdentifierFactory
AbstractChordInfrastructure(ChordIdentifierFactory f, int replication)
          Creates an abstract chord infrastructure object, given an identifier factory.