Uses of Class
org.apache.pulsar.common.protocol.schema.StoredSchema
Packages that use StoredSchema
-
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 StoredSchemaMethod parameters in org.apache.pulsar.common.protocol.schema with type arguments of type StoredSchemaModifier and TypeMethodDescriptiondefault CompletableFuture<SchemaVersion>SchemaStorage.put(String key, Function<CompletableFuture<List<CompletableFuture<StoredSchema>>>, CompletableFuture<org.apache.commons.lang3.tuple.Pair<byte[], byte[]>>> fn) Put the schema to the schema storage.