HDFS-17162. RBF: Add missing comments in StateStoreService #5959

Contributed by tian bao
This commit is contained in:
tian bao 2023-08-24 09:30:09 +08:00 committed by Steve Loughran
parent 2dfe947f20
commit 11404c57cb
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0

View File

@ -64,6 +64,12 @@
* <li>File {@link
* org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
* StateStoreFileImpl}
* <li>FileSystem {@link
* org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
* StateStoreFileSystemImpl}
* <li>MySQL {@link
* org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
* StateStoreMySQLImpl}
* <li>ZooKeeper {@link
* org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
* StateStoreZooKeeperImpl}