src/main/java/com/awsblog/queueing/config/ConfigIndex.java [39:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	public int getReadCapacity() {
		return readCapacity;
	}

	/**
	 * @param readCapacity the readCapacity to set
	 */
	public void setReadCapacity(int readCapacity) {
		this.readCapacity = readCapacity;
	}

	/**
	 * @return the writeCapacity
	 */
	public int getWriteCapacity() {
		return writeCapacity;
	}

	/**
	 * @param writeCapacity the writeCapacity to set
	 */
	public void setWriteCapacity(int writeCapacity) {
		this.writeCapacity = writeCapacity;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/awsblog/queueing/config/ConfigTable.java [53:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	public int getReadCapacity() {
		return readCapacity;
	}

	/**
	 * @param readCapacity the readCapacity to set
	 */
	public void setReadCapacity(int readCapacity) {
		this.readCapacity = readCapacity;
	}

	/**
	 * @return the writeCapacity
	 */
	public int getWriteCapacity() {
		return writeCapacity;
	}

	/**
	 * @param writeCapacity the writeCapacity to set
	 */
	public void setWriteCapacity(int writeCapacity) {
		this.writeCapacity = writeCapacity;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



