[23/55] [abbrv] [partial] storm git commit: Ported successfully.

2016-10-11 Thread knusbaum
http://git-wip-us.apache.org/repos/asf/storm/blob/a6171bd6/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java
--
diff --git a/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java 
b/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java
deleted file mode 100644
index 677dfd8..000
--- a/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java
+++ /dev/null
@@ -1,507 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/**
- * Autogenerated by Thrift Compiler (0.9.3)
- *
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- *  @generated
- */
-package org.apache.storm.generated;
-
-import org.apache.thrift.scheme.IScheme;
-import org.apache.thrift.scheme.SchemeFactory;
-import org.apache.thrift.scheme.StandardScheme;
-
-import org.apache.thrift.scheme.TupleScheme;
-import org.apache.thrift.protocol.TTupleProtocol;
-import org.apache.thrift.protocol.TProtocolException;
-import org.apache.thrift.EncodingUtils;
-import org.apache.thrift.TException;
-import org.apache.thrift.async.AsyncMethodCallback;
-import org.apache.thrift.server.AbstractNonblockingServer.*;
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Map;
-import java.util.HashMap;
-import java.util.EnumMap;
-import java.util.Set;
-import java.util.HashSet;
-import java.util.EnumSet;
-import java.util.Collections;
-import java.util.BitSet;
-import java.nio.ByteBuffer;
-import java.util.Arrays;
-import javax.annotation.Generated;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
-public class GlobalStreamId implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, 
Comparable {
-  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("GlobalStreamId");
-
-  private static final org.apache.thrift.protocol.TField 
COMPONENT_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("componentId", 
org.apache.thrift.protocol.TType.STRING, (short)1);
-  private static final org.apache.thrift.protocol.TField STREAM_ID_FIELD_DESC 
= new org.apache.thrift.protocol.TField("streamId", 
org.apache.thrift.protocol.TType.STRING, (short)2);
-
-  private static final Map schemes = 
new HashMap();
-  static {
-schemes.put(StandardScheme.class, new 
GlobalStreamIdStandardSchemeFactory());
-schemes.put(TupleScheme.class, new GlobalStreamIdTupleSchemeFactory());
-  }
-
-  private String componentId; // required
-  private String streamId; // required
-
-  /** The set of fields this struct contains, along with convenience methods 
for finding and manipulating them. */
-  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-COMPONENT_ID((short)1, "componentId"),
-STREAM_ID((short)2, "streamId");
-
-private static final Map byName = new HashMap();
-
-static {
-  for (_Fields field : EnumSet.allOf(_Fields.class)) {
-byName.put(field.getFieldName(), field);
-  }
-}
-
-/**
- * Find the _Fields constant that matches fieldId, or null if its not 
found.
- */
-public static _Fields findByThriftId(int fieldId) {
-  switch(fieldId) {
-case 1: // COMPONENT_ID
-  return COMPONENT_ID;
-case 2: // STREAM_ID
-  return STREAM_ID;
-default:
-  return null;
-  }
-}
-
-/**
- * Find the _Fields constant that matches fieldId, throwing an exception
- * if it is not found.
- */
-public static _Fields findByThriftIdOrThrow(int fieldId) {
-  _Fields fields = findByThriftId(fieldId);
-  if (fields == null) throw new IllegalArgumentException("Field " + 
fieldId + " doesn't exist!");
-  return fields;
-}
-
-/**
- * Find the _Fields constant that matches name, or null if its not found.
- */
-public static _Fields findByName(String name) {
-  return byName.get(name);
-}
-
-private 

[23/55] [abbrv] [partial] storm git commit: Ported successfully.

2016-10-10 Thread knusbaum
http://git-wip-us.apache.org/repos/asf/storm/blob/a6171bd6/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java
--
diff --git a/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java 
b/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java
deleted file mode 100644
index 677dfd8..000
--- a/storm-core/src/jvm/backtype/storm/generated/GlobalStreamId.java
+++ /dev/null
@@ -1,507 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/**
- * Autogenerated by Thrift Compiler (0.9.3)
- *
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- *  @generated
- */
-package org.apache.storm.generated;
-
-import org.apache.thrift.scheme.IScheme;
-import org.apache.thrift.scheme.SchemeFactory;
-import org.apache.thrift.scheme.StandardScheme;
-
-import org.apache.thrift.scheme.TupleScheme;
-import org.apache.thrift.protocol.TTupleProtocol;
-import org.apache.thrift.protocol.TProtocolException;
-import org.apache.thrift.EncodingUtils;
-import org.apache.thrift.TException;
-import org.apache.thrift.async.AsyncMethodCallback;
-import org.apache.thrift.server.AbstractNonblockingServer.*;
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Map;
-import java.util.HashMap;
-import java.util.EnumMap;
-import java.util.Set;
-import java.util.HashSet;
-import java.util.EnumSet;
-import java.util.Collections;
-import java.util.BitSet;
-import java.nio.ByteBuffer;
-import java.util.Arrays;
-import javax.annotation.Generated;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
-public class GlobalStreamId implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, 
Comparable {
-  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new 
org.apache.thrift.protocol.TStruct("GlobalStreamId");
-
-  private static final org.apache.thrift.protocol.TField 
COMPONENT_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("componentId", 
org.apache.thrift.protocol.TType.STRING, (short)1);
-  private static final org.apache.thrift.protocol.TField STREAM_ID_FIELD_DESC 
= new org.apache.thrift.protocol.TField("streamId", 
org.apache.thrift.protocol.TType.STRING, (short)2);
-
-  private static final Map schemes = 
new HashMap();
-  static {
-schemes.put(StandardScheme.class, new 
GlobalStreamIdStandardSchemeFactory());
-schemes.put(TupleScheme.class, new GlobalStreamIdTupleSchemeFactory());
-  }
-
-  private String componentId; // required
-  private String streamId; // required
-
-  /** The set of fields this struct contains, along with convenience methods 
for finding and manipulating them. */
-  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-COMPONENT_ID((short)1, "componentId"),
-STREAM_ID((short)2, "streamId");
-
-private static final Map byName = new HashMap();
-
-static {
-  for (_Fields field : EnumSet.allOf(_Fields.class)) {
-byName.put(field.getFieldName(), field);
-  }
-}
-
-/**
- * Find the _Fields constant that matches fieldId, or null if its not 
found.
- */
-public static _Fields findByThriftId(int fieldId) {
-  switch(fieldId) {
-case 1: // COMPONENT_ID
-  return COMPONENT_ID;
-case 2: // STREAM_ID
-  return STREAM_ID;
-default:
-  return null;
-  }
-}
-
-/**
- * Find the _Fields constant that matches fieldId, throwing an exception
- * if it is not found.
- */
-public static _Fields findByThriftIdOrThrow(int fieldId) {
-  _Fields fields = findByThriftId(fieldId);
-  if (fields == null) throw new IllegalArgumentException("Field " + 
fieldId + " doesn't exist!");
-  return fields;
-}
-
-/**
- * Find the _Fields constant that matches name, or null if its not found.
- */
-public static _Fields findByName(String name) {
-  return byName.get(name);
-}
-
-private