Class BookkeeperSchemaStorageFactory
- java.lang.Object
-
- org.apache.pulsar.broker.service.schema.BookkeeperSchemaStorageFactory
-
- All Implemented Interfaces:
SchemaStorageFactory
public class BookkeeperSchemaStorageFactory extends java.lang.Object implements SchemaStorageFactory
-
-
Constructor Summary
Constructors Constructor Description BookkeeperSchemaStorageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull org.apache.pulsar.common.protocol.schema.SchemaStoragecreate(PulsarService pulsar)
-
-
-
Method Detail
-
create
@NotNull public @NotNull org.apache.pulsar.common.protocol.schema.SchemaStorage create(PulsarService pulsar)
- Specified by:
createin interfaceSchemaStorageFactory
-
-