public class ZoneReencryptionStatus extends Object
FSDirectory lock is used for synchronization (except test-only methods, which are not protected).
Modifier and Type | Class and Description |
---|---|
static class |
ZoneReencryptionStatus.Builder
Builder of
ZoneReencryptionStatus . |
static class |
ZoneReencryptionStatus.State
State of re-encryption.
|
Constructor and Description |
---|
ZoneReencryptionStatus() |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
long |
getCompletionTime() |
String |
getEzKeyVersionName() |
long |
getFilesReencrypted() |
long |
getId() |
String |
getLastCheckpointFile() |
long |
getNumReencryptionFailures() |
ZoneReencryptionStatus.State |
getState() |
long |
getSubmissionTime() |
String |
getZoneName() |
boolean |
isCanceled() |
void |
reset() |
void |
setZoneName(String name)
Set the zone name.
|
public long getId()
public String getZoneName()
public ZoneReencryptionStatus.State getState()
public String getEzKeyVersionName()
public long getSubmissionTime()
public long getCompletionTime()
public boolean isCanceled()
public String getLastCheckpointFile()
public long getFilesReencrypted()
public long getNumReencryptionFailures()
public void reset()
public void setZoneName(String name)
public void cancel()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.