public class JobPartitionStateImpl extends Object implements JobPartitionState
JobPartitionState.State| Constructor and Description |
|---|
JobPartitionStateImpl(Address address,
JobPartitionState.State state) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getOwner()
Returns the owner of this partition
|
JobPartitionState.State |
getState()
Returns the current processing state of this partition
|
String |
toString() |
public JobPartitionStateImpl(Address address, JobPartitionState.State state)
public Address getOwner()
JobPartitionStategetOwner in interface JobPartitionStatepublic JobPartitionState.State getState()
JobPartitionStategetState in interface JobPartitionStateCopyright © 2021 Hazelcast, Inc.. All rights reserved.