DRSPartition

Encapsulates the partition strategy for an Internal Replication Domain.The DRSPartition class was used pre-6.0 only.@since v6.0 deprecated.



Attributes Summary
size : intThe data transferred by the DRS is called the "domain" of the DRS.
partitionOnEntry : booleanWhen enabled, individual, uniquely identified peices of data will have their own dedicated channel for subsequent communication.

Attribute Details

size    -    The data transferred by the DRS is called the "domain" of the DRS. The domains can be partitioned (subdivided) to reduce traffic. This value specifies how many partitions should be used.Default: 10Subscribers on multiple topics require multiple threads to handle incoming requests on those topics. So internally if this value is ten, the DRS will allocate 10 topics.@since 6.0 deprecated
     data type:  int
     default Value:   10



partitionOnEntry    -    When enabled, individual, uniquely identified peices of data will have their own dedicated channel for subsequent communication.Default = False@since 6.0 deprecated
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  


Copyright IBM Corp. 1997-2004