Class GoraConfiguration


  • @UriParams
    public class GoraConfiguration
    extends Object
    Gora Configuration.
    • Constructor Detail

      • GoraConfiguration

        public GoraConfiguration()
    • Method Detail

      • getKeyClass

        public String getKeyClass()
      • setKeyClass

        public void setKeyClass​(String keyClass)
        The type class of the key
      • getValueClass

        public String getValueClass()
      • setValueClass

        public void setValueClass​(String valueClass)
        The type of the value
      • getDataStoreClass

        public String getDataStoreClass()
      • setDataStoreClass

        public void setDataStoreClass​(String dataStoreClass)
        The type of the dataStore
      • getHadoopConfiguration

        public org.apache.hadoop.conf.Configuration getHadoopConfiguration()
      • getStartTime

        public long getStartTime()
      • setStartTime

        public void setStartTime​(long startTime)
        The Start Time
      • getEndTime

        public long getEndTime()
      • setEndTime

        public void setEndTime​(long endTime)
        The End Time
      • getTimeRangeFrom

        public long getTimeRangeFrom()
      • setTimeRangeFrom

        public void setTimeRangeFrom​(long timeRangeFrom)
        The Time Range From
      • getTimeRangeTo

        public long getTimeRangeTo()
      • setTimeRangeTo

        public void setTimeRangeTo​(long timeRangeTo)
        The Time Range To
      • getLimit

        public long getLimit()
      • setLimit

        public void setLimit​(long limit)
        The Limit
      • getTimestamp

        public long getTimestamp()
      • setTimestamp

        public void setTimestamp​(long timestamp)
        The Timestamp
      • getStartKey

        public Object getStartKey()
      • setStartKey

        public void setStartKey​(Object startKey)
        The Start Key
      • getEndKey

        public Object getEndKey()
      • setEndKey

        public void setEndKey​(Object endKey)
        The End Key
      • getKeyRangeFrom

        public Object getKeyRangeFrom()
      • setKeyRangeFrom

        public void setKeyRangeFrom​(Object keyRangeFrom)
        The Key Range From
      • getKeyRangeTo

        public Object getKeyRangeTo()
      • setKeyRangeTo

        public void setKeyRangeTo​(Object keyRangeTo)
        The Key Range To
      • getFields

        public com.google.common.base.Strings getFields()
      • setFields

        public void setFields​(com.google.common.base.Strings fields)
        The Fields
      • getConcurrentConsumers

        public int getConcurrentConsumers()
      • setConcurrentConsumers

        public void setConcurrentConsumers​(int concurrentConsumers)
        Number of concurrent consumers
      • isFlushOnEveryOperation

        public boolean isFlushOnEveryOperation()
      • setFlushOnEveryOperation

        public void setFlushOnEveryOperation​(boolean flushOnEveryOperation)
        Flush on every operation
      • setHadoopConfiguration

        public void setHadoopConfiguration​(org.apache.hadoop.conf.Configuration hadoopConfiguration)
        Hadoop Configuration
      • getName

        public String getName()
      • setName

        public void setName​(String name)
        Instance name