@InterfaceAudience.Private public interface FileWithSnapshot
INodeFile
to support snapshot.Modifier and Type | Interface and Description |
---|---|
static class |
FileWithSnapshot.FileDiff
The difference of an
INodeFile between two snapshots. |
static class |
FileWithSnapshot.FileDiffList
A list of FileDiffs for storing snapshot data.
|
static class |
FileWithSnapshot.Util
Utility methods for the classes which implement the interface.
|
Modifier and Type | Method and Description |
---|---|
INodeFile |
asINodeFile() |
void |
deleteCurrentFile()
Delete the file from the current tree
|
FileWithSnapshot.FileDiffList |
getDiffs() |
boolean |
isCurrentFileDeleted()
Is the current file deleted?
|
FileWithSnapshot.FileDiffList getDiffs()
boolean isCurrentFileDeleted()
void deleteCurrentFile()
Copyright © 2013 Apache Software Foundation. All rights reserved.