public static interface OfflineRegion.OfflineRegionUpdateMetadataCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String error)
Receives the error message.
|
void |
onUpdate(byte[] metadata)
Receives the newly update offline region metadata.
|