Index

A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ALL - Enum constant in enum class io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL.QueryType
 
asJson(Metadata, JsonpMapper) - Static method in class io.camunda.webapps.backup.repository.elasticsearch.MetadataMarshaller
 
asJson(Metadata, JsonpMapper) - Static method in class io.camunda.webapps.backup.repository.opensearch.MetadataMarshaller
 

B

BackupException - Exception Class in io.camunda.webapps.backup
 
BackupException(String) - Constructor for exception class io.camunda.webapps.backup.BackupException
 
BackupException(String, Exception) - Constructor for exception class io.camunda.webapps.backup.BackupException
 
BackupException.BackupRepositoryConnectionException - Exception Class in io.camunda.webapps.backup
 
BackupException.InvalidRequestException - Exception Class in io.camunda.webapps.backup
 
BackupException.MissingRepositoryException - Exception Class in io.camunda.webapps.backup
 
BackupException.ResourceNotFoundException - Exception Class in io.camunda.webapps.backup
 
backupId() - Method in record class io.camunda.webapps.backup.Metadata
Returns the value of the backupId record component.
BackupRepository - Interface in io.camunda.webapps.backup
 
BackupRepositoryConnectionException(String) - Constructor for exception class io.camunda.webapps.backup.BackupException.BackupRepositoryConnectionException
 
BackupRepositoryConnectionException(String, Exception) - Constructor for exception class io.camunda.webapps.backup.BackupException.BackupRepositoryConnectionException
 
BackupRepositoryProps - Interface in io.camunda.webapps.backup.repository
Defined as interface so it can be either implemented by a record (with a copy) or by calling directly getters for mutable data (such as mocks)
BackupRepositoryPropsRecord - Record Class in io.camunda.webapps.backup.repository
 
BackupRepositoryPropsRecord(String, String) - Constructor for record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
 
BackupRepositoryPropsRecord(String, String, int, Long) - Constructor for record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Creates an instance of a BackupRepositoryPropsRecord record class.
BackupService - Interface in io.camunda.webapps.backup
 
BackupService.SnapshotRequest - Record Class in io.camunda.webapps.backup
 
BackupServiceImpl - Class in io.camunda.webapps.backup
 
BackupServiceImpl(Executor, BackupPriorities, BackupRepositoryProps, BackupRepository, DynamicIndicesProvider) - Constructor for class io.camunda.webapps.backup.BackupServiceImpl
 
BackupStateDto - Enum Class in io.camunda.webapps.backup
 

C

COMPLETED - Enum constant in enum class io.camunda.webapps.backup.BackupStateDto
 
CreateSnapshotListener(BackupService.SnapshotRequest, Runnable, Runnable) - Constructor for class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository.CreateSnapshotListener
 
createSnapshotRequestBuilder(String, String, List<String>) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 

D

defaultIncompleteCheckTimeoutInSeconds() - Static method in interface io.camunda.webapps.backup.repository.BackupRepositoryProps
 
deleteBackup(Long) - Method in interface io.camunda.webapps.backup.BackupService
 
deleteBackup(Long) - Method in class io.camunda.webapps.backup.BackupServiceImpl
 
deleteSnapshot(String, String) - Method in interface io.camunda.webapps.backup.BackupRepository
 
deleteSnapshot(String, String) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
deleteSnapshot(String, String) - Method in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
deleteSnapshotRequestBuilder(String, String) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
DynamicIndicesProvider - Interface in io.camunda.webapps.backup
 

E

ElasticsearchBackupRepository - Class in io.camunda.webapps.backup.repository.elasticsearch
 
ElasticsearchBackupRepository(ElasticsearchClient, BackupRepositoryProps, SnapshotNameProvider, Executor) - Constructor for class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
ElasticsearchBackupRepository.CreateSnapshotListener - Class in io.camunda.webapps.backup.repository.elasticsearch
CreateSnapshotListener
EMPTY - Static variable in interface io.camunda.webapps.backup.repository.BackupRepositoryProps
 
equals(Object) - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
equals(Object) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
equals(Object) - Method in record class io.camunda.webapps.backup.Metadata
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.camunda.webapps.backup.repository.opensearch.OpenSearchGetSnapshotResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
executeSnapshotting(BackupService.SnapshotRequest, boolean, Runnable, Runnable) - Method in interface io.camunda.webapps.backup.BackupRepository
 
executeSnapshotting(BackupService.SnapshotRequest, boolean, Runnable, Runnable) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
executeSnapshotting(BackupService.SnapshotRequest, boolean, Runnable, Runnable) - Method in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
executeSnapshotting(BackupService.SnapshotRequest, Runnable, Runnable) - Method in interface io.camunda.webapps.backup.BackupRepository
 
extractBackupId(String) - Method in interface io.camunda.webapps.backup.repository.SnapshotNameProvider
 
extractBackupId(String) - Method in class io.camunda.webapps.backup.repository.WebappsSnapshotNameProvider
 

F

FAILED - Enum constant in enum class io.camunda.webapps.backup.BackupStateDto
 
FAILED - Enum constant in enum class io.camunda.webapps.backup.repository.elasticsearch.SnapshotState
 
FAILED - Enum constant in enum class io.camunda.webapps.backup.repository.opensearch.SnapshotState
 
findSnapshots(String, Long) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
fromMetadata(Map<String, JsonData>, JsonpMapper) - Static method in class io.camunda.webapps.backup.repository.elasticsearch.MetadataMarshaller
 
fromMetadata(Map<String, JsonData>, JsonpMapper) - Static method in class io.camunda.webapps.backup.repository.opensearch.MetadataMarshaller
 
fromResponse(GetSnapshotResponse) - Static method in record class io.camunda.webapps.backup.repository.opensearch.OpenSearchGetSnapshotResponse
 
fromResponse(SnapshotInfo) - Static method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 

G

getAllDynamicIndices() - Method in interface io.camunda.webapps.backup.DynamicIndicesProvider
 
getBackupId() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
getBackupId() - Method in class io.camunda.webapps.backup.TakeBackupRequestDto
 
getBackups() - Method in interface io.camunda.webapps.backup.BackupService
 
getBackups() - Method in class io.camunda.webapps.backup.BackupServiceImpl
 
getBackups(String) - Method in interface io.camunda.webapps.backup.BackupRepository
 
getBackups(String) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
getBackups(String) - Method in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
getBackupState(Long) - Method in interface io.camunda.webapps.backup.BackupService
 
getBackupState(Long) - Method in class io.camunda.webapps.backup.BackupServiceImpl
 
getBackupState(String, Long) - Method in interface io.camunda.webapps.backup.BackupRepository
 
getBackupState(String, Long) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
getBackupState(String, Long) - Method in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
GetBackupStateResponseDetailDto - Class in io.camunda.webapps.backup
 
GetBackupStateResponseDetailDto() - Constructor for class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
GetBackupStateResponseDto - Class in io.camunda.webapps.backup
 
GetBackupStateResponseDto() - Constructor for class io.camunda.webapps.backup.GetBackupStateResponseDto
 
GetBackupStateResponseDto(Long) - Constructor for class io.camunda.webapps.backup.GetBackupStateResponseDto
 
getDetails() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
getEndTimeInMillis() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
getFailureReason() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
getFailures() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
getFailures() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
getMetadata() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
getRequest(String, String) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
getScheduledSnapshots() - Method in class io.camunda.webapps.backup.TakeBackupResponseDto
 
getSnapshot() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
getSnapshotName() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
getSnapshotName(Metadata) - Method in interface io.camunda.webapps.backup.repository.SnapshotNameProvider
 
getSnapshotName(Metadata) - Method in class io.camunda.webapps.backup.repository.WebappsSnapshotNameProvider
 
getSnapshotNamePrefix(long) - Method in interface io.camunda.webapps.backup.repository.SnapshotNameProvider
 
getSnapshotNamePrefix(long) - Method in class io.camunda.webapps.backup.repository.WebappsSnapshotNameProvider
 
getSnapshotRequestBuilder(String, String) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
getStartTime() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
getStartTimeInMillis() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
getState() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
getState() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
getState() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
getUuid() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 

H

hashCode() - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Returns a hash code value for this object.
hashCode() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
hashCode() - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
hashCode() - Method in record class io.camunda.webapps.backup.Metadata
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Returns a hash code value for this object.
hashCode() - Method in record class io.camunda.webapps.backup.repository.opensearch.OpenSearchGetSnapshotResponse
Returns a hash code value for this object.
hashCode() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 

I

IN_PROGRESS - Enum constant in enum class io.camunda.webapps.backup.BackupStateDto
 
IN_PROGRESS - Enum constant in enum class io.camunda.webapps.backup.repository.elasticsearch.SnapshotState
 
includeGlobalState() - Method in interface io.camunda.webapps.backup.repository.BackupRepositoryProps
 
INCOMPATIBLE - Enum constant in enum class io.camunda.webapps.backup.BackupStateDto
 
INCOMPLETE - Enum constant in enum class io.camunda.webapps.backup.BackupStateDto
 
incompleteCheckTimeoutInSeconds() - Method in interface io.camunda.webapps.backup.repository.BackupRepositoryProps
 
incompleteCheckTimeoutInSeconds() - Method in record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Returns the value of the incompleteCheckTimeoutInSeconds record component.
indices() - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Returns the value of the indices record component.
indices(boolean) - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
 
InvalidRequestException(String) - Constructor for exception class io.camunda.webapps.backup.BackupException.InvalidRequestException
 
io.camunda.webapps.backup - package io.camunda.webapps.backup
 
io.camunda.webapps.backup.repository - package io.camunda.webapps.backup.repository
 
io.camunda.webapps.backup.repository.elasticsearch - package io.camunda.webapps.backup.repository.elasticsearch
 
io.camunda.webapps.backup.repository.opensearch - package io.camunda.webapps.backup.repository.opensearch
 
isIncompleteCheckTimedOut(long, long) - Method in interface io.camunda.webapps.backup.BackupRepository
 
isSnapshotFinishedWithinTimeout(String, String) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 

L

LOGGER - Static variable in interface io.camunda.webapps.backup.BackupRepository
 

M

metadata() - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Returns the value of the metadata record component.
Metadata - Record Class in io.camunda.webapps.backup
 
Metadata(Long, String, Integer, Integer) - Constructor for record class io.camunda.webapps.backup.Metadata
Creates an instance of a Metadata record class.
MetadataMarshaller - Class in io.camunda.webapps.backup.repository.elasticsearch
 
MetadataMarshaller - Class in io.camunda.webapps.backup.repository.opensearch
 
MetadataMarshaller() - Constructor for class io.camunda.webapps.backup.repository.elasticsearch.MetadataMarshaller
 
MetadataMarshaller() - Constructor for class io.camunda.webapps.backup.repository.opensearch.MetadataMarshaller
 
MissingRepositoryException(String) - Constructor for exception class io.camunda.webapps.backup.BackupException.MissingRepositoryException
 

N

noop() - Static method in interface io.camunda.webapps.backup.DynamicIndicesProvider
 

O

onFailure(Exception) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository.CreateSnapshotListener
 
ONLY_RUNTIME - Enum constant in enum class io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL.QueryType
 
onResponse(CreateSnapshotResponse) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository.CreateSnapshotListener
 
OpensearchBackupRepository - Class in io.camunda.webapps.backup.repository.opensearch
 
OpensearchBackupRepository(OpenSearchClient, OpenSearchAsyncClient, BackupRepositoryProps, SnapshotNameProvider) - Constructor for class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
OpenSearchGetSnapshotResponse - Record Class in io.camunda.webapps.backup.repository.opensearch
 
OpenSearchGetSnapshotResponse(List<OpenSearchSnapshotInfo>) - Constructor for record class io.camunda.webapps.backup.repository.opensearch.OpenSearchGetSnapshotResponse
Creates an instance of a OpenSearchGetSnapshotResponse record class.
OpensearchRequestDSL - Interface in io.camunda.webapps.backup.repository.opensearch
Copied from operate RequestDSL interface
OpensearchRequestDSL.QueryType - Enum Class in io.camunda.webapps.backup.repository.opensearch
 
OpenSearchSnapshotInfo - Class in io.camunda.webapps.backup.repository.opensearch
 
OpenSearchSnapshotInfo() - Constructor for class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 

P

partCount() - Method in record class io.camunda.webapps.backup.Metadata
Returns the value of the partCount record component.
PARTIAL - Enum constant in enum class io.camunda.webapps.backup.repository.elasticsearch.SnapshotState
 
PARTIAL - Enum constant in enum class io.camunda.webapps.backup.repository.opensearch.SnapshotState
 
partNo() - Method in record class io.camunda.webapps.backup.Metadata
Returns the value of the partNo record component.

R

REPOSITORY_MISSING_EXCEPTION_TYPE - Static variable in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
repositoryName() - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Returns the value of the repositoryName record component.
repositoryName() - Method in interface io.camunda.webapps.backup.repository.BackupRepositoryProps
 
repositoryName() - Method in record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Returns the value of the repositoryName record component.
repositoryRequestBuilder(String) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
ResourceNotFoundException(String) - Constructor for exception class io.camunda.webapps.backup.BackupException.ResourceNotFoundException
 
ResourceNotFoundException(String, Exception) - Constructor for exception class io.camunda.webapps.backup.BackupException.ResourceNotFoundException
 

S

searchRequestBuilder(IndexTemplateDescriptor) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
searchRequestBuilder(IndexTemplateDescriptor, OpensearchRequestDSL.QueryType) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
searchRequestBuilder(String) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
setBackupId(Long) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
setBackupId(Long) - Method in class io.camunda.webapps.backup.TakeBackupRequestDto
 
setDetails(List<GetBackupStateResponseDetailDto>) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
setEndTimeInMillis(Long) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
setFailureReason(String) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
setFailures(String[]) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
setFailures(List<SnapshotShardFailure>) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
setMetadata(Map<String, JsonData>) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
setScheduledSnapshots(List<String>) - Method in class io.camunda.webapps.backup.TakeBackupResponseDto
 
setSnapshot(String) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
setSnapshotName(String) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
setStartTime(OffsetDateTime) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
setStartTimeInMillis(Long) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
setState(BackupStateDto) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDto
 
setState(SnapshotState) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
setState(String) - Method in class io.camunda.webapps.backup.GetBackupStateResponseDetailDto
 
setUuid(String) - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 
SNAPSHOT_MISSING_EXCEPTION_TYPE - Static variable in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
SNAPSHOT_MISSING_EXCEPTION_TYPE - Static variable in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
SNAPSHOT_NAME_PREFIX - Static variable in class io.camunda.webapps.backup.repository.WebappsSnapshotNameProvider
 
snapshotName() - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Returns the value of the snapshotName record component.
snapshotNamePrefix() - Method in interface io.camunda.webapps.backup.repository.SnapshotNameProvider
 
snapshotNamePrefix() - Method in class io.camunda.webapps.backup.repository.WebappsSnapshotNameProvider
 
snapshotNameProvider() - Method in interface io.camunda.webapps.backup.BackupRepository
 
snapshotNameProvider() - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
snapshotNameProvider() - Method in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
SnapshotNameProvider - Interface in io.camunda.webapps.backup.repository
 
SnapshotRequest(String, String, SnapshotIndexCollection, Metadata) - Constructor for record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Creates an instance of a SnapshotRequest record class.
snapshots() - Method in record class io.camunda.webapps.backup.repository.opensearch.OpenSearchGetSnapshotResponse
Returns the value of the snapshots record component.
SnapshotState - Enum Class in io.camunda.webapps.backup.repository.elasticsearch
 
SnapshotState - Enum Class in io.camunda.webapps.backup.repository.opensearch
 
snapshotTimeout() - Method in interface io.camunda.webapps.backup.repository.BackupRepositoryProps
 
snapshotTimeout() - Method in record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Returns the value of the snapshotTimeout record component.
STARTED - Enum constant in enum class io.camunda.webapps.backup.repository.opensearch.SnapshotState
 
SUCCESS - Enum constant in enum class io.camunda.webapps.backup.repository.elasticsearch.SnapshotState
 
SUCCESS - Enum constant in enum class io.camunda.webapps.backup.repository.opensearch.SnapshotState
 

T

takeBackup(TakeBackupRequestDto) - Method in interface io.camunda.webapps.backup.BackupService
 
takeBackup(TakeBackupRequestDto) - Method in class io.camunda.webapps.backup.BackupServiceImpl
 
TakeBackupRequestDto - Class in io.camunda.webapps.backup
 
TakeBackupRequestDto() - Constructor for class io.camunda.webapps.backup.TakeBackupRequestDto
 
TakeBackupResponseDto - Class in io.camunda.webapps.backup
 
TakeBackupResponseDto() - Constructor for class io.camunda.webapps.backup.TakeBackupResponseDto
 
time(String) - Static method in interface io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL
 
toString() - Method in record class io.camunda.webapps.backup.BackupService.SnapshotRequest
Returns a string representation of this record class.
toString() - Method in record class io.camunda.webapps.backup.Metadata
Returns a string representation of this record class.
toString() - Method in record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Returns a string representation of this record class.
toString() - Method in record class io.camunda.webapps.backup.repository.opensearch.OpenSearchGetSnapshotResponse
Returns a string representation of this record class.
toString() - Method in class io.camunda.webapps.backup.repository.opensearch.OpenSearchSnapshotInfo
 

V

validateNoDuplicateBackupId(String, Long) - Method in interface io.camunda.webapps.backup.BackupRepository
 
validateNoDuplicateBackupId(String, Long) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
validateNoDuplicateBackupId(String, Long) - Method in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
validateRepositoryExists(String) - Method in interface io.camunda.webapps.backup.BackupRepository
 
validateRepositoryExists(String) - Method in class io.camunda.webapps.backup.repository.elasticsearch.ElasticsearchBackupRepository
 
validateRepositoryExists(String) - Method in class io.camunda.webapps.backup.repository.opensearch.OpensearchBackupRepository
 
valueOf(String) - Static method in enum class io.camunda.webapps.backup.BackupStateDto
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.camunda.webapps.backup.repository.elasticsearch.SnapshotState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL.QueryType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.camunda.webapps.backup.repository.opensearch.SnapshotState
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.camunda.webapps.backup.BackupStateDto
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.camunda.webapps.backup.repository.elasticsearch.SnapshotState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.camunda.webapps.backup.repository.opensearch.OpensearchRequestDSL.QueryType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.camunda.webapps.backup.repository.opensearch.SnapshotState
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in record class io.camunda.webapps.backup.Metadata
Returns the value of the version record component.
version() - Method in interface io.camunda.webapps.backup.repository.BackupRepositoryProps
 
version() - Method in record class io.camunda.webapps.backup.repository.BackupRepositoryPropsRecord
Returns the value of the version record component.

W

WebappsSnapshotNameProvider - Class in io.camunda.webapps.backup.repository
 
WebappsSnapshotNameProvider() - Constructor for class io.camunda.webapps.backup.repository.WebappsSnapshotNameProvider
 
A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form