DRSPartition

Encapsulates the partition strategy for an Internal Replication Domain.



Attributes Summary
size : IntegerThe 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.
     data type:  Integer
     default Value:   10



partitionOnEntry    -    When enabled, individual, uniquely identified peices of data will have their own dedicated channel for subsequent communication.Default = False
     data type:  Boolean
     default Value:   false


Copyright IBM Corp. 1996-2002