public interface DumpConsumer
Modifier and Type | Method and Description |
---|---|
void |
onCacheConfigs(Iterator<org.apache.ignite.internal.processors.cache.StoredCacheData> caches)
Handles cache configs.
|
void |
onMappings(Iterator<TypeMapping> mappings)
Handles type mappings.
|
void |
onPartition(int grp,
int part,
Iterator<DumpEntry> data)
Handles cache data.
|
void |
onTypes(Iterator<BinaryType> types)
Handles binary types.
|
void |
start()
Starts the consumer.
|
void |
stop()
Stops the consumer.
|
void start()
void onMappings(Iterator<TypeMapping> mappings)
mappings
- Mappings iterator.void onTypes(Iterator<BinaryType> types)
types
- Binary types iterator.void onCacheConfigs(Iterator<org.apache.ignite.internal.processors.cache.StoredCacheData> caches)
caches
- Stored cache data.void onPartition(int grp, int part, Iterator<DumpEntry> data)
grp
- Group id.part
- Partition.data
- Cache data iterator.DumpReaderConfiguration.threadCount()
void stop()
start()
.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023