Interface WalkTransport

  • All Known Implementing Classes:
    TransportAmazonS3, TransportHttp, TransportSftp

    public interface WalkTransport
    Marker interface for an object transport walking transport.

    Implementations of WalkTransport transfer individual objects one at a time from the loose objects directory, or entire packs if the source side does not have the object as a loose object.

    WalkTransports are not as efficient as PackTransport instances, but can be useful in situations where a pack transport is not acceptable.

    See Also:
    WalkFetchConnection