Package org.projectnessie.server.providers
-
Interface Summary Interface Description VersionStoreFactory Factory interface for creating version store instances. -
Class Summary Class Description ConfigurableVersionStoreFactory A version store factory leveraging CDI to delegate to aVersionStoreFactoryinstance based on the store type.DynamoVersionStoreFactory DynamoDB version store factory.InMemVersionStoreFactory In-memory version store factory.MongoVersionStoreFactory Version store factory for the MongoDB Database Adapter.QuarkusDynamoDatabaseClient CDI bean forDynamoDatabaseClient.QuarkusInmemoryStore CDI bean forInmemoryStore.QuarkusMongoDatabaseClient CDI bean forMongoDatabaseClient.QuarkusRocksDbInstance CDI bean forQuarkusRocksDbInstance.RegisterObjectMapper ResteasyExceptionMapper "Special" implementation for exceptions that extendValidationException, as those do not "go through"NessieExceptionMapperand there need to be twoExceptionMapperbeans for the Nessie-server.RocksVersionStoreFactory In-memory version store factory.StoreType.Literal Supports inline instantiation of theStoreTypequalifier. -
Annotation Types Summary Annotation Type Description StoreType Store type qualifier forVersionStoreFactoryclasses.