Uses of Interface
org.apache.hadoop.hdfs.server.common.Storage.FormatConfirmable
Packages that use Storage.FormatConfirmable
Package
Description
-
Uses of Storage.FormatConfirmable in org.apache.hadoop.hdfs.qjournal.client
Classes in org.apache.hadoop.hdfs.qjournal.client that implement Storage.FormatConfirmableModifier and TypeClassDescriptionclassA JournalManager that writes to a set of remote JournalNodes, requiring a quorum of nodes to ack each write. -
Uses of Storage.FormatConfirmable in org.apache.hadoop.hdfs.server.common
Classes in org.apache.hadoop.hdfs.server.common that implement Storage.FormatConfirmableModifier and TypeClassDescriptionstatic classOne of the storage directories.Method parameters in org.apache.hadoop.hdfs.server.common with type arguments of type Storage.FormatConfirmableModifier and TypeMethodDescriptionstatic booleanStorage.confirmFormat(Iterable<? extends Storage.FormatConfirmable> items, boolean force, boolean interactive) Iterate over each of theStorage.FormatConfirmableobjects, potentially checking with the user whether it should be formatted. -
Uses of Storage.FormatConfirmable in org.apache.hadoop.hdfs.server.namenode
Subinterfaces of Storage.FormatConfirmable in org.apache.hadoop.hdfs.server.namenodeModifier and TypeInterfaceDescriptioninterfaceA JournalManager is responsible for managing a single place of storing edit logs.Classes in org.apache.hadoop.hdfs.server.namenode that implement Storage.FormatConfirmableModifier and TypeClassDescriptionclassJournal manager for the common case of edits files being written to a storage directory.classManages a collection of Journals.