@NotThreadSafe protected class ObjectUnderFileSystem.DeleteBuffer extends ObjectUnderFileSystem.OperationBuffer<String>
ObjectUnderFileSystem.DeleteBuffer
will be deleted in batches.ObjectUnderFileSystem.OperationBuffer.OperationThread
mEntriesAdded
Constructor and Description |
---|
DeleteBuffer()
Construct a new
ObjectUnderFileSystem.DeleteBuffer instance. |
Modifier and Type | Method and Description |
---|---|
protected int |
getBatchSize()
Get the batch size.
|
protected List<String> |
operate(List<String> paths)
Operate on a list of input type
T . |
add, getResult
public DeleteBuffer()
ObjectUnderFileSystem.DeleteBuffer
instance.protected int getBatchSize()
ObjectUnderFileSystem.OperationBuffer
getBatchSize
in class ObjectUnderFileSystem.OperationBuffer<String>
protected List<String> operate(List<String> paths) throws IOException
ObjectUnderFileSystem.OperationBuffer
T
.operate
in class ObjectUnderFileSystem.OperationBuffer<String>
paths
- the list of input type T
to operate onIOException
Copyright © 2023. All Rights Reserved.