view src/main/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/persistent/ChangeList.java @ 127:b2c1fd513feb

push index thread add read log
author one
date Mon, 13 Oct 2014 03:22:16 +0900
parents 57e965b73c9e
children 6e9a8d26e0cf
line wrap: on
line source

package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.persistent;

import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.store.operations.TreeOperation;

public interface ChangeList extends Iterable<TreeOperation>
{
	public String uuid();
	public String getTreeName();
	public int getLogSize();
}