public class ScheduleIndexRebuildJobRes extends IgniteDataTransferObject
| Constructor and Description |
|---|
ScheduleIndexRebuildJobRes()
Empty constructor required for Serializable.
|
ScheduleIndexRebuildJobRes(Map<String,Set<String>> cacheToIndexes,
Map<String,Set<String>> notFoundIndexes,
Set<String> notFoundCacheNames,
Set<String> notFoundGroupNames)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<String>> |
cacheToIndexes() |
Set<String> |
notFoundCacheNames() |
Set<String> |
notFoundGroupNames() |
Map<String,Set<String>> |
notFoundIndexes() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic ScheduleIndexRebuildJobRes()
public ScheduleIndexRebuildJobRes(Map<String,Set<String>> cacheToIndexes, Map<String,Set<String>> notFoundIndexes, Set<String> notFoundCacheNames, Set<String> notFoundGroupNames)
cacheToIndexes - Map cache names -> indexes scheduled for the rebuild.notFoundIndexes - Names of cache indexes that were not found (cache -> set of indexes).notFoundCacheNames - Names of caches that were not found.notFoundGroupNames - Names of cache groups that were not found.protected 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 Map<String,Set<String>> cacheToIndexes()
public Set<String> notFoundCacheNames()
public Map<String,Set<String>> notFoundIndexes()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023