RequestEntryT - Corresponds to the type parameter of the same name in AsyncSinkWriter@PublicEvolving public class RequestEntryWrapper<RequestEntryT> extends Object
RequestEntryT ready to be written by the Sink Writer class,
along with the size of that entry as defined by the method getSizeInBytes(RequestEntryT)
of the AsyncSinkWriter.| Constructor and Description |
|---|
RequestEntryWrapper(RequestEntryT requestEntry,
long size) |
| Modifier and Type | Method and Description |
|---|---|
RequestEntryT |
getRequestEntry() |
long |
getSize() |
public RequestEntryWrapper(RequestEntryT requestEntry, long size)
public RequestEntryT getRequestEntry()
public long getSize()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.