Uses of Class
org.apache.pulsar.common.protocol.schema.StoredSchema
-
Packages that use StoredSchema Package Description org.apache.pulsar.common.protocol.schema Classes to work with schemas. -
-
Uses of StoredSchema in org.apache.pulsar.common.protocol.schema
Methods in org.apache.pulsar.common.protocol.schema that return types with arguments of type StoredSchema Modifier and Type Method Description java.util.concurrent.CompletableFuture<StoredSchema>SchemaStorage. get(java.lang.String key, SchemaVersion version)java.util.concurrent.CompletableFuture<java.util.List<java.util.concurrent.CompletableFuture<StoredSchema>>>SchemaStorage. getAll(java.lang.String key)Method parameters in org.apache.pulsar.common.protocol.schema with type arguments of type StoredSchema Modifier and Type Method Description default java.util.concurrent.CompletableFuture<SchemaVersion>SchemaStorage. put(java.lang.String key, java.util.function.Function<java.util.concurrent.CompletableFuture<java.util.List<java.util.concurrent.CompletableFuture<StoredSchema>>>,java.util.concurrent.CompletableFuture<org.apache.commons.lang3.tuple.Pair<byte[],byte[]>>> fn)Put the schema to the schema storage.
-