org.openspaces.admin.dump
Interface DumpGeneratedListener
public interface DumpGeneratedListener
When generating dump across several components (dump providers) allows to be notified when a dump was
generated.
- Author:
- kimchy (shay.banon)
onGenerated
void onGenerated(DumpProvider provider,
DumpResult dumpResult,
int currentCount,
int totalCount)
- A listener to be notified when a dump was generated.
- Parameters:
provider
- The provider the dump was generated fordumpResult
- The dump resultcurrentCount
- The current count of dumps generatedtotalCount
- The total expected count of dumps generated
Copyright © GigaSpaces.