public class HiveIoParameter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HiveIoParameter.TableLocationInfo
Represents table schema and location.
|
Modifier and Type | Field and Description |
---|---|
BatchInfoParameter |
batchInfoParameter
The batch information.
|
Constructor and Description |
---|
HiveIoParameter() |
Modifier and Type | Method and Description |
---|---|
List<HiveIoParameter.TableLocationInfo> |
getInputs()
Returns the available Direct I/O Hive tables.
|
List<HiveIoParameter.TableLocationInfo> |
getOutputs()
Returns the available Direct I/O Hive tables.
|
public final BatchInfoParameter batchInfoParameter
public List<HiveIoParameter.TableLocationInfo> getInputs()
public List<HiveIoParameter.TableLocationInfo> getOutputs()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.