Uses of Interface
org.apache.bookkeeper.mledger.intercept.ManagedLedgerInterceptor
-
Packages that use ManagedLedgerInterceptor Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedLedgerInterceptor in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedLedgerInterceptor Modifier and Type Method Description ManagedLedgerInterceptorManagedLedger. getManagedLedgerInterceptor()Get the ManagedLedgerInterceptor for ManagedLedger.ManagedLedgerInterceptorManagedLedgerConfig. getManagedLedgerInterceptor()Methods in org.apache.bookkeeper.mledger with parameters of type ManagedLedgerInterceptor Modifier and Type Method Description voidManagedLedgerConfig. setManagedLedgerInterceptor(ManagedLedgerInterceptor managedLedgerInterceptor) -
Uses of ManagedLedgerInterceptor in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return ManagedLedgerInterceptor Modifier and Type Method Description ManagedLedgerInterceptorManagedLedgerImpl. getManagedLedgerInterceptor()
-