Interface | Description |
---|---|
ResourceApiWrapperReceiver<V> |
低レベルレイヤーラッパー用レシーバインタフェースクラス.
サービス連携フレームワークのワーカーモジュールと低レベルレイヤー呼び出しラッパーは 本インターフェイスを経由して結果通知を行う。 |
ResultCacheable<V> |
ResultCacheableインターフェイスクラス.
ResultStorageに独自の結果キャッシュ機構を用意する場合に、本インターフェイスを実装する。 |
ResultStorage<V> |
ResultStorageインターフェイスクラス.
サービス連携フレームワーク、サーバ側検索結果用インターフェイスクラス. フレームワークではワーカーからの結果をResultStorage経由で操作する。 |
ResultStorageStreaming<V> |
ResultStorageStreamingインターフェイスクラス.
結果ストレージ用のストリーミングインターフェイスクラス. ストレージがストリーミングによる結果通知に対応している場合には、本インスタンスを実装する. |
Class | Description |
---|---|
AbstractServerModule<V,S> |
サービス連携フレームワークのサーバーコアモジュールクラス.
サーバ側のサービス連携フレームワーク実装、サーバ側サービスは、本サービスを使用して、ワーカーと連携を行う. |
AbstractServerModuleBase |
サービス連携、サーバサービス用ベースクラス.
サービス連携サービスを実装するサーバクラスは、本クラスより派生する。 |
AbstractWorkerModule<V,C extends ResourceApiWrapperBase> |
サービス連携フレームワーク、ワーカー用コアモジュールクラス.
サービス連携のワーカーサービスは、本クラスを使用してサーバとサービス連携を実装する. |
AbstractWorkerModuleBase |
サービス連携フレームワーク、ワーカーサービスベースクラス.
サービス連携フレームワーク対応のワーカーサービスは、本クラスから派生して実装する。 |
DefaultEndpointFactory |
デフォルトのエンドポイントファクトリ実装クラス.
AbstractEndpointFactoryの派生クラス,デフォルトのエンドポイントをそのまま返す。 |
ResourceApiWrapperBase |
低レベルレイヤー呼び出しラッパーベースクラス.
ワーカー側の低レベルレイヤー用の呼び出しラッパーは、本クラスから派生して実装する。 |
ResultCacheEngine |
ResultCacheEngineクラス.
Mapを使用したオンメモリのキャッシュクラス実装サンプルクラス. |
ResultStorageBase<V> |
ResultStorageBaseクラス.
ResultStorage、ResultStorageStreamingの実装クラス. ストレージクラスの実装クラスである、独自のストレージクラスを実装する場合には、本クラスから派生して実装する. 本クラスでは、サービス連携での検索結果の保持や、フィルタリング、ソートなどの機構を実装する。 |
ResultStorageCachedBase<V> |
ResultStorageCachedBaseクラス.
ResultStorageBaseクラスを拡張し、ResultCacheableを実装したキャッシュ付きストレージのサンプル実装. |
ResultStorageCachedMultiKey<V,K> |
ResultStorageCachedMultiKeyクラス.
ResultStorageMultiKeyを拡張し、ResultCacheableを実装したキャッシュ付きストレージのサンプル実装. |
ResultStorageMultiKey<V,K> |
ResultStorageMultiKeyクラス.
ResultStorageBaseの派生クラス、キーが複数あるサービス用のストレージ キー毎の検索結果上限に対応した実装. |
WorkerExecutor<V> |
WorkerExecutorクラス.
サービス連携フレームワークで、ワーカーとの連携を実装するクラス. ワーカーへのリクエスト制御や結果の管理及び連携を制御する. |
Copyright (C) 2014 Information Analysis Laboratory, NICT
RaSC is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
RaSC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see (http://www.gnu.org/licenses/) .