public class ReadOptions extends Object
Constructor and Description |
---|
ReadOptions(OptionManager optionManager) |
Modifier and Type | Method and Description |
---|---|
String |
getMessageReader() |
long |
getPollTimeOut() |
boolean |
isAllowEscapeAnyChar() |
boolean |
isAllowNanInf() |
boolean |
isAllTextMode() |
boolean |
isEnableUnionType() |
boolean |
isReadNumbersAsDouble() |
boolean |
isSkipInvalidRecords() |
String |
toString() |
public ReadOptions(OptionManager optionManager)
public String getMessageReader()
public long getPollTimeOut()
public boolean isAllTextMode()
public boolean isReadNumbersAsDouble()
public boolean isEnableUnionType()
public boolean isSkipInvalidRecords()
public boolean isAllowNanInf()
public boolean isAllowEscapeAnyChar()
Copyright © 1970 The Apache Software Foundation. All rights reserved.