My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
ProgrammingGuideRemoveOfTupleGroup  
SSS Mapreduce Programming Guide - Remove of TupleGroup
ja, en
Updated Feb 25, 2013 by tatsuhik...@gmail.com

TupleGroupの削除

TupleGroupを削除するのはSssClient#removeTupleGroupを利用します。

    SssClient client = new SssClient(args);
    GroupID gid = ...;

    client.removeTupleGroup(gid);
Powered by Google Project Hosting