You can download tachyon-common-0.8.0.jar in this page.
Open Source
tachyon-common-0.8.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.tachyonproject/tachyon-common/pom.properties META-INF/maven/org.tachyonproject/tachyon-common/pom.xml tachyon-default.properties tachyon.ClientBase.class tachyon.Constants.class tachyon.LeaderInquireClient.class tachyon.LeaderSelectorClient.class tachyon.MasterClientBase.class tachyon.TachyonURI.class tachyon.Version.class tachyon.annotation.PublicApi.class tachyon.collections.DirectedAcyclicGraph.class tachyon.collections.DirectedAcyclicGraphNode.class tachyon.collections.IndexedSet.class tachyon.collections.Pair.class tachyon.collections.PrefixList.class tachyon.conf.TachyonConf.class tachyon.exception.BlockAlreadyExistsException.class tachyon.exception.BlockDoesNotExistException.class tachyon.exception.BlockInfoException.class tachyon.exception.DependencyDoesNotExistException.class tachyon.exception.ExceptionMessage.class tachyon.exception.FailedToCheckpointException.class tachyon.exception.FileAlreadyExistsException.class tachyon.exception.FileDoesNotExistException.class tachyon.exception.InvalidPathException.class tachyon.exception.InvalidWorkerStateException.class tachyon.exception.LineageDeletionException.class tachyon.exception.LineageDoesNotExistException.class tachyon.exception.NoWorkerException.class tachyon.exception.SuspectedFileSizeException.class tachyon.exception.TableColumnException.class tachyon.exception.TableDoesNotExistException.class tachyon.exception.TableMetadataException.class tachyon.exception.TachyonException.class tachyon.exception.TachyonExceptionType.class tachyon.exception.WorkerOutOfSpaceException.class tachyon.heartbeat.HeartbeatContext.class tachyon.heartbeat.HeartbeatExecutor.class tachyon.heartbeat.HeartbeatScheduler.class tachyon.heartbeat.HeartbeatThread.class tachyon.heartbeat.HeartbeatTimer.class tachyon.heartbeat.ScheduledTimer.class tachyon.heartbeat.SleepingTimer.class tachyon.job.CommandLineJob.class tachyon.job.Job.class tachyon.job.JobConf.class tachyon.master.block.BlockId.class tachyon.network.ChannelType.class tachyon.network.protocol.EncodedMessage.class tachyon.network.protocol.RPCBlockReadRequest.class tachyon.network.protocol.RPCBlockReadResponse.class tachyon.network.protocol.RPCBlockWriteRequest.class tachyon.network.protocol.RPCBlockWriteResponse.class tachyon.network.protocol.RPCErrorResponse.class tachyon.network.protocol.RPCMessage.class tachyon.network.protocol.RPCMessageDecoder.class tachyon.network.protocol.RPCMessageEncoder.class tachyon.network.protocol.RPCRequest.class tachyon.network.protocol.RPCResponse.class tachyon.network.protocol.databuffer.DataBuffer.class tachyon.network.protocol.databuffer.DataByteArrayChannel.class tachyon.network.protocol.databuffer.DataByteBuffer.class tachyon.network.protocol.databuffer.DataFileChannel.class tachyon.network.protocol.databuffer.DataNettyBuffer.class tachyon.resource.ResourcePool.class tachyon.retry.ExponentialBackoffRetry.class tachyon.retry.RetryPolicy.class tachyon.retry.SleepingRetry.class tachyon.security.LoginUser.class tachyon.security.User.class tachyon.security.authentication.AuthType.class tachyon.security.authentication.AuthenticationProvider.class tachyon.security.authentication.AuthenticationUtils.class tachyon.security.authentication.CustomAuthenticationProviderImpl.class tachyon.security.authentication.PlainSaslServer.class tachyon.security.authentication.PlainSaslServerProvider.class tachyon.security.authentication.PlainSaslUtils.class tachyon.security.authentication.SimpleAuthenticationProviderImpl.class tachyon.security.login.AppLoginModule.class tachyon.security.login.TachyonJaasConfiguration.class tachyon.security.login.TachyonJaasProperties.class tachyon.security.login.TachyonLoginModule.class tachyon.test.Testable.class tachyon.test.Tester.class tachyon.thrift.BlockInfo.class tachyon.thrift.BlockLocation.class tachyon.thrift.BlockMasterService.class tachyon.thrift.CheckpointFile.class tachyon.thrift.Command.class tachyon.thrift.CommandLineJobInfo.class tachyon.thrift.CommandType.class tachyon.thrift.CreateTOptions.class tachyon.thrift.DependencyInfo.class tachyon.thrift.FileBlockInfo.class tachyon.thrift.FileInfo.class tachyon.thrift.FileSystemMasterService.class tachyon.thrift.JobConfInfo.class tachyon.thrift.LineageCommand.class tachyon.thrift.LineageFileInfo.class tachyon.thrift.LineageInfo.class tachyon.thrift.LineageMasterService.class tachyon.thrift.MkdirTOptions.class tachyon.thrift.NetAddress.class tachyon.thrift.RawTableInfo.class tachyon.thrift.RawTableMasterService.class tachyon.thrift.TachyonTException.class tachyon.thrift.ThriftIOException.class tachyon.thrift.WorkerInfo.class tachyon.thrift.WorkerService.class tachyon.underfs.UnderFileSystem.class tachyon.underfs.UnderFileSystemFactory.class tachyon.underfs.UnderFileSystemRegistry.class tachyon.util.CommonUtils.class tachyon.util.FormatUtils.class tachyon.util.IdUtils.class tachyon.util.LineageUtils.class tachyon.util.OSUtils.class tachyon.util.ThreadFactoryUtils.class tachyon.util.UnderFileSystemUtils.class tachyon.util.io.BufferUtils.class tachyon.util.io.FileUtils.class tachyon.util.io.PathUtils.class tachyon.util.network.NettyUtils.class tachyon.util.network.NetworkAddressUtils.class tachyon.worker.ClientMetrics.class tachyon.worker.DataServerMessage.class tachyon.worker.WorkerClient.class tachyon.worker.WorkerClientHeartbeatExecutor.class
tachyon-common-0.8.0.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-parent</artifactId> <version>0.8.0</version> </parent> <artifactId>tachyon-common</artifactId> <packaging>jar</packaging> <name>Tachyon Common</name> <description>Common utilities shared by different tachyon modules</description> <properties> <license.header.path>${project.parent.basedir}/build/license/</license.header.path> <checkstyle.path>${project.parent.basedir}/build/checkstyle/</checkstyle.path> <findbugs.path>${project.parent.basedir}/build/findbugs/</findbugs.path> <failIfNoTests>false</failIfNoTests> </properties> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.0.28.Final</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-framework</artifactId> <version>${apache.curator.version}</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-client</artifactId> <version>${apache.curator.version}</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId> <version>${apache.curator.version}</version> <exclusions> <exclusion> <groupId>org.jboss.netty</groupId> <artifactId>netty</artifactId> </exclusion> <exclusion> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <!-- Test Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> </build> </project>
<dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-common</artifactId> <version>0.8.0</version> </dependency>
If you think the following tachyon-common-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download tachyon-common-0.8.0.jar file