org.apache.blur.manager.indexserver
Class AbstractIndexServer
java.lang.Object
org.apache.blur.manager.indexserver.AbstractIndexServer
- All Implemented Interfaces:
- Closeable, IndexServer
- Direct Known Subclasses:
- AbstractDistributedIndexServer, LocalIndexServer
public abstract class AbstractIndexServer
- extends Object
- implements IndexServer
AbstractIndexServer
public AbstractIndexServer()
getRecordCount
public long getRecordCount(String table)
throws IOException
- Description copied from interface:
IndexServer
- Gets the record count of the table.
- Specified by:
getRecordCount
in interface IndexServer
- Parameters:
table
- the name of the table.
- Returns:
- the record count.
- Throws:
IOException
getRowCount
public long getRowCount(String table)
throws IOException
- Description copied from interface:
IndexServer
- Gets the row count of the table.
- Specified by:
getRowCount
in interface IndexServer
- Parameters:
table
- the name of the table.
- Returns:
-
- Throws:
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.