Uses of Class
org.apache.pulsar.metadata.api.Stat
-
Packages that use Stat Package Description org.apache.pulsar.metadata.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.api.extended Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.bookkeeper Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.metadata.cache.impl 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 Stat in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return types with arguments of type Stat Modifier and Type Method Description java.util.concurrent.CompletableFuture<Stat>MetadataStore. put(java.lang.String path, byte[] value, java.util.Optional<java.lang.Long> expectedVersion)Put a new value for a given key.Methods in org.apache.pulsar.metadata.api with parameters of type Stat Modifier and Type Method Description TMetadataSerde. deserialize(java.lang.String path, byte[] content, Stat stat)Serialize the object from a byte array. -
Uses of Stat in org.apache.pulsar.metadata.api.extended
Methods in org.apache.pulsar.metadata.api.extended that return types with arguments of type Stat 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 Stat in org.apache.pulsar.metadata.bookkeeper
Methods in org.apache.pulsar.metadata.bookkeeper with parameters of type Stat Modifier and Type Method Description org.apache.bookkeeper.discover.BookieServiceInfoBookieServiceInfoSerde. deserialize(java.lang.String path, byte[] bookieServiceInfo, Stat stat) -
Uses of Stat in org.apache.pulsar.metadata.cache.impl
Methods in org.apache.pulsar.metadata.cache.impl with parameters of type Stat Modifier and Type Method Description TJSONMetadataSerdeSimpleType. deserialize(java.lang.String path, byte[] content, Stat stat)TJSONMetadataSerdeTypeRef. deserialize(java.lang.String path, byte[] content, Stat stat) -
Uses of Stat in org.apache.pulsar.metadata.impl
Methods in org.apache.pulsar.metadata.impl that return types with arguments of type Stat Modifier and Type Method Description java.util.concurrent.CompletableFuture<Stat>AbstractMetadataStore. put(java.lang.String path, byte[] value, java.util.Optional<java.lang.Long> expectedVersion)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.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 Stat in org.apache.pulsar.metadata.impl.batching
Methods in org.apache.pulsar.metadata.impl.batching that return types with arguments of type Stat 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)
-