public final class BlackHoleTableLayoutHandle extends Object implements ConnectorTableLayoutHandle
| Constructor and Description |
|---|
BlackHoleTableLayoutHandle(int splitCount,
int pagesPerSplit,
int rowsPerPage,
int fieldsLength,
io.airlift.units.Duration pageProcessingDelay) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getFieldsLength() |
io.airlift.units.Duration |
getPageProcessingDelay() |
int |
getPagesPerSplit() |
int |
getRowsPerPage() |
int |
getSplitCount() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdentifierpublic BlackHoleTableLayoutHandle(int splitCount,
int pagesPerSplit,
int rowsPerPage,
int fieldsLength,
io.airlift.units.Duration pageProcessingDelay)
Copyright © 2012–2020. All rights reserved.