public static class MockTableDef.MockScanEntry extends Object
Constructor and Description |
---|
MockScanEntry(int records,
Boolean extended,
Integer batchSize,
Integer repeat,
MockTableDef.MockColumn[] types) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
int |
getRecords() |
int |
getRepeat() |
MockTableDef.MockColumn[] |
getTypes() |
boolean |
isExtended() |
String |
toString() |
public MockScanEntry(int records, Boolean extended, Integer batchSize, Integer repeat, MockTableDef.MockColumn[] types)
public int getRecords()
public boolean isExtended()
public int getBatchSize()
public int getRepeat()
public MockTableDef.MockColumn[] getTypes()
Copyright © 1970 The Apache Software Foundation. All rights reserved.