Uses of Class
org.apache.pulsar.metadata.impl.batching.MetadataOp.Type
-
Packages that use MetadataOp.Type Package Description org.apache.pulsar.metadata.impl.batching Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MetadataOp.Type in org.apache.pulsar.metadata.impl.batching
Methods in org.apache.pulsar.metadata.impl.batching that return MetadataOp.Type Modifier and Type Method Description MetadataOp.TypeMetadataOp. getType()MetadataOp.TypeOpDelete. getType()MetadataOp.TypeOpGet. getType()MetadataOp.TypeOpGetChildren. getType()MetadataOp.TypeOpPut. getType()static MetadataOp.TypeMetadataOp.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetadataOp.Type[]MetadataOp.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-