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.| 构造器和说明 |
|---|
RequestEntryWrapper(RequestEntryT requestEntry,
long size) |
public RequestEntryWrapper(RequestEntryT requestEntry, long size)
public RequestEntryT getRequestEntry()
public long getSize()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.