| Interface | Description |
|---|---|
| ARChunkProcessorFactoryI |
CMDB can choose to use this interface, but the performance will not be as good as you using the static block in the concrete factory.
|
| IARChunkable |
Interface for all chunk processors
This interface follows the Iterator pattern to use hasNext..., next...
|
| IARChunkReceivable |
Interface for receiving chunking data processor
|
| IARChunkSendable |
Interface for sending chunking data processor
|
| Class | Description |
|---|---|
| ARChunkArrayBuffer |
Base class to process the AR chunking data for Rpc chunking calls involves
only on a buffer array in Ar*Out.
|
| ARChunkProcessorBase |
Base class for chunking processor
If caller need reserve any object among chunking calls other than chunking process internal reserved objects,
caller can use
ApiThreadLocalStorageBlock.setInternalChunkingObj(), which is available among all chunks and thread safe. |
| ARChunkProcessorFactory |
ARChunkProcessor Abstract Factory
|
| ARChunkReceiveProcessor |
Process the AR chunking data for Rpc receiving chunking calls.
|
| ARChunkSendProcessor |
Process the AR Rpc sending chunk API calls, which implements IARChunkSendable.
|
| ARChunkStatusBuffer |
Helper class to pass in the correct ArStatusBuffer12Out rpc class for base chunking processor ARChunkArrayBuffer whith
process the AR chunking data for Rpc chunking calls involves
Only the buf[] array data is receiving in chunks.
|
? Copyright 2013 BMC Software, Inc.