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
en, ja
Updated Feb 27, 2013

Remove of TupleGroup

SssClient#removeTupleGroup is available to remove TupleGroup.

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

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