Package com.mapd.thrift.server
Class MapD.Processor.set_table_epoch_by_name<I extends MapD.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,MapD.set_table_epoch_by_name_args>
-
- com.mapd.thrift.server.MapD.Processor.set_table_epoch_by_name<I>
-
- Enclosing class:
- MapD.Processor<I extends MapD.Iface>
public static class MapD.Processor.set_table_epoch_by_name<I extends MapD.Iface> extends org.apache.thrift.ProcessFunction<I,MapD.set_table_epoch_by_name_args>
-
-
Constructor Summary
Constructors Constructor Description set_table_epoch_by_name()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapD.set_table_epoch_by_name_argsgetEmptyArgsInstance()MapD.set_table_epoch_by_name_resultgetResult(I iface, MapD.set_table_epoch_by_name_args args)protected booleanhandleRuntimeExceptions()protected booleanisOneway()
-
-
-
Method Detail
-
getEmptyArgsInstance
public MapD.set_table_epoch_by_name_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.ProcessFunction<I extends MapD.Iface,MapD.set_table_epoch_by_name_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.ProcessFunction<I extends MapD.Iface,MapD.set_table_epoch_by_name_args>
-
handleRuntimeExceptions
protected boolean handleRuntimeExceptions()
- Overrides:
handleRuntimeExceptionsin classorg.apache.thrift.ProcessFunction<I extends MapD.Iface,MapD.set_table_epoch_by_name_args>
-
getResult
public MapD.set_table_epoch_by_name_result getResult(I iface, MapD.set_table_epoch_by_name_args args) throws org.apache.thrift.TException
- Specified by:
getResultin classorg.apache.thrift.ProcessFunction<I extends MapD.Iface,MapD.set_table_epoch_by_name_args>- Throws:
org.apache.thrift.TException
-
-