A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
W
O
- OBJECT_LOCK - enum entry in com.pkgrove.pkgrovekit.storage.StorageCapability
Object lock / retention (WORM).
- ObjectContent - class in com.pkgrove.pkgrovekit.storage
- A streaming object read.
- ObjectDataset - class in com.pkgrove.pkgrovekit.storage
- Row datasets as manifest-committed object parts (HEL-236 scenarios 1–3): bounded encoded parts under a run-scoped prefix, published atomically via StagingArea — the manifest is the ONLY thing a reader trusts, so a mid-export failure never yields a readable half-dataset.
- ObjectDataset.ExportOptions - class in com.pkgrove.pkgrovekit.storage.ObjectDataset
- ObjectDataset.ExportResult - class in com.pkgrove.pkgrovekit.storage.ObjectDataset
- ObjectDataset.ReadOptions - class in com.pkgrove.pkgrovekit.storage.ObjectDataset
- ObjectKey - class in com.pkgrove.pkgrovekit.storage
- A validated object key.
- ObjectMetadata - class in com.pkgrove.pkgrovekit.storage
- Full metadata of one object (a
head, or what a write reported back). - ObjectNotFoundException - class in com.pkgrove.pkgrovekit.storage
- The object (or bucket) addressed by a read/copy does not exist.
- ObjectStore - class in com.pkgrove.pkgrovekit.storage
- Vendor-neutral object storage (HEL-236).
- ObjectSummary - class in com.pkgrove.pkgrovekit.storage
- One listing entry — deliberately small (listing pages can be huge).
- of(java.nio.file.Path) - function in com.pkgrove.pkgrovekit.storage.ContentSource.Companion
- A file — repeatable; length read per open so it must not change mid-put.
- of(kotlin.ByteArray) - function in com.pkgrove.pkgrovekit.storage.ContentSource.Companion
- In-memory bytes — repeatable by nature.
- of(java.lang.String) - function in com.pkgrove.pkgrovekit.storage.ContentSource.Companion
- UTF-8 text — repeatable.
- oneShot(java.io.InputStream,java.lang.Long) - function in com.pkgrove.pkgrovekit.storage.ContentSource.Companion
- A ONE-SHOT stream of known length.
- open() - function in com.pkgrove.pkgrovekit.storage.ContentSource
- A FRESH stream positioned at the start of the content.
- open(com.pkgrove.pkgrovekit.storage.ObjectStore,com.pkgrove.pkgrovekit.storage.ObjectKey,com.pkgrove.pkgrovekit.storage.ObjectDataset.ReadOptions) - function in com.pkgrove.pkgrovekit.storage.ObjectDataset
- Open a published dataset by its manifest key.