| 
Rice Pastry API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Processor | |
|---|---|
| org.mpisws.p2p.filetransfer | |
| rice.environment | |
| rice.environment.processing.sim | |
| rice.environment.processing.simple | |
| rice.pastry.socket | |
| Uses of Processor in org.mpisws.p2p.filetransfer | 
|---|
| Fields in org.mpisws.p2p.filetransfer declared as Processor | |
|---|---|
protected  Processor | 
FileTransferImpl.processor
 | 
| Constructors in org.mpisws.p2p.filetransfer with parameters of type Processor | |
|---|---|
FileTransferImpl(AppSocket socket,
                 FileTransferCallback callback,
                 FileAllocationStrategy fileAllocater,
                 Environment env,
                 Processor p)
 | 
|
FileTransferImpl(AppSocket socket,
                 FileTransferCallback callback,
                 FileAllocationStrategy fileAllocater,
                 Environment env,
                 Processor p,
                 int chunkSize,
                 int numChunksToWriteToNetwork)
 | 
|
| Uses of Processor in rice.environment | 
|---|
| Methods in rice.environment that return Processor | |
|---|---|
protected  Processor | 
Environment.cloneProcessor(java.lang.String prefix,
               LogManager lman,
               boolean cloneProcessor)
 | 
static Processor | 
Environment.generateDefaultProcessor()
 | 
 Processor | 
Environment.getProcessor()
 | 
| Constructors in rice.environment with parameters of type Processor | |
|---|---|
Environment(SelectorManager sm,
            Processor proc,
            RandomSource rs,
            TimeSource time,
            LogManager lm,
            Parameters params,
            ExceptionStrategy strategy)
Constructor.  | 
|
| Uses of Processor in rice.environment.processing.sim | 
|---|
| Classes in rice.environment.processing.sim that implement Processor | |
|---|---|
 class | 
SimProcessor
 | 
| Uses of Processor in rice.environment.processing.simple | 
|---|
| Classes in rice.environment.processing.simple that implement Processor | |
|---|---|
 class | 
SimpleProcessor
 | 
 class | 
UnifiedProcessor
 | 
| Uses of Processor in rice.pastry.socket | 
|---|
| Methods in rice.pastry.socket that return Processor | |
|---|---|
protected  Processor | 
SocketPastryNodeFactory.cloneProcessor(Environment rootEnvironment,
               Id nodeId,
               LogManager lman)
 | 
  | 
Rice Pastry API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||