Class CacheValidateIndexesCommandArg
- java.lang.Object
-
- org.apache.ignite.internal.dto.IgniteDataTransferObject
-
- org.apache.ignite.internal.management.cache.CacheValidateIndexesCommandArg
-
- All Implemented Interfaces:
Externalizable,Serializable
public class CacheValidateIndexesCommandArg extends IgniteDataTransferObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheValidateIndexesCommandArg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]caches()voidcaches(String[] caches)booleancheckCrc()voidcheckCrc(boolean checkCrc)intcheckFirst()voidcheckFirst(int checkFirst)booleancheckSizes()voidcheckSizes(boolean checkSizes)intcheckThrough()voidcheckThrough(int checkThrough)UUID[]nodeIds()voidnodeIds(UUID[] nodeIds)protected voidreadExternalData(byte protoVer, ObjectInput in)Load object's specific data content.Stringvalue()voidvalue(String value)Stringvalue2()voidvalue2(String value2)protected voidwriteExternalData(ObjectOutput out)Save object's specific data content.-
Methods inherited from class org.apache.ignite.internal.dto.IgniteDataTransferObject
getProtocolVersion, readExternal, toList, toSet, writeExternal
-
-
-
-
Method Detail
-
writeExternalData
protected void writeExternalData(ObjectOutput out) throws IOException
Save object's specific data content.- Specified by:
writeExternalDatain classIgniteDataTransferObject- Parameters:
out- Output object to write data content.- Throws:
IOException- If I/O errors occur.
-
readExternalData
protected void readExternalData(byte protoVer, ObjectInput in) throws IOException, ClassNotFoundExceptionLoad object's specific data content.- Specified by:
readExternalDatain classIgniteDataTransferObject- Parameters:
protoVer- Input object version.in- Input object to load data content.- Throws:
IOException- If I/O errors occur.ClassNotFoundException- If the class for an object being restored cannot be found.
-
value2
public String value2()
-
value2
public void value2(String value2)
-
value
public String value()
-
value
public void value(String value)
-
nodeIds
public UUID[] nodeIds()
-
nodeIds
public void nodeIds(UUID[] nodeIds)
-
caches
public String[] caches()
-
caches
public void caches(String[] caches)
-
checkFirst
public int checkFirst()
-
checkFirst
public void checkFirst(int checkFirst)
-
checkThrough
public int checkThrough()
-
checkThrough
public void checkThrough(int checkThrough)
-
checkCrc
public boolean checkCrc()
-
checkCrc
public void checkCrc(boolean checkCrc)
-
checkSizes
public boolean checkSizes()
-
checkSizes
public void checkSizes(boolean checkSizes)
-
-