Class ServerProperties

    • Field Detail

      • version

        public String version
      • supportedTimeAggregationOperations

        public List<String> supportedTimeAggregationOperations
      • timestampPrecision

        public String timestampPrecision
      • maxConcurrentClientNum

        public int maxConcurrentClientNum
      • thriftMaxFrameSize

        public int thriftMaxFrameSize
      • isReadOnly

        public boolean isReadOnly
      • buildInfo

        public String buildInfo
    • Constructor Detail

      • ServerProperties

        public ServerProperties()
      • ServerProperties

        public ServerProperties​(String version,
                                List<String> supportedTimeAggregationOperations,
                                String timestampPrecision,
                                int maxConcurrentClientNum)
      • ServerProperties

        public ServerProperties​(ServerProperties other)
        Performs a deep copy on other.
    • Method Detail

      • getVersion

        public String getVersion()
      • unsetVersion

        public void unsetVersion()
      • isSetVersion

        public boolean isSetVersion()
        Returns true if field version is set (has been assigned a value) and false otherwise
      • setVersionIsSet

        public void setVersionIsSet​(boolean value)
      • getSupportedTimeAggregationOperationsSize

        public int getSupportedTimeAggregationOperationsSize()
      • getSupportedTimeAggregationOperationsIterator

        public Iterator<String> getSupportedTimeAggregationOperationsIterator()
      • addToSupportedTimeAggregationOperations

        public void addToSupportedTimeAggregationOperations​(String elem)
      • getSupportedTimeAggregationOperations

        public List<String> getSupportedTimeAggregationOperations()
      • setSupportedTimeAggregationOperations

        public ServerProperties setSupportedTimeAggregationOperations​(List<String> supportedTimeAggregationOperations)
      • unsetSupportedTimeAggregationOperations

        public void unsetSupportedTimeAggregationOperations()
      • isSetSupportedTimeAggregationOperations

        public boolean isSetSupportedTimeAggregationOperations()
        Returns true if field supportedTimeAggregationOperations is set (has been assigned a value) and false otherwise
      • setSupportedTimeAggregationOperationsIsSet

        public void setSupportedTimeAggregationOperationsIsSet​(boolean value)
      • getTimestampPrecision

        public String getTimestampPrecision()
      • unsetTimestampPrecision

        public void unsetTimestampPrecision()
      • isSetTimestampPrecision

        public boolean isSetTimestampPrecision()
        Returns true if field timestampPrecision is set (has been assigned a value) and false otherwise
      • setTimestampPrecisionIsSet

        public void setTimestampPrecisionIsSet​(boolean value)
      • getMaxConcurrentClientNum

        public int getMaxConcurrentClientNum()
      • setMaxConcurrentClientNum

        public ServerProperties setMaxConcurrentClientNum​(int maxConcurrentClientNum)
      • unsetMaxConcurrentClientNum

        public void unsetMaxConcurrentClientNum()
      • isSetMaxConcurrentClientNum

        public boolean isSetMaxConcurrentClientNum()
        Returns true if field maxConcurrentClientNum is set (has been assigned a value) and false otherwise
      • setMaxConcurrentClientNumIsSet

        public void setMaxConcurrentClientNumIsSet​(boolean value)
      • getThriftMaxFrameSize

        public int getThriftMaxFrameSize()
      • setThriftMaxFrameSize

        public ServerProperties setThriftMaxFrameSize​(int thriftMaxFrameSize)
      • unsetThriftMaxFrameSize

        public void unsetThriftMaxFrameSize()
      • isSetThriftMaxFrameSize

        public boolean isSetThriftMaxFrameSize()
        Returns true if field thriftMaxFrameSize is set (has been assigned a value) and false otherwise
      • setThriftMaxFrameSizeIsSet

        public void setThriftMaxFrameSizeIsSet​(boolean value)
      • isIsReadOnly

        public boolean isIsReadOnly()
      • unsetIsReadOnly

        public void unsetIsReadOnly()
      • isSetIsReadOnly

        public boolean isSetIsReadOnly()
        Returns true if field isReadOnly is set (has been assigned a value) and false otherwise
      • setIsReadOnlyIsSet

        public void setIsReadOnlyIsSet​(boolean value)
      • getBuildInfo

        public String getBuildInfo()
      • unsetBuildInfo

        public void unsetBuildInfo()
      • isSetBuildInfo

        public boolean isSetBuildInfo()
        Returns true if field buildInfo is set (has been assigned a value) and false otherwise
      • setBuildInfoIsSet

        public void setBuildInfoIsSet​(boolean value)
      • getLogo

        public String getLogo()
      • unsetLogo

        public void unsetLogo()
      • isSetLogo

        public boolean isSetLogo()
        Returns true if field logo is set (has been assigned a value) and false otherwise
      • setLogoIsSet

        public void setLogoIsSet​(boolean value)
      • hashCode

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

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

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

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