public class LocalExchangeBufferInfo extends Object implements Mergeable<LocalExchangeBufferInfo>, OperatorInfo
| Constructor and Description |
|---|
LocalExchangeBufferInfo(long bufferedBytes,
int bufferedPages) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBufferedBytes() |
int |
getBufferedPages() |
LocalExchangeBufferInfo |
mergeWith(LocalExchangeBufferInfo other)
Merges the current state with the state of the other instance, and returns the merged state.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFinalpublic LocalExchangeBufferInfo(long bufferedBytes,
int bufferedPages)
public long getBufferedBytes()
public int getBufferedPages()
public LocalExchangeBufferInfo mergeWith(LocalExchangeBufferInfo other)
MergeablemergeWith in interface Mergeable<LocalExchangeBufferInfo>Copyright © 2012–2019. All rights reserved.