public class ValidateIndexesPartitionResult extends VisorDataTransferObject
V1, V2, V3| Constructor and Description |
|---|
ValidateIndexesPartitionResult() |
ValidateIndexesPartitionResult(long updateCntr,
long size,
boolean isPrimary,
Object consistentId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
consistentId() |
List<IndexValidationIssue> |
issues() |
boolean |
primary() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
boolean |
reportIssue(IndexValidationIssue t) |
long |
size() |
String |
toString() |
long |
updateCntr() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic ValidateIndexesPartitionResult()
public ValidateIndexesPartitionResult(long updateCntr,
long size,
boolean isPrimary,
Object consistentId)
updateCntr - Update counter.size - Size.isPrimary - Is primary.consistentId - Consistent id.public long updateCntr()
public long size()
public boolean primary()
public Object consistentId()
public List<IndexValidationIssue> issues()
public boolean reportIssue(IndexValidationIssue t)
t - Issue.protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class VisorDataTransferObjectout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class VisorDataTransferObjectprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.ClassNotFoundException - If the class for an object being restored cannot be found.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018