Skip to content

Commit

Permalink
Added thrift RPC for lineage master
Browse files Browse the repository at this point in the history
  • Loading branch information
yupeng9 committed Sep 15, 2015
1 parent 4c75fed commit 2524ea6
Show file tree
Hide file tree
Showing 30 changed files with 2,308 additions and 42 deletions.
1 change: 1 addition & 0 deletions common/src/main/java/tachyon/Constants.java
Expand Up @@ -78,6 +78,7 @@ public class Constants {
public static final String BLOCK_MASTER_SERVICE_NAME = "BlockMaster";
public static final String FILE_SYSTEM_MASTER_SERVICE_NAME = "FileSystemMaster";
public static final String RAW_TABLE_MASTER_SERVICE_NAME = "RawTableMaster";
public static final String LINEAGE_MASTER_SERVICE_NAME = "LineageMaster";

/**
* Version 1 [Before 0.5.0] Customized ser/de based. <br>
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/tachyon/thrift/BlockInfo.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/src/main/java/tachyon/thrift/BlockLocation.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/src/main/java/tachyon/thrift/Command.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/src/main/java/tachyon/thrift/DependencyInfo.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/src/main/java/tachyon/thrift/FileBlockInfo.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/src/main/java/tachyon/thrift/FileInfo.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2524ea6

Please sign in to comment.