Skip to content

Commit

Permalink
SAK-27788 - Removing some unnecessary tables for new search
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/search/trunk@311834 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed Aug 11, 2014
1 parent d62a8e6 commit d078e0c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 510 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
import java.sql.SQLException;
import java.util.List;

import org.sakaiproject.search.model.SearchWriterLock;

public interface SearchIndexBuilderWorker
{

Expand All @@ -39,17 +37,6 @@ public interface SearchIndexBuilderWorker
* Should the thread be running
*/
boolean isRunning();
/**
* get the current running Lock
* @return
*/
SearchWriterLock getCurrentLock();

/**
* get a list of node status records
* @return
*/
List<SearchWriterLock> getNodeStatus();

/**
* destroy the search index builder worker and release all resources
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d078e0c

Please sign in to comment.