A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
W
S
- s3Baseline() - function in com.pkgrove.pkgrovekit.storage.StorageLimits.Companion
- Amazon S3's documented limits — the de-facto compatibility baseline.
- save(java.lang.String,java.lang.Long) - function in com.pkgrove.pkgrovekit.storage.CheckpointStore
- Commit the next checkpoint.
- SERVER_SIDE_ENCRYPTION - enum entry in com.pkgrove.pkgrovekit.storage.StorageCapability
Server-side encryption at rest.
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- sha256(kotlin.ByteArray) - function in com.pkgrove.pkgrovekit.storage.Checksum.Companion
- SHA-256 of in-memory bytes.
- SHA256 - enum entry in com.pkgrove.pkgrovekit.storage.ChecksumAlgorithm
- sha256Of(com.pkgrove.pkgrovekit.storage.ContentSource) - function in com.pkgrove.pkgrovekit.storage.Checksum.Companion
- SHA-256 computed by STREAMING source once (bounded buffer).
- skip(java.lang.Long) - function in java.io.InputStream
- skipNBytes(java.lang.Long) - function in java.io.InputStream
- stage(java.lang.String,com.pkgrove.pkgrovekit.storage.ContentSource,com.pkgrove.pkgrovekit.storage.PutOptions) - function in com.pkgrove.pkgrovekit.storage.StagingArea
- Write one artifact into staging (delegates to ObjectStore.put).
- stagedObjects() - function in com.pkgrove.pkgrovekit.storage.StagingArea
- Everything currently staged for THIS run.
- stageKey(java.lang.String) - function in com.pkgrove.pkgrovekit.storage.StagingArea
- The staging key for a run-relative artifact name.
- StagingArea - class in com.pkgrove.pkgrovekit.storage
- Staged, atomically-published writes (HEL-236 guarantee 2).
- startMultipart(com.pkgrove.pkgrovekit.storage.ObjectKey,com.pkgrove.pkgrovekit.storage.PutOptions) - function in com.pkgrove.pkgrovekit.storage.InMemoryObjectStore
- Begin a multipart upload lifecycle (capability-gated: StorageCapability.MULTIPART_UPLOAD).
- startMultipart(com.pkgrove.pkgrovekit.storage.ObjectKey,com.pkgrove.pkgrovekit.storage.PutOptions) - function in com.pkgrove.pkgrovekit.storage.ObjectStore
- Begin a multipart upload lifecycle (capability-gated: StorageCapability.MULTIPART_UPLOAD).
- StorageCapabilities - class in com.pkgrove.pkgrovekit.storage
- What one concrete store supports.
- StorageCapability - class in com.pkgrove.pkgrovekit.storage
- Provider-varying behavior, made DISCOVERABLE (HEL-236 capability model).
- StorageException - class in com.pkgrove.pkgrovekit.storage
- Typed storage outcomes (HEL-236).
- StorageIoException - class in com.pkgrove.pkgrovekit.storage
- Transport/provider failure with an explicit retry-safety verdict.
- StorageLimits - class in com.pkgrove.pkgrovekit.storage
- Provider size limits; workflows size parts/objects against THESE, never constants.
- stream() - function in com.pkgrove.pkgrovekit.storage.ObjectContent