streamcruncher.test.func.generic
Class StockPriceComparison2Test.CustomStoreImpl
java.lang.Object
streamcruncher.test.func.generic.StockPriceComparison2Test.CustomStoreImpl
- All Implemented Interfaces:
- CustomStore
- Enclosing class:
- StockPriceComparison2Test
public static class StockPriceComparison2Test.CustomStoreImpl
- extends java.lang.Object
- implements CustomStore
|
Method Summary |
void |
added(java.lang.String alias,
java.lang.Long id,
java.lang.Object[] data)
|
void |
destroy()
|
java.util.List<java.lang.Object[]> |
endBatch()
|
void |
init(java.lang.String queryName,
java.util.Map<java.lang.String,RowSpec> sourceTblAliasAndRowSpec,
java.lang.String whereClause)
|
void |
removed(java.lang.String alias,
java.lang.Long id,
java.lang.Object[] data)
|
void |
startBatch()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StockPriceComparison2Test.CustomStoreImpl
public StockPriceComparison2Test.CustomStoreImpl()
init
public void init(java.lang.String queryName,
java.util.Map<java.lang.String,RowSpec> sourceTblAliasAndRowSpec,
java.lang.String whereClause)
- Specified by:
init in interface CustomStore
startBatch
public void startBatch()
- Specified by:
startBatch in interface CustomStore
added
public void added(java.lang.String alias,
java.lang.Long id,
java.lang.Object[] data)
- Specified by:
added in interface CustomStore
removed
public void removed(java.lang.String alias,
java.lang.Long id,
java.lang.Object[] data)
- Specified by:
removed in interface CustomStore
endBatch
public java.util.List<java.lang.Object[]> endBatch()
- Specified by:
endBatch in interface CustomStore
destroy
public void destroy()
- Specified by:
destroy in interface CustomStore
Copyright © 2006 - 2008 Ashwin Jayaprakash. All Rights Reserved.
(Docs generated on 3-November-2007 )