You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2011/06/14 23:40:44 UTC

svn commit: r1135810 - /cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogMBean.java

Author: jbellis
Date: Tue Jun 14 21:40:44 2011
New Revision: 1135810

URL: http://svn.apache.org/viewvc?rev=1135810&view=rev
Log:
fix doubly-created file

Modified:
    cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogMBean.java

Modified: cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogMBean.java
URL: http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogMBean.java?rev=1135810&r1=1135809&r2=1135810&view=diff
==============================================================================
--- cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogMBean.java (original)
+++ cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogMBean.java Tue Jun 14 21:40:44 2011
@@ -36,43 +36,4 @@ public interface CommitLogMBean
      * Get the current size used by all the commitlog segments.
      */
     public long getTotalCommitlogSize();
-}
-/*
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*    http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing,
-* software distributed under the License is distributed on an
-* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-* KIND, either express or implied.  See the License for the
-* specific language governing permissions and limitations
-* under the License.
-*/
-package org.apache.cassandra.db.commitlog;
-
-
-
-public interface CommitLogMBean
-{
-    /**
-     * Get the number of completed tasks
-     */
-    public long getCompletedTasks();
-
-    /**
-     * Get the number of tasks waiting to be executed
-     */
-    public long getPendingTasks();
-
-    /**
-     * Get the current size used by all the commitlog segments.
-     */
-    public long getTotalCommitlogSize();
-}
+}
\ No newline at end of file