Package | Description |
---|---|
io.apicurio.registry.ccompat.store | |
io.apicurio.registry.storage | |
io.apicurio.registry.storage.impl |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Long> |
RegistryStorageFacadeImpl.registerSchema(String subject,
Integer id,
Integer version,
String schema) |
CompletionStage<Long> |
RegistryStorageFacade.registerSchema(String subject,
Integer id,
Integer version,
String schema) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<ArtifactMetaDataDto> |
RegistryStorage.createArtifact(String artifactId,
ArtifactType artifactType,
ContentHandle content)
Creates a new artifact (from the given value) in the storage.
|
Modifier and Type | Method and Description |
---|---|
CompletionStage<ArtifactMetaDataDto> |
AbstractMapRegistryStorage.createArtifact(String artifactId,
ArtifactType artifactType,
ContentHandle content) |
protected ArtifactMetaDataDto |
AbstractMapRegistryStorage.createOrUpdateArtifact(String artifactId,
ArtifactType artifactType,
ContentHandle content,
boolean create,
long globalId) |
Copyright © 2020 Red Hat. All rights reserved.