This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git.


    from ef95e2c  RATIS-1199. Change RaftServerProxy/RaftServerImpl to package 
private. (#318)
     add 04ff37e  RATIS-1111. Change the FileStore example to use Streaming 
(#298). Contributed by Rui Wang

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ratis/client/api/DataStreamApi.java |   5 +
 .../ratis/client/impl/DataStreamClientImpl.java    |  12 +++
 ratis-examples/pom.xml                             |   6 ++
 .../apache/ratis/examples/filestore/FileStore.java |  74 +++++++++++++
 .../ratis/examples/filestore/FileStoreClient.java  |  21 ++++
 .../examples/filestore/FileStoreStateMachine.java  |  54 ++++++++++
 .../filestore/FileStoreStreamingBaseTest.java      | 119 +++++++++++++++++++++
 .../TestFileStoreStreamingWithGrpcCluster.java     |  10 +-
 ratis-proto/src/main/proto/Examples.proto          |  11 ++
 9 files changed, 308 insertions(+), 4 deletions(-)
 create mode 100644 
ratis-examples/src/test/java/org/apache/ratis/examples/filestore/FileStoreStreamingBaseTest.java
 copy 
ratis-test/src/test/java/org/apache/ratis/datastream/TestNettyDataStreamWithGrpcCluster.java
 => 
ratis-examples/src/test/java/org/apache/ratis/examples/filestore/TestFileStoreStreamingWithGrpcCluster.java
 (76%)

Reply via email to