Class OMExecutionFlow
java.lang.Object
org.apache.hadoop.ozone.om.execution.OMExecutionFlow
entry for execution flow for write request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponsesubmit(org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMRequest omRequest) External request handling.
-
Constructor Details
-
OMExecutionFlow
-
-
Method Details
-
submit
public org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse submit(org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMRequest omRequest) throws com.google.protobuf.ServiceException External request handling.- Parameters:
omRequest- the request- Returns:
- OMResponse the response of execution
- Throws:
com.google.protobuf.ServiceException- the exception on execution
-