Uses of Class
org.apache.pulsar.metadata.impl.FaultInjectionMetadataStore.OperationType
-
Packages that use FaultInjectionMetadataStore.OperationType Package Description org.apache.pulsar.metadata.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of FaultInjectionMetadataStore.OperationType in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl that return FaultInjectionMetadataStore.OperationType Modifier and Type Method Description static FaultInjectionMetadataStore.OperationTypeFaultInjectionMetadataStore.OperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FaultInjectionMetadataStore.OperationType[]FaultInjectionMetadataStore.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.pulsar.metadata.impl with type arguments of type FaultInjectionMetadataStore.OperationType Modifier and Type Method Description voidFaultInjectionMetadataStore. failConditional(MetadataStoreException ex, java.util.function.BiPredicate<FaultInjectionMetadataStore.OperationType,java.lang.String> predicate)
-