A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
W
W
- write(com.pkgrove.pkgrovekit.core.Schema,java.lang.Iterable,java.io.OutputStream) - function in com.pkgrove.pkgrovekit.storage.JsonLinesRowFormat
- Encode rows to out; returns the row count written.
- write(com.pkgrove.pkgrovekit.core.Schema,java.util.List,java.lang.String) - function in com.pkgrove.pkgrovekit.storage.QuarantineWriter
- Write one batch of rejected rows (redacted).
- write(com.pkgrove.pkgrovekit.core.Schema,java.lang.Iterable,java.io.OutputStream) - function in com.pkgrove.pkgrovekit.storage.RowPartFormat
- Encode rows to out; returns the row count written.
- WriteCondition - class in com.pkgrove.pkgrovekit.storage
- Conditional-write semantics (HEL-236).
- WriteCondition.IfAbsent - class in com.pkgrove.pkgrovekit.storage.WriteCondition
- Succeed only when the key does not exist yet — the commit primitive.
- WriteCondition.IfMatch - class in com.pkgrove.pkgrovekit.storage.WriteCondition
- Succeed only when the key currently has etag (optimistic update).
- WriteCondition.None - class in com.pkgrove.pkgrovekit.storage.WriteCondition
- Unconditional overwrite (the storage default).
- writeSummary(java.lang.String) - function in com.pkgrove.pkgrovekit.storage.QuarantineWriter
- Write the run summary (counts + reason — no row data).