Uses of Interface
org.apache.bookkeeper.meta.MetadataClientDriver.SessionStateListener
-
Packages that use MetadataClientDriver.SessionStateListener Package Description org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata.org.apache.bookkeeper.meta.zk ZooKeeper based metadata implementation. -
-
Uses of MetadataClientDriver.SessionStateListener in org.apache.bookkeeper.meta
Methods in org.apache.bookkeeper.meta with parameters of type MetadataClientDriver.SessionStateListener Modifier and Type Method Description voidMetadataClientDriver. setSessionStateListener(MetadataClientDriver.SessionStateListener sessionStateListener)sets session state listener. -
Uses of MetadataClientDriver.SessionStateListener in org.apache.bookkeeper.meta.zk
Methods in org.apache.bookkeeper.meta.zk with parameters of type MetadataClientDriver.SessionStateListener Modifier and Type Method Description voidZKMetadataClientDriver. setSessionStateListener(MetadataClientDriver.SessionStateListener sessionStateListener)
-