Skip to content

Latest commit

 

History

History

ts-common

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tiered Storage Common

Overview

This module contains common classes and interfaces that are used by the ts-consumer and ts-segment-uploader modules, such as Metrics, StorageEndpointProvider, etc.

Build

To build with maven:

mvn clean install

Test

To run tests with maven:

mvn test