google-nomulus/java/google/registry/rde
guyben 6ff48b7dae Simplify the Ghostryde API
First step of RDE encoding refactoring.

Creates a single InputStream (OutputStream) to decode (encode) Ghostryde files.
This replaces the 3 InputStreams (OutputStreams) that were needed before.

Also removes a lot of classes, and removes the "injection" of the Ghostryde
class. It's an encoding, there's no point in injecting it.

Finally, removed the buffer-size configuration and replaced with a static final
const value. It's just a buffer size - it doesn't actually affect much. There
are much more "important" fields that weren't configured (such as the
compression algorithm and whether or not to do integrity checks)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202319102
2018-06-27 15:28:53 -04:00
..
imports Improve internal build system speed 2018-06-27 15:28:52 -04:00
BrdaCopyAction.java Simplify the Ghostryde API 2018-06-27 15:28:53 -04:00
BUILD Improve internal build system speed 2018-06-27 15:28:52 -04:00
ContactResourceToXjcConverter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DepositFragment.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
DomainResourceToXjcConverter.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
EscrowTaskRunner.java Don't retry RDE upload tasks that have failed dependencies 2018-06-27 15:28:52 -04:00
Ghostryde.java Simplify the Ghostryde API 2018-06-27 15:28:53 -04:00
HostResourceToXjcConverter.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
JSchModule.java Remove JSch threading hack 2018-01-19 14:48:15 -05:00
JSchSftpChannel.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
JSchSshSession.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
LoggingSftpProgressMonitor.java Periodically log transfer progress for RDE SFTP uploads 2018-06-27 15:28:52 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
PendingDeposit.java Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
PendingDepositChecker.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
RdeAdapter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdeCounter.java Use Java 8 streams in RdeCounter 2017-12-01 22:14:06 -05:00
RdeMarshaller.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
RdeModule.java Periodically log transfer progress for RDE SFTP uploads 2018-06-27 15:28:52 -04:00
RdeReportAction.java Simplify the Ghostryde API 2018-06-27 15:28:53 -04:00
RdeReporter.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
RdeResourceType.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RdeStagingAction.java Consolidate all Set parameter parsing 2018-06-06 15:04:02 -04:00
RdeStagingMapper.java Add counters to the RdeStaging mapreduce 2018-04-10 16:09:46 -04:00
RdeStagingReducer.java Simplify the Ghostryde API 2018-06-27 15:28:53 -04:00
RdeUploadAction.java Simplify the Ghostryde API 2018-06-27 15:28:53 -04:00
RdeUploadUrl.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
RdeUtil.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RegistrarToXjcConverter.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RydePgpCompressionOutputStream.java Clean up Improved(Input|Output)Stream 2018-06-27 15:28:53 -04:00
RydePgpEncryptionOutputStream.java Clean up Improved(Input|Output)Stream 2018-06-27 15:28:53 -04:00
RydePgpFileOutputStream.java Clean up Improved(Input|Output)Stream 2018-06-27 15:28:53 -04:00
RydePgpSigningOutputStream.java Clean up Improved(Input|Output)Stream 2018-06-27 15:28:53 -04:00
RydeTarOutputStream.java Clean up Improved(Input|Output)Stream 2018-06-27 15:28:53 -04:00