Skip to content

Commit

Permalink
Diagrams according to new naming convension.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinashak committed Mar 20, 2013
1 parent a5b858a commit 449fce8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
Binary file modified documents/Developer Guide.docx
Binary file not shown.
Binary file modified documents/call seq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions documents/sequence dgm
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
HSearch Plugin Sequences

WebClient->HBaseTableReader: read
WebClient->Client: read

HBaseTableReader->HSearchGenericCoprocessorImpl: coprocessorcall
note left of HBaseHSearchFilter: Runs in multi machines
Client->HSearchGenericCoprocessorImpl: coprocessorcall
note left of Filter: Runs in multi machines

HSearchGenericCoprocessorImpl->HBaseHSearchFilter
HSearchGenericCoprocessorImpl->Filter

HBaseHSearchFilter->HSearchPlugin<Schema>: createPlugIn
Filter->Mapper: createPlugIn

HBaseHSearchFilter->HSearchPlugin<Schema>:getPart
Filter->Mapper:getPart

HBaseHSearchFilter->TablePartsCallback:onRowCols
note left of TablePartsCallback: Can be onRowKeyValue, onRowValue , onRowKey
Filter->RowReader:onRowCols
note left of RowReader: Can be onRowKeyValue, onRowValue , onRowKey

HBaseHSearchFilter->TablePartsCallback:onFilterationComplete
Filter->RowReader:onReadComplete

TablePartsCallback->HSearchPlugin<Schema>:merge
RowReader->Mapper:merge

HBaseHSearchFilter->HSearchPlugin<Schema>:onFilterationComplete
Filter->Mapper:onReadComplete

HBaseHSearchFilter->HSearchPlugin<Schema>:getUniqueMatchingDocumentIds
Filter->Mapper:getUniqueMatchingDocumentIds

HBaseHSearchFilter->HSearchPlugin<Schema>:getResult(Multi|Single)Query
Filter->Mapper:getResult(Multi|Single)Query


HBaseHSearchFilter->HSearchPlugin<Schema>:cleanupValuesFromLastRun
Filter->Mapper:cleanupValuesFromLastRun


HBaseHSearchFilter->HSearchReducer:appendCols
Filter->Reducer:appendCols

HSearchGenericCoprocessorImpl->HSearchReducer:appendRows
HSearchGenericCoprocessorImpl->Reducer:appendRows

HBaseHSearchFilter->HBaseTableReader: rows
Filter->Client: rows

HBaseTableReader->HSearchReducer: appendRows
Client->Reducer: appendRows

HBaseTableReader->WebClient: values
Client->WebClient: values

0 comments on commit 449fce8

Please sign in to comment.