Uses of Class
org.apache.pulsar.metadata.api.Stat
Packages that use Stat
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
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 StatModifier and TypeMethodDescriptionPut a new value for a given key.Methods in org.apache.pulsar.metadata.api with parameters of type StatModifier and TypeMethodDescriptionMetadataSerde.deserialize(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 -
Uses of Stat in org.apache.pulsar.metadata.bookkeeper
Methods in org.apache.pulsar.metadata.bookkeeper with parameters of type StatModifier and TypeMethodDescriptionorg.apache.bookkeeper.discover.BookieServiceInfoBookieServiceInfoSerde.deserialize(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 StatModifier and TypeMethodDescriptionJSONMetadataSerdeSimpleType.deserialize(String path, byte[] content, Stat stat) JSONMetadataSerdeTypeRef.deserialize(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 StatModifier 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 Stat in org.apache.pulsar.metadata.impl.batching
Methods in org.apache.pulsar.metadata.impl.batching that return types with arguments of type StatModifier and TypeMethodDescriptionprotected CompletableFuture<Stat>AbstractBatchedMetadataStore.storePut(String path, byte[] data, Optional<Long> optExpectedVersion, EnumSet<CreateOption> options)