From: <tho...@us...> - 2013-12-03 17:59:16
|
Revision: 7602 http://bigdata.svn.sourceforge.net/bigdata/?rev=7602&view=rev Author: thompsonbry Date: 2013-12-03 17:59:10 +0000 (Tue, 03 Dec 2013) Log Message: ----------- Added file missing in last commit. Added Paths: ----------- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/journal/StoreState.java Added: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/journal/StoreState.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/journal/StoreState.java (rev 0) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/journal/StoreState.java 2013-12-03 17:59:10 UTC (rev 7602) @@ -0,0 +1,34 @@ +/** + +Copyright (C) SYSTAP, LLC 2006-2007. All rights reserved. + +Contact: + SYSTAP, LLC + 4501 Tower Road + Greensboro, NC 27410 + lic...@bi... + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; version 2 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ +package com.bigdata.journal; + +import java.io.Serializable; + +/** + * Contains critical transient data that can be used to determine + * state consistency between HA services. + */ +public interface StoreState extends Serializable { + +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |