|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.storage.parallel.PartitionerResponse
public class PartitionerResponse
Contains partitioning response data.
| Constructor Summary | |
|---|---|
PartitionerResponse(int partition,
boolean critical)
Generates a new response. |
|
| Method Summary | |
|---|---|
int |
getPartition()
|
boolean |
isCritical()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartitionerResponse(int partition,
boolean critical)
partition - Partition to which current event should be assignedcritical - If true, this event requires a critical section| Method Detail |
|---|
public int getPartition()
public boolean isCritical()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||