Add missing comments in StateStoreService (#5959)

This commit is contained in:
tian bao 2023-08-24 09:30:09 +08:00 committed by GitHub
parent 70b6c155bc
commit 439c8653cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}