Uses of Enum Class
org.apache.pulsar.metadata.api.extended.CreateOption
Packages that use CreateOption
Package
Description
-
Uses of CreateOption in org.apache.pulsar.metadata.api
Constructor parameters in org.apache.pulsar.metadata.api with type arguments of type CreateOptionModifierConstructorDescriptionMetadataEvent(String path, byte[] value, HashSet<CreateOption> options, Long expectedVersion, long lastUpdatedTimestamp, String sourceCluster, NotificationType type) -
Uses of CreateOption in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended that return CreateOptionModifier and TypeMethodDescriptionstatic CreateOptionReturns the enum constant of this class with the specified name.static CreateOption[]CreateOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.pulsar.metadata.api.extended with type arguments of type CreateOption -
Uses of CreateOption in org.apache.pulsar.metadata.impl
Method parameters in org.apache.pulsar.metadata.impl with type arguments of type CreateOptionModifier and TypeMethodDescriptionfinal CompletableFuture<Stat>AbstractMetadataStore.put(String path, byte[] data, Optional<Long> optExpectedVersion, EnumSet<CreateOption> options) FaultInjectionMetadataStore.put(String path, byte[] value, Optional<Long> expectedVersion, EnumSet<CreateOption> options) final CompletableFuture<Stat>AbstractMetadataStore.putInternal(String path, byte[] data, Optional<Long> optExpectedVersion, Set<CreateOption> options) protected abstract CompletableFuture<Stat>AbstractMetadataStore.storePut(String path, byte[] data, Optional<Long> optExpectedVersion, EnumSet<CreateOption> options) protected CompletableFuture<Stat>EtcdMetadataStore.storePut(String path, byte[] data, Optional<Long> optExpectedVersion, EnumSet<CreateOption> options) LocalMemoryMetadataStore.storePut(String path, byte[] data, Optional<Long> optExpectedVersion, EnumSet<CreateOption> options) protected CompletableFuture<Stat>RocksdbMetadataStore.storePut(String path, byte[] data, Optional<Long> expectedVersion, EnumSet<CreateOption> options) -
Uses of CreateOption in org.apache.pulsar.metadata.impl.batching
Method parameters in org.apache.pulsar.metadata.impl.batching with type arguments of type CreateOptionModifier and TypeMethodDescriptionprotected CompletableFuture<Stat>AbstractBatchedMetadataStore.storePut(String path, byte[] data, Optional<Long> optExpectedVersion, EnumSet<CreateOption> options)