B C D F O P W 
All Classes All Packages

B

BatchingPersist - Interface in org.projectnessie.versioned.storage.batching
 
batchSize() - Method in interface org.projectnessie.versioned.storage.batching.WriteBatching
The maximum number of objects to be stored in a single batch.
builder() - Static method in interface org.projectnessie.versioned.storage.batching.WriteBatching
 

C

create() - Method in interface org.projectnessie.versioned.storage.batching.WriteBatching
 

D

DEFAULT_BATCH_SIZE - Static variable in interface org.projectnessie.versioned.storage.batching.WriteBatching
 
DEFAULT_OPTIMISTIC - Static variable in interface org.projectnessie.versioned.storage.batching.WriteBatching
 

F

flush() - Method in interface org.projectnessie.versioned.storage.batching.BatchingPersist
 

O

optimistic() - Method in interface org.projectnessie.versioned.storage.batching.WriteBatching
Optimistic batching means, that the batching implementation assumes that objects to be stored do not already exist, all row-level checks are not in effect, the batching implementation effectively "trusts" the called to do the right thing.
org.projectnessie.versioned.storage.batching - package org.projectnessie.versioned.storage.batching
 

P

persist() - Method in interface org.projectnessie.versioned.storage.batching.WriteBatching
 

W

WriteBatching - Interface in org.projectnessie.versioned.storage.batching
 
B C D F O P W 
All Classes All Packages