org.apache.hadoop.examples.dancing
Interface DancingLinks.SolutionAcceptor<ColumnName>
- Enclosing class:
- DancingLinks<ColumnName>
public static interface DancingLinks.SolutionAcceptor<ColumnName>
Applications should implement this to receive the solutions to their
problems.
Method Summary |
void |
solution(java.util.List<java.util.List<ColumnName>> value)
A callback to return a solution to the application. |
solution
void solution(java.util.List<java.util.List<ColumnName>> value)
- A callback to return a solution to the application.
- Parameters:
value
- a List of List of ColumnNames that were satisfied by each
selected row
Copyright © 2009 The Apache Software Foundation