Uses of Interface
org.apache.pulsar.metadata.impl.batching.MetadataOp
-
Packages that use MetadataOp Package Description org.apache.pulsar.metadata.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.impl.batching Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MetadataOp in org.apache.pulsar.metadata.impl
Method parameters in org.apache.pulsar.metadata.impl with type arguments of type MetadataOp Modifier and Type Method Description protected voidEtcdMetadataStore. batchOperation(java.util.List<MetadataOp> ops)protected voidZKMetadataStore. batchOperation(java.util.List<MetadataOp> ops) -
Uses of MetadataOp in org.apache.pulsar.metadata.impl.batching
Classes in org.apache.pulsar.metadata.impl.batching that implement MetadataOp Modifier and Type Class Description classOpDeleteclassOpGetclassOpGetChildrenclassOpPutMethod parameters in org.apache.pulsar.metadata.impl.batching with type arguments of type MetadataOp Modifier and Type Method Description protected abstract voidAbstractBatchedMetadataStore. batchOperation(java.util.List<MetadataOp> ops)
-