ZCS-18733 : Implement external volume handling in mailbox movement - #1813
ZCS-18733 : Implement external volume handling in mailbox movement#1813ashwinsahu19 wants to merge 1 commit into
Conversation
| } | ||
|
|
||
| @Override | ||
| public MailboxBlob renameTo(StagedBlob src, Mailbox destMbox, int destMsgId, int destRevision, Volume volume) throws IOException, |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments
| } | ||
|
|
||
| @Override | ||
| public MailboxBlob renameTo(StagedBlob src, Mailbox destMbox, int destMsgId, int destRevision, Volume volume) throws IOException, |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 133).
| @Override | ||
| public MailboxBlob renameTo(StagedBlob src, Mailbox destMbox, int destMsgId, int destRevision, Volume volume) throws IOException, | ||
| ServiceException { | ||
| throw new UnsupportedOperationException("method not supported"); |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'method def' child has incorrect indentation level 7, expected level should be 8.
| * @param data | ||
| * @param vol | ||
| * @return | ||
| * @throws IOException |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> reported by reviewdog 🐶
Javadoc comment at column 0 has parse error. Details: no viable alternative at input ' *' while parsing JAVADOC_TAG
| * @throws IOException | ||
| * @throws ServiceException | ||
| */ | ||
| public Blob storeIncoming(InputStream data, Volume vol) |
| * @param storeAsIs if true, store the blob as is even if volume supports compression | ||
| * @param volume | ||
| * @return | ||
| * @throws IOException |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck> reported by reviewdog 🐶
Javadoc comment at column 0 has parse error. Details: no viable alternative at input ' *' while parsing JAVADOC_TAG
| * @throws IOException | ||
| * @throws ServiceException | ||
| */ | ||
| public abstract Blob storeIncoming(InputStream data, boolean storeAsIs, Volume volume) |
|
|
||
| /** | ||
| * Rename a blob to a blob in mailbox directory. | ||
| * This effectively makes the StagedBlob permanent, implementations may not need to do anything if the stage operation creates permanent items |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments
|
|
||
| /** | ||
| * Rename a blob to a blob in mailbox directory. | ||
| * This effectively makes the StagedBlob permanent, implementations may not need to do anything if the stage operation creates permanent items |
There was a problem hiding this comment.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 146).
https://synacor.atlassian.net/browse/ZCS-18733