Class SettableBlobMeta

java.lang.Object
org.apache.storm.generated.SettableBlobMeta
All Implemented Interfaces:
Serializable, Cloneable, Comparable<SettableBlobMeta>, org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>, org.apache.storm.thrift.TSerializable

@Generated("Autogenerated by Thrift Compiler (0.19.0)") public class SettableBlobMeta extends Object implements org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>, Serializable, Cloneable, Comparable<SettableBlobMeta>
See Also:
  • Field Details

  • Constructor Details

    • SettableBlobMeta

      public SettableBlobMeta()
    • SettableBlobMeta

      public SettableBlobMeta(List<AccessControl> acl)
    • SettableBlobMeta

      public SettableBlobMeta(SettableBlobMeta other)
      Performs a deep copy on other.
  • Method Details

    • deepCopy

      public SettableBlobMeta deepCopy()
      Specified by:
      deepCopy in interface org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>
    • get_acl_size

      public int get_acl_size()
    • get_acl_iterator

      public Iterator<AccessControl> get_acl_iterator()
    • add_to_acl

      public void add_to_acl(AccessControl elem)
    • get_acl

      public List<AccessControl> get_acl()
    • set_acl

      public void set_acl(List<AccessControl> acl)
    • unset_acl

      public void unset_acl()
    • is_set_acl

      public boolean is_set_acl()
      Returns true if field acl is set (has been assigned a value) and false otherwise
    • set_acl_isSet

      public void set_acl_isSet(boolean value)
    • get_replication_factor

      public int get_replication_factor()
    • set_replication_factor

      public void set_replication_factor(int replication_factor)
    • unset_replication_factor

      public void unset_replication_factor()
    • is_set_replication_factor

      public boolean is_set_replication_factor()
      Returns true if field replication_factor is set (has been assigned a value) and false otherwise
    • set_replication_factor_isSet

      public void set_replication_factor_isSet(boolean value)
    • setFieldValue

      public void setFieldValue(SettableBlobMeta._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>
    • getFieldValue

      public Object getFieldValue(SettableBlobMeta._Fields field)
      Specified by:
      getFieldValue in interface org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>
    • isSet

      public boolean isSet(SettableBlobMeta._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(SettableBlobMeta that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(SettableBlobMeta other)
      Specified by:
      compareTo in interface Comparable<SettableBlobMeta>
    • fieldForId

      public SettableBlobMeta._Fields fieldForId(int fieldId)
      Specified by:
      fieldForId in interface org.apache.storm.thrift.TBase<SettableBlobMeta,SettableBlobMeta._Fields>
    • read

      public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
      Specified by:
      read in interface org.apache.storm.thrift.TSerializable
      Throws:
      org.apache.storm.thrift.TException
    • write

      public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
      Specified by:
      write in interface org.apache.storm.thrift.TSerializable
      Throws:
      org.apache.storm.thrift.TException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate() throws org.apache.storm.thrift.TException
      Throws:
      org.apache.storm.thrift.TException