Class OMKeyCreateResponseWithFSO


public class OMKeyCreateResponseWithFSO extends OMFileCreateResponseWithFSO
Response for CreateKey request - prefix layout.
  • Constructor Details

    • OMKeyCreateResponseWithFSO

      public OMKeyCreateResponseWithFSO(@Nonnull org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, @Nonnull org.apache.hadoop.ozone.om.helpers.OmKeyInfo omKeyInfo, @Nonnull List<org.apache.hadoop.ozone.om.helpers.OmDirectoryInfo> parentDirInfos, long openKeySessionID, @Nonnull org.apache.hadoop.ozone.om.helpers.OmBucketInfo omBucketInfo, @Nonnull long volumeId)
    • OMKeyCreateResponseWithFSO

      public OMKeyCreateResponseWithFSO(@Nonnull org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMResponse omResponse, @Nonnull org.apache.hadoop.ozone.om.helpers.BucketLayout bucketLayout)
      For when the request is not successful. For a successful request, the other constructor should be used.