public interface DumpGeneratedListener
Modifier and Type | Method and Description |
---|---|
void |
onGenerated(DumpProvider provider,
DumpResult dumpResult,
int currentCount,
int totalCount)
A listener to be notified when a dump was generated.
|
void onGenerated(DumpProvider provider, DumpResult dumpResult, int currentCount, int totalCount)
provider
- The provider the dump was generated fordumpResult
- The dump resultcurrentCount
- The current count of dumps generatedtotalCount
- The total expected count of dumps generatedCopyright © GigaSpaces.