A  B  C  D  E  F  G  H  I  J  L  M  O  P  Q  R  S  T  U  V  W 

C

CapabilityRejectedException - class in com.pkgrove.pkgrovekit.storage
A workflow needs capabilities this provider does not support.
CheckpointStore - class in com.pkgrove.pkgrovekit.storage
Resumable transfer checkpoints with conditional writes (HEL-236 scenario 4).
CheckpointStore.Checkpoint - class in com.pkgrove.pkgrovekit.storage.CheckpointStore
 
Checksum - class in com.pkgrove.pkgrovekit.storage
A content checksum.
CHECKSUM_CRC32C - enum entry in com.pkgrove.pkgrovekit.storage.StorageCapability

Server-verified CRC32C content checksums.

CHECKSUM_SHA256 - enum entry in com.pkgrove.pkgrovekit.storage.StorageCapability

Server-verified SHA-256 content checksums (x-amz-checksum-sha256).

ChecksumAlgorithm - class in com.pkgrove.pkgrovekit.storage
Checksum algorithms the API can express; providers support a subset.
ChecksumMismatchException - class in com.pkgrove.pkgrovekit.storage
Content did not match its declared/stored checksum.
ChecksumVerifyingInputStream - class in com.pkgrove.pkgrovekit.storage
Verifies a SHA-256 checksum WHILE streaming: on the read that reaches EOF the computed digest is compared and a mismatch throws ChecksumMismatchException (HEL-236: corruption fails visibly, exactly at the earliest point it is provable).
cleanupAbandoned(com.pkgrove.pkgrovekit.storage.ObjectStore,java.lang.String,java.time.Duration,java.time.Clock) - function in com.pkgrove.pkgrovekit.storage.StagingArea.Companion
Delete abandoned staging runs under finalPrefix: any .staging/<runId>/ whose NEWEST object is older than olderThan.
close() - function in com.pkgrove.pkgrovekit.storage.ChecksumVerifyingInputStream
 
close() - function in com.pkgrove.pkgrovekit.storage.MultipartUpload
 
close() - function in com.pkgrove.pkgrovekit.storage.ObjectContent
 
close() - function in com.pkgrove.pkgrovekit.storage.ObjectStore
 
close() - function in com.pkgrove.pkgrovekit.storage.ObjectStore
 
com.pkgrove.pkgrovekit.storage - package com.pkgrove.pkgrovekit.storage
 
complete(java.util.List) - function in com.pkgrove.pkgrovekit.storage.MultipartUpload
Commit the object from parts (any order; sorted by part number).
CompletedUploadPart - class in com.pkgrove.pkgrovekit.storage
 
CONDITIONAL_CREATE - enum entry in com.pkgrove.pkgrovekit.storage.StorageCapability

Conditional CREATE — If-None-Match: * on PUT (WriteCondition.IfAbsent).

CONDITIONAL_UPDATE - enum entry in com.pkgrove.pkgrovekit.storage.StorageCapability

Conditional UPDATE — If-Match: <etag> on PUT (WriteCondition.IfMatch).

CONSISTENT_LISTING - enum entry in com.pkgrove.pkgrovekit.storage.StorageCapability

Strongly-consistent listing (a completed PUT is visible to list).

contains(com.pkgrove.pkgrovekit.storage.StorageCapability) - function in com.pkgrove.pkgrovekit.storage.StorageCapabilities
 
ContentSource - class in com.pkgrove.pkgrovekit.storage
Streaming content for uploads (HEL-236 guarantee 1).
ContentSource.Companion - class in com.pkgrove.pkgrovekit.storage.ContentSource
 
copy(com.pkgrove.pkgrovekit.storage.ObjectKey,com.pkgrove.pkgrovekit.storage.ObjectKey,com.pkgrove.pkgrovekit.storage.CopyOptions) - function in com.pkgrove.pkgrovekit.storage.InMemoryObjectStore
Server-side copy (no content through the client).
copy(com.pkgrove.pkgrovekit.storage.ObjectKey,com.pkgrove.pkgrovekit.storage.ObjectKey,com.pkgrove.pkgrovekit.storage.CopyOptions) - function in com.pkgrove.pkgrovekit.storage.ObjectStore
Server-side copy (no content through the client).
CopyOptions - class in com.pkgrove.pkgrovekit.storage
 
CRC32C - enum entry in com.pkgrove.pkgrovekit.storage.ChecksumAlgorithm
 
A  B  C  D  E  F  G  H  I  J  L  M  O  P  Q  R  S  T  U  V  W