public class CacheValidateIndexesCommandArg extends IgniteDataTransferObject
| Constructor and Description |
|---|
CacheValidateIndexesCommandArg() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
caches() |
void |
caches(String[] caches) |
boolean |
checkCrc() |
void |
checkCrc(boolean checkCrc) |
int |
checkFirst() |
void |
checkFirst(int checkFirst) |
boolean |
checkSizes() |
void |
checkSizes(boolean checkSizes) |
int |
checkThrough() |
void |
checkThrough(int checkThrough) |
UUID[] |
nodeIds() |
void |
nodeIds(UUID[] nodeIds) |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
String |
value() |
void |
value(String value) |
String |
value2() |
void |
value2(String value2) |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalprotected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class IgniteDataTransferObjectout - 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 IgniteDataTransferObjectprotoVer - 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.public String value2()
public void value2(String value2)
public String value()
public void value(String value)
public UUID[] nodeIds()
public void nodeIds(UUID[] nodeIds)
public String[] caches()
public void caches(String[] caches)
public int checkFirst()
public void checkFirst(int checkFirst)
public int checkThrough()
public void checkThrough(int checkThrough)
public boolean checkCrc()
public void checkCrc(boolean checkCrc)
public boolean checkSizes()
public void checkSizes(boolean checkSizes)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023