Package org.apache.blur.thrift.generated.Blur

Examples of org.apache.blur.thrift.generated.Blur.Iface.optimize()


  public static void main(String[] args) throws BlurException, TException, IOException {
    final String tableName = args[1];
    final int segmentCount = Integer.parseInt(args[2]);
    Iface client = BlurClient.getClient(args[0]);
    client.optimize(tableName, segmentCount);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.