Class GetMountTableEntriesResponse
java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
- Direct Known Subclasses:
GetMountTableEntriesResponsePBImpl
API response for listing mount table entries present in the state store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<MountTable>abstract longstatic GetMountTableEntriesResponseabstract voidsetEntries(List<MountTable> entries) abstract voidsetTimestamp(long time)
-
Constructor Details
-
GetMountTableEntriesResponse
public GetMountTableEntriesResponse()
-
-
Method Details
-
newInstance
- Throws:
IOException
-
getEntries
- Throws:
IOException
-
setEntries
- Throws:
IOException
-
getTimestamp
@Public @Unstable public abstract long getTimestamp() -
setTimestamp
@Public @Unstable public abstract void setTimestamp(long time)
-