| Modifier and Type | Method and Description |
|---|---|
BinaryDatabase |
SiLAServer.Builder.BinaryDatabaseProvider.get(@NonNull UUID serverUUID) |
| Modifier and Type | Field and Description |
|---|---|
static Context.Key<BinaryDatabase> |
BinaryDatabaseInjector.BINARY_DATABASE_KEY
The
Context.Key to which the database reference is bound |
| Modifier and Type | Method and Description |
|---|---|
static BinaryDatabase |
BinaryDatabase.current()
Get a reference to the current
BinaryDatabase from the Context.current() |
| Constructor and Description |
|---|
BinaryDatabaseInjector(BinaryDatabase binaryDatabase) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2BinaryDatabase
Persisted implementation of
BinaryDatabase using H2 database |
| Constructor and Description |
|---|
UploadService(@NonNull BinaryDatabase binaryDatabase,
@NonNull Collection<String> featuresDefinitions) |
UploadService(@NonNull BinaryDatabase binaryDatabase,
@NonNull Collection<String> featuresDefinitions,
@NonNull com.google.common.collect.Multimap<String,String> affectedByMetadata) |
Copyright © 2022 SiLA Java Developers. All rights reserved.