Uses of Class
org.apache.accumulo.core.master.thrift.FateOperation
-
Packages that use FateOperation Package Description org.apache.accumulo.core.master.thrift -
-
Uses of FateOperation in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift declared as FateOperation Modifier and Type Field Description FateOperationFateService.executeFateOperation_args. opMethods in org.apache.accumulo.core.master.thrift that return FateOperation Modifier and Type Method Description static FateOperationFateOperation. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.FateOperationFateService.executeFateOperation_args. getOp()static FateOperationFateOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static FateOperation[]FateOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.master.thrift with parameters of type FateOperation Modifier and Type Method Description voidFateService.AsyncClient. executeFateOperation(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidFateService.AsyncIface. executeFateOperation(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidFateService.Client. executeFateOperation(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)voidFateService.Iface. executeFateOperation(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)voidFateService.Client. send_executeFateOperation(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)FateService.executeFateOperation_argsFateService.executeFateOperation_args. setOp(FateOperation op)Constructors in org.apache.accumulo.core.master.thrift with parameters of type FateOperation Constructor Description executeFateOperation_args(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)executeFateOperation_call(TInfo tinfo, TCredentials credentials, long opid, FateOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-