Uses of Class
org.apache.pulsar.metadata.api.extended.CreateOption
-
Packages that use CreateOption Package Description org.apache.pulsar.metadata.api.extended Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.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 CreateOption in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended that return CreateOption Modifier and Type Method Description static CreateOptionCreateOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CreateOption[]CreateOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.pulsar.metadata.api.extended with type arguments of type CreateOption Modifier and Type Method Description java.util.concurrent.CompletableFuture<Stat>MetadataStoreExtended. put(java.lang.String path, byte[] value, java.util.Optional<java.lang.Long> expectedVersion, java.util.EnumSet<CreateOption> options)Put a new value for a given key. -
Uses of CreateOption in org.apache.pulsar.metadata.impl
Method parameters in org.apache.pulsar.metadata.impl with type arguments of type CreateOption Modifier and Type Method Description java.util.concurrent.CompletableFuture<Stat>AbstractMetadataStore. put(java.lang.String path, byte[] data, java.util.Optional<java.lang.Long> optExpectedVersion, java.util.EnumSet<CreateOption> options)java.util.concurrent.CompletableFuture<Stat>FaultInjectionMetadataStore. put(java.lang.String path, byte[] value, java.util.Optional<java.lang.Long> expectedVersion, java.util.EnumSet<CreateOption> options)protected abstract java.util.concurrent.CompletableFuture<Stat>AbstractMetadataStore. storePut(java.lang.String path, byte[] data, java.util.Optional<java.lang.Long> optExpectedVersion, java.util.EnumSet<CreateOption> options)protected java.util.concurrent.CompletableFuture<Stat>EtcdMetadataStore. storePut(java.lang.String path, byte[] data, java.util.Optional<java.lang.Long> optExpectedVersion, java.util.EnumSet<CreateOption> options)java.util.concurrent.CompletableFuture<Stat>LocalMemoryMetadataStore. storePut(java.lang.String path, byte[] data, java.util.Optional<java.lang.Long> optExpectedVersion, java.util.EnumSet<CreateOption> options)protected java.util.concurrent.CompletableFuture<Stat>RocksdbMetadataStore. storePut(java.lang.String path, byte[] data, java.util.Optional<java.lang.Long> expectedVersion, java.util.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 CreateOption Modifier and Type Method Description protected java.util.concurrent.CompletableFuture<Stat>AbstractBatchedMetadataStore. storePut(java.lang.String path, byte[] data, java.util.Optional<java.lang.Long> optExpectedVersion, java.util.EnumSet<CreateOption> options)
-