| 组织ID: |
org.tachyonproject |
| 项目ID: |
tachyon |
| 版本: |
0.3.0 |
| 最后修改时间: |
2019-10-24 05:54:01 |
| 包类型: |
jar |
| 标题: |
Tachyon Project POM |
| 相关URL: |
http://tachyonproject.org/ |
| 大小: |
1.11MB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon</artifactId>
<version>0.3.0</version>
</dependency>
|
| Gradle引入代码: |
org.tachyonproject:tachyon:0.3.0
|
| 下载Jar包: |
|
| POM文件内容: |
<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>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon</artifactId>
<version>0.3.0</version>
<packaging>jar</packaging>
<name>Tachyon Project POM</name>
<url>http://tachyonproject.org/</url>
<licenses>
<license>
<name>BSD License</name>
<url>https://github.com/amplab/tachyon/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:amplab/tachyon.git</connection>
<developerConnection>scm:git:git@github.com:amplab/tachyon.git</developerConnection>
<url>scm:git:git@github.com:amplab/tachyon.git</url>
<tag>v0.3.0</tag>
</scm>
<developers>
<developer>
<id>haoyuan</id>
<name>Haoyuan Li</name>
<email>haoyuan.li@gmail.com</email>
<url>http://www.cs.berkeley.edu/~haoyuan</url>
<organization>U.C. Berkeley Computer Science</organization>
<organizationUrl>http://www.cs.berkeley.edu/</organizationUrl>
</developer>
</developers>
<issueManagement>
<system>github</system>
<url>https://spark-project.atlassian.net/browse/TACH</url>
</issueManagement>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<hadoop.version>1.0.4</hadoop.version>
<libthrift.version>0.7.0</libthrift.version>
<cxf.version>2.7.0</cxf.version>
<jetty.version>7.6.8.v20121106</jetty.version>
<slf4j.version>1.7.2</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<apache.curator.version>2.1.0-incubating</apache.curator.version>
<version.template.file>src/main/java/tachyon/Version.java.template</version.template.file>
<version.file>src/main/java/tachyon/Version.java</version.file>
</properties>
<repositories>
<repository>
<id>cloudera-repo</id>
<name>Cloudera Repository</name>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jsp</artifactId>
<version>${jetty.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>${jetty.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>${libthrift.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.0</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>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>${apache.curator.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!--
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>1.2.1</version>
<executions>
<execution>
<id>Version Calculation</id>
<phase>generate-sources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>${basedir}/bin/thrift-gen.sh</executable>
</configuration>
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>UTF-8</encoding>
<maxmem>1024m</maxmem>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
<configuration>
<systemPropertyVariables>
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>tachyon.sample.ServerApp</mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
</plugin>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>maven-replacer-plugin</artifactId>
<version>1.4.0</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>replace</goal>
</goals>
</execution>
</executions>
<configuration>
<file>${version.template.file}</file>
<outputFile>${version.file}</outputFile>
<replacements>
<replacement>
<token>@pomversion@</token>
<value>${project.version}</value>
</replacement>
</replacements>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<configuration>
<show>public</show>
</configuration>
</plugin>
</plugins>
</reporting>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
tachyon.UnderFileSystemHdfs$1.class
tachyon.UnderFileSystem$SpaceType.class
tachyon.Version.class
tachyon.DataServer.class
tachyon.Constants.class
tachyon.UserInfo.class
tachyon.command.Utils.class
tachyon.command.TFsShell.class
tachyon.PrefixList.class
tachyon.InodeType.class
tachyon.web.UIWebServer.class
tachyon.web.WebInterfaceBrowseServlet$1.class
tachyon.web.WebInterfaceGeneralServlet$NodeInfo.class
tachyon.web.WebInterfaceBrowseServlet.class
tachyon.web.WebInterfaceGeneralServlet.class
tachyon.web.WebInterfaceBrowseServlet$UiFileInfo.class
tachyon.web.WebInterfaceGeneralServlet$1.class
tachyon.web.WebInterfaceMemoryServlet.class
tachyon.MasterInfo.class
tachyon.examples.BasicRawTableOperations.class
tachyon.examples.Performance$TachyonReadWorker.class
tachyon.examples.Performance$Worker.class
tachyon.examples.Performance$TachyonWriterWorker.class
tachyon.examples.Performance$GeneralWorker.class
tachyon.examples.Performance.class
tachyon.examples.BasicOperations.class
tachyon.Master.class
tachyon.conf.UserConf.class
tachyon.conf.Utils.class
tachyon.conf.MasterConf.class
tachyon.conf.WorkerConf.class
tachyon.conf.CommonConf.class
tachyon.WorkerSpaceCounter.class
tachyon.CommonUtils.class
tachyon.UnderFileSystemHdfs.class
tachyon.io.ByteBufferReader.class
tachyon.io.Utils.class
tachyon.io.JavaByteBufferWriter.class
tachyon.io.JavaByteBufferReader.class
tachyon.io.UnsafeDirectByteBufferReader.class
tachyon.io.UnsafeDirectByteBufferWriter.class
tachyon.io.ByteBufferWriter.class
tachyon.io.UnsafeUtils.class
tachyon.io.UnsafeHeapByteBufferReader.class
tachyon.io.UnsafeHeapByteBufferWriter.class
tachyon.Users.class
tachyon.Log4jFileAppender.class
tachyon.UnderFileSystemSingleLocal$1.class
tachyon.thrift.MasterService$user_completeFile_result.class
tachyon.thrift.WorkerService$Processor$getUserUnderfsTempFolder.class
tachyon.thrift.MasterService$user_getUserId_args$_Fields.class
tachyon.thrift.MasterService$Processor$user_getClientRawTableInfoByPath.class
tachyon.thrift.CoordinatorService$AsyncClient$getMaxTransactionId_call.class
tachyon.thrift.MasterService$user_getClientFileInfoById_result$_Fields.class
tachyon.thrift.WorkerService$returnSpace_args.class
tachyon.thrift.WorkerService$getUserTempFolder_args.class
tachyon.thrift.SuspectedFileSizeException$_Fields.class
tachyon.thrift.CoordinatorService$sendNewTransactions_args.class
tachyon.thrift.MasterService$Processor$user_getClientFileInfoById.class
tachyon.thrift.MasterService$Processor$user_getBlockId.class
tachyon.thrift.MasterService$AsyncClient$user_renameTo_call.class
tachyon.thrift.NetAddress$1.class
tachyon.thrift.MasterService$user_getRawTableId_result.class
tachyon.thrift.WorkerService$Client$Factory.class
tachyon.thrift.MasterService$user_getFileBlocksById_args$_Fields.class
tachyon.thrift.MasterService$worker_getPinIdList_args.class
tachyon.thrift.WorkerService$lockBlock_args$_Fields.class
tachyon.thrift.MasterService$Processor$worker_register.class
tachyon.thrift.MasterService$worker_heartbeat_result.class
tachyon.thrift.MasterService$AsyncClient$user_deleteByPath_call.class
tachyon.thrift.TableColumnException.class
tachyon.thrift.MasterService$Processor$user_outOfMemoryForPinFile.class
tachyon.thrift.MasterService$user_getClientBlockInfo_args$_Fields.class
tachyon.thrift.MasterService$user_deleteById_args.class
tachyon.thrift.MasterService$user_getClientFileInfoById_args.class
tachyon.thrift.MasterService$worker_getPinIdList_result.class
tachyon.thrift.FileAlreadyExistException$1.class
tachyon.thrift.MasterService$addCheckpoint_result$_Fields.class
tachyon.thrift.WorkerService$AsyncClient$getUserTempFolder_call.class
tachyon.thrift.MasterService$user_getRawTableId_args$_Fields.class
tachyon.thrift.MasterService$user_getUserId_args.class
tachyon.thrift.MasterService$user_createRawTable_result.class
tachyon.thrift.MasterService$user_getUnderfsAddress_args.class
tachyon.thrift.ClientWorkerInfo$_Fields.class
tachyon.thrift.WorkerService$unlockBlock_result.class
tachyon.thrift.MasterService$Processor$worker_heartbeat.class
tachyon.thrift.MasterService$user_listFiles_result.class
tachyon.thrift.WorkerService$userHeartbeat_result$_Fields.class
tachyon.thrift.WorkerService$AsyncClient$returnSpace_call.class
tachyon.thrift.MasterService$user_rename_result$_Fields.class
tachyon.thrift.WorkerService$getDataFolder_result.class
tachyon.thrift.MasterService$worker_heartbeat_result$_Fields.class
tachyon.thrift.MasterService$user_createNewBlock_args.class
tachyon.thrift.ClientRawTableInfo.class
tachyon.thrift.InvalidPathException$_Fields.class
tachyon.thrift.MasterService$user_createRawTable_result$_Fields.class
tachyon.thrift.CoordinatorService$1.class
tachyon.thrift.MasterService$worker_getPinIdList_result$_Fields.class
tachyon.thrift.CoordinatorService$getMaxTransactionId_args.class
tachyon.thrift.MasterService$user_getUnderfsAddress_result$_Fields.class
tachyon.thrift.MasterService$user_getNumberOfFiles_result$_Fields.class
tachyon.thrift.MasterService$user_updateRawTableMetadata_args$_Fields.class
tachyon.thrift.MasterService$user_getUserId_result$_Fields.class
tachyon.thrift.WorkerService$AsyncClient.class
tachyon.thrift.NetAddress$_Fields.class
tachyon.thrift.WorkerService$cacheBlock_args$_Fields.class
tachyon.thrift.MasterService$AsyncClient$worker_getPinIdList_call.class
tachyon.thrift.MasterService$user_deleteById_result.class
tachyon.thrift.WorkerService$Processor$lockBlock.class
tachyon.thrift.OutOfMemoryForPinFileException.class
tachyon.thrift.TachyonException$_Fields.class
tachyon.thrift.WorkerService$Processor$addCheckpoint.class
tachyon.thrift.MasterService$user_getFileBlocksById_args.class
tachyon.thrift.MasterService$AsyncIface.class
tachyon.thrift.TableColumnException$_Fields.class
tachyon.thrift.MasterService$user_createNewBlock_result$_Fields.class
tachyon.thrift.MasterService$Processor$getWorkersInfo.class
tachyon.thrift.OutOfMemoryForPinFileException$_Fields.class
tachyon.thrift.FailedToCheckpointException$1.class
tachyon.thrift.ClientBlockInfo$1.class
tachyon.thrift.MasterService$Processor$user_getNumberOfFiles.class
tachyon.thrift.MasterService$user_renameTo_result$_Fields.class
tachyon.thrift.MasterService$user_createRawTable_args.class
tachyon.thrift.WorkerService$returnSpace_result.class
tachyon.thrift.MasterService$user_getFileBlocksByPath_result.class
tachyon.thrift.NoWorkerException.class
tachyon.thrift.WorkerService$unlockBlock_result$_Fields.class
tachyon.thrift.MasterService$worker_cacheBlock_result.class
tachyon.thrift.WorkerService$requestSpace_result$_Fields.class
tachyon.thrift.MasterService$user_rename_args$_Fields.class
tachyon.thrift.MasterService$AsyncClient$Factory.class
tachyon.thrift.WorkerService$requestSpace_result.class
tachyon.thrift.MasterService$Processor$user_getFileId.class
tachyon.thrift.MasterService$Processor$user_getClientFileInfoByPath.class
tachyon.thrift.MasterService$AsyncClient$user_getClientFileInfoByPath_call.class
tachyon.thrift.WorkerService$AsyncClient$lockBlock_call.class
tachyon.thrift.MasterService.class
tachyon.thrift.MasterService$Processor$worker_getPinIdList.class
tachyon.thrift.CoordinatorService$AsyncClient$sendNewTransactions_call.class
tachyon.thrift.WorkerService$Processor.class
tachyon.thrift.WorkerService$AsyncClient$unlockBlock_call.class
tachyon.thrift.MasterService$user_getBlockId_args$_Fields.class
tachyon.thrift.MasterService$user_getClientRawTableInfoById_args$_Fields.class
tachyon.thrift.MasterService$worker_getPinIdList_args$_Fields.class
tachyon.thrift.MasterService$user_getClientFileInfoByPath_result.class
tachyon.thrift.WorkerService$requestSpace_args.class
tachyon.thrift.FailedToCheckpointException.class
tachyon.thrift.MasterService$AsyncClient$user_mkdir_call.class
tachyon.thrift.MasterService$addCheckpoint_args.class
tachyon.thrift.MasterService$Processor$user_listFiles.class
tachyon.thrift.MasterService$AsyncClient$worker_heartbeat_call.class
tachyon.thrift.InvalidPathException$1.class
tachyon.thrift.WorkerService$AsyncIface.class
tachyon.thrift.MasterService$worker_register_result$_Fields.class
tachyon.thrift.WorkerService$Processor$userHeartbeat.class
tachyon.thrift.MasterService$user_unpinFile_result$_Fields.class
tachyon.thrift.MasterService$user_getClientBlockInfo_args.class
tachyon.thrift.WorkerService$Processor$returnSpace.class
tachyon.thrift.WorkerService$addCheckpoint_result.class
tachyon.thrift.MasterService$AsyncClient$user_ls_call.class
tachyon.thrift.WorkerService$AsyncClient$userHeartbeat_call.class
tachyon.thrift.MasterService$user_getNumberOfFiles_result.class
tachyon.thrift.MasterService$AsyncClient$user_getClientRawTableInfoByPath_call.class
tachyon.thrift.TableColumnException$1.class
tachyon.thrift.CommandType.class
tachyon.thrift.MasterService$AsyncClient$user_getBlockId_call.class
tachyon.thrift.CoordinatorService$Iface.class
tachyon.thrift.FileAlreadyExistException$_Fields.class
tachyon.thrift.Command$1.class
tachyon.thrift.MasterService$getWorkersInfo_result$_Fields.class
tachyon.thrift.WorkerService$getUserUnderfsTempFolder_result.class
tachyon.thrift.WorkerService$accessBlock_args$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_unpinFile_call.class
tachyon.thrift.MasterService$user_getFileBlocksByPath_args$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_getFileBlocksById_call.class
tachyon.thrift.MasterService$AsyncClient$user_createRawTable_call.class
tachyon.thrift.MasterService$user_deleteById_result$_Fields.class
tachyon.thrift.WorkerService$getDataFolder_args$_Fields.class
tachyon.thrift.MasterService$user_listFiles_args.class
tachyon.thrift.MasterService$user_getClientRawTableInfoById_result.class
tachyon.thrift.MasterService$user_getFileId_args.class
tachyon.thrift.MasterService$user_createFileOnCheckpoint_result$_Fields.class
tachyon.thrift.NoWorkerException$1.class
tachyon.thrift.MasterService$Processor$user_ls.class
tachyon.thrift.MasterService$user_getClientRawTableInfoById_args.class
tachyon.thrift.MasterService$user_getWorker_result$_Fields.class
tachyon.thrift.MasterService$worker_cacheBlock_result$_Fields.class
tachyon.thrift.MasterService$user_mkdir_result$_Fields.class
tachyon.thrift.MasterService$user_listFiles_result$_Fields.class
tachyon.thrift.MasterService$Processor$user_getFileBlocksById.class
tachyon.thrift.FileAlreadyExistException.class
tachyon.thrift.WorkerService$1.class
tachyon.thrift.InvalidPathException.class
tachyon.thrift.WorkerService$Processor$unlockBlock.class
tachyon.thrift.MasterService$Processor$user_getUnderfsAddress.class
tachyon.thrift.MasterService$worker_register_result.class
tachyon.thrift.MasterService$user_outOfMemoryForPinFile_result.class
tachyon.thrift.MasterService$user_createFile_args.class
tachyon.thrift.MasterService$user_deleteByPath_args.class
tachyon.thrift.MasterService$user_outOfMemoryForPinFile_result$_Fields.class
tachyon.thrift.WorkerService$addCheckpoint_args$_Fields.class
tachyon.thrift.MasterService$user_createFileOnCheckpoint_args.class
tachyon.thrift.MasterService$user_createFile_args$_Fields.class
tachyon.thrift.MasterService$Processor$user_mkdir.class
tachyon.thrift.CoordinatorService$getMaxTransactionId_result.class
tachyon.thrift.WorkerService$AsyncClient$getDataFolder_call.class
tachyon.thrift.ClientFileInfo.class
tachyon.thrift.MasterService$user_mkdir_result.class
tachyon.thrift.Command.class
tachyon.thrift.WorkerService$userHeartbeat_result.class
tachyon.thrift.MasterService$user_updateRawTableMetadata_result$_Fields.class
tachyon.thrift.CoordinatorService$AsyncIface.class
tachyon.thrift.CoordinatorService$Processor.class
tachyon.thrift.WorkerService$AsyncClient$cacheBlock_call.class
tachyon.thrift.CoordinatorService.class
tachyon.thrift.MasterService$user_getClientRawTableInfoByPath_args.class
tachyon.thrift.WorkerService$getDataFolder_result$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_getFileId_call.class
tachyon.thrift.MasterService$Client.class
tachyon.thrift.MasterService$getWorkersInfo_result.class
tachyon.thrift.MasterService$user_getClientRawTableInfoById_result$_Fields.class
tachyon.thrift.MasterService$user_listFiles_args$_Fields.class
tachyon.thrift.CoordinatorService$sendNewTransactions_result$_Fields.class
tachyon.thrift.TachyonException$1.class
tachyon.thrift.MasterService$AsyncClient$worker_register_call.class
tachyon.thrift.MasterService$worker_cacheBlock_args.class
tachyon.thrift.WorkerService$getUserTempFolder_args$_Fields.class
tachyon.thrift.MasterService$user_getWorker_result.class
tachyon.thrift.MasterService$AsyncClient$user_createFile_call.class
tachyon.thrift.MasterService$user_outOfMemoryForPinFile_args.class
tachyon.thrift.MasterService$user_createNewBlock_result.class
tachyon.thrift.MasterService$user_createRawTable_args$_Fields.class
tachyon.thrift.MasterService$user_getFileBlocksByPath_result$_Fields.class
tachyon.thrift.MasterService$user_getRawTableId_result$_Fields.class
tachyon.thrift.ClientWorkerInfo$1.class
tachyon.thrift.MasterService$AsyncClient$user_getUserId_call.class
tachyon.thrift.WorkerService$Processor$getDataFolder.class
tachyon.thrift.MasterService$user_unpinFile_args.class
tachyon.thrift.MasterService$Iface.class
tachyon.thrift.BlockInfoException.class
tachyon.thrift.WorkerService$Client.class
tachyon.thrift.WorkerService$returnSpace_args$_Fields.class
tachyon.thrift.FileDoesNotExistException.class
tachyon.thrift.MasterService$worker_cacheBlock_args$_Fields.class
tachyon.thrift.MasterService$AsyncClient$getWorkersInfo_call.class
tachyon.thrift.MasterService$user_getBlockId_args.class
tachyon.thrift.MasterService$user_rename_result.class
tachyon.thrift.WorkerService$unlockBlock_args$_Fields.class
tachyon.thrift.MasterService$user_deleteByPath_result$_Fields.class
tachyon.thrift.MasterService$liststatus_args$_Fields.class
tachyon.thrift.WorkerService$getUserTempFolder_result$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_listFiles_call.class
tachyon.thrift.BlockInfoException$_Fields.class
tachyon.thrift.MasterService$user_getBlockId_result$_Fields.class
tachyon.thrift.MasterService$Processor$user_getRawTableId.class
tachyon.thrift.MasterService$AsyncClient$user_createFileOnCheckpoint_call.class
tachyon.thrift.MasterService$Processor$user_rename.class
tachyon.thrift.WorkerService$getDataFolder_args.class
tachyon.thrift.WorkerService$requestSpace_args$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_getClientBlockInfo_call.class
tachyon.thrift.MasterService$user_getWorker_args$_Fields.class
tachyon.thrift.WorkerService$AsyncClient$getUserUnderfsTempFolder_call.class
tachyon.thrift.MasterService$user_ls_result.class
tachyon.thrift.MasterService$getWorkersInfo_args.class
tachyon.thrift.WorkerService$cacheBlock_result$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_getRawTableId_call.class
tachyon.thrift.MasterService$user_ls_result$_Fields.class
tachyon.thrift.WorkerService$Processor$accessBlock.class
tachyon.thrift.MasterService$user_getBlockId_result.class
tachyon.thrift.MasterService$user_createFile_result.class
tachyon.thrift.MasterService$AsyncClient$liststatus_call.class
tachyon.thrift.CoordinatorService$AsyncClient$Factory.class
tachyon.thrift.MasterService$Client$Factory.class
tachyon.thrift.WorkerService$getUserUnderfsTempFolder_result$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_outOfMemoryForPinFile_call.class
tachyon.thrift.MasterService$user_ls_args.class
tachyon.thrift.ClientRawTableInfo$_Fields.class
tachyon.thrift.WorkerService$addCheckpoint_result$_Fields.class
tachyon.thrift.WorkerService$AsyncClient$addCheckpoint_call.class
tachyon.thrift.MasterService$user_getNumberOfFiles_args$_Fields.class
tachyon.thrift.OutOfMemoryForPinFileException$1.class
tachyon.thrift.MasterService$user_getClientFileInfoByPath_result$_Fields.class
tachyon.thrift.MasterService$Processor$user_getWorker.class
tachyon.thrift.MasterService$user_mkdir_args.class
tachyon.thrift.MasterService$user_getClientBlockInfo_result$_Fields.class
tachyon.thrift.MasterService$liststatus_result$_Fields.class
tachyon.thrift.ClientFileInfo$_Fields.class
tachyon.thrift.WorkerService$returnSpace_result$_Fields.class
tachyon.thrift.MasterService$user_renameTo_args$_Fields.class
tachyon.thrift.MasterService$Processor$user_renameTo.class
tachyon.thrift.MasterService$user_renameTo_args.class
tachyon.thrift.MasterService$worker_register_args$_Fields.class
tachyon.thrift.MasterService$user_getFileBlocksById_result$_Fields.class
tachyon.thrift.MasterService$AsyncClient$user_getFileBlocksByPath_call.class
tachyon.thrift.MasterService$Processor$user_createFileOnCheckpoint.class
tachyon.thrift.TableDoesNotExistException$1.class
tachyon.thrift.CoordinatorService$getMaxTransactionId_result$_Fields.class
tachyon.thrift.MasterService$user_getWorker_args.class
tachyon.thrift.MasterService$user_deleteById_args$_Fields.class
tachyon.thrift.NetAddress.class
tachyon.thrift.MasterService$AsyncClient$user_createNewBlock_call.class
tachyon.thrift.WorkerService$lockBlock_args.class
tachyon.thrift.MasterService$AsyncClient$addCheckpoint_call.class
tachyon.thrift.MasterService$AsyncClient$user_getNumberOfFiles_call.class
tachyon.thrift.CoordinatorService$Processor$getMaxTransactionId.class
tachyon.thrift.MasterService$worker_heartbeat_args.class
tachyon.thrift.MasterService$user_getUnderfsAddress_args$_Fields.class
tachyon.thrift.MasterService$user_getUnderfsAddress_result.class
tachyon.thrift.MasterService$AsyncClient$user_deleteById_call.class
tachyon.thrift.MasterService$AsyncClient$user_getClientFileInfoById_call.class
tachyon.thrift.WorkerService$getUserUnderfsTempFolder_args.class
tachyon.thrift.ClientBlockInfo$_Fields.class
tachyon.thrift.MasterService$user_updateRawTableMetadata_args.class
tachyon.thrift.MasterService$user_getFileId_result$_Fields.class
tachyon.thrift.Command$_Fields.class
tachyon.thrift.FileDoesNotExistException$1.class
tachyon.thrift.WorkerService$Processor$requestSpace.class
tachyon.thrift.CoordinatorService$getMaxTransactionId_args$_Fields.class
tachyon.thrift.MasterService$liststatus_result.class
tachyon.thrift.FailedToCheckpointException$_Fields.class
tachyon.thrift.MasterService$Processor$user_completeFile.class
tachyon.thrift.MasterService$user_getClientBlockInfo_result.class
tachyon.thrift.MasterService$Processor$worker_cacheBlock.class
tachyon.thrift.MasterService$addCheckpoint_args$_Fields.class
tachyon.thrift.MasterService$user_getClientFileInfoById_result.class
tachyon.thrift.WorkerService$cacheBlock_result.class
tachyon.thrift.MasterService$user_getClientFileInfoById_args$_Fields.class
tachyon.thrift.MasterService$user_unpinFile_args$_Fields.class
tachyon.thrift.ClientWorkerInfo.class
tachyon.thrift.MasterService$Processor$user_createFile.class
tachyon.thrift.MasterService$user_getClientFileInfoByPath_args.class
tachyon.thrift.WorkerService$getUserUnderfsTempFolder_args$_Fields.class
tachyon.thrift.MasterService$worker_heartbeat_args$_Fields.class
tachyon.thrift.CoordinatorService$sendNewTransactions_result.class
tachyon.thrift.MasterService$user_unpinFile_result.class
tachyon.thrift.WorkerService$Processor$getUserTempFolder.class
tachyon.thrift.MasterService$AsyncClient$user_getUnderfsAddress_call.class
tachyon.thrift.MasterService$Processor$user_createNewBlock.class
tachyon.thrift.MasterService$user_createFileOnCheckpoint_args$_Fields.class
tachyon.thrift.ClientBlockInfo.class
tachyon.thrift.MasterService$AsyncClient$user_completeFile_call.class
tachyon.thrift.WorkerService.class
tachyon.thrift.MasterService$user_deleteByPath_result.class
tachyon.thrift.TachyonException.class
tachyon.thrift.CoordinatorService$Client.class
tachyon.thrift.MasterService$AsyncClient$worker_cacheBlock_call.class
tachyon.thrift.TableDoesNotExistException$_Fields.class
tachyon.thrift.CoordinatorService$sendNewTransactions_args$_Fields.class
tachyon.thrift.WorkerService$Processor$cacheBlock.class
tachyon.thrift.WorkerService$accessBlock_result.class
tachyon.thrift.MasterService$user_getFileId_args$_Fields.class
tachyon.thrift.CoordinatorService$Processor$sendNewTransactions.class
tachyon.thrift.MasterService$liststatus_args.class
tachyon.thrift.CoordinatorService$Client$Factory.class
tachyon.thrift.MasterService$user_ls_args$_Fields.class
tachyon.thrift.MasterService$user_getClientFileInfoByPath_args$_Fields.class
tachyon.thrift.WorkerService$AsyncClient$requestSpace_call.class
tachyon.thrift.MasterService$Processor$user_createRawTable.class
tachyon.thrift.MasterService$user_completeFile_args.class
tachyon.thrift.BlockInfoException$1.class
tachyon.thrift.MasterService$user_rename_args.class
tachyon.thrift.MasterService$user_createFile_result$_Fields.class
tachyon.thrift.MasterService$user_updateRawTableMetadata_result.class
tachyon.thrift.MasterService$getWorkersInfo_args$_Fields.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
hadoop-client-${hadoop.version}.jar
/org.apache.hadoop/hadoop-client/${hadoop.version}
查看hadoop-client所有版本文件
ant-1.9.0.jar
/org.apache.ant/ant/1.9.0
查看ant所有版本文件
jetty-jsp-${jetty.version}.jar
/org.eclipse.jetty/jetty-jsp/${jetty.version}
查看jetty-jsp所有版本文件
jetty-webapp-${jetty.version}.jar
/org.eclipse.jetty/jetty-webapp/${jetty.version}
查看jetty-webapp所有版本文件
jetty-server-${jetty.version}.jar
/org.eclipse.jetty/jetty-server/${jetty.version}
查看jetty-server所有版本文件
jetty-servlet-${jetty.version}.jar
/org.eclipse.jetty/jetty-servlet/${jetty.version}
查看jetty-servlet所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
slf4j-api-${slf4j.version}.jar
/org.slf4j/slf4j-api/${slf4j.version}
查看slf4j-api所有版本文件
slf4j-log4j12-${slf4j.version}.jar
/org.slf4j/slf4j-log4j12/${slf4j.version}
查看slf4j-log4j12所有版本文件
log4j-${log4j.version}.jar
/log4j/log4j/${log4j.version}
查看log4j所有版本文件
commons-io-2.4.jar
/commons-io/commons-io/2.4
查看commons-io所有版本文件
libthrift-${libthrift.version}.jar
/org.apache.thrift/libthrift/${libthrift.version}
查看libthrift所有版本文件
commons-lang3-3.0.jar
/org.apache.commons/commons-lang3/3.0
查看commons-lang3所有版本文件
curator-recipes-${apache.curator.version}.jar
/org.apache.curator/curator-recipes/${apache.curator.version}
查看curator-recipes所有版本文件
curator-test-${apache.curator.version}.jar
/org.apache.curator/curator-test/${apache.curator.version}
查看curator-test所有版本文件
|