public interface EndpointFactory
Modifier and Type | Method and Description |
---|---|
List<String> |
create(List<String> defList)
EndPointを生成(取得)する.
|
List<String> |
create(List<String> defList,
String sig)
EndPointを生成(取得)する.
|
void |
endStatistics(Object... args)
統計解析終了トリガー
バランサーを保持している場合には、バランサーのendStatisticsを呼び出す。 |
void |
setRealPath(String path)
サービス配備先のパス情報を設定する.
|
void |
setSigName(String sig)
識別子を設定する
|
void |
startStatistics(Object... args)
統計解析開始トリガー
バランサーを保持している場合には、バランサーのstartStatisticsを呼び出す。 |
List<String> create(List<String> defList)
defList
- デフォルトのEndPointリストList<String> create(List<String> defList, String sig)
defList
- デフォルトのEndPointリストsig
- 識別子void setRealPath(String path)
path
- パス情報void setSigName(String sig)
sig
- 識別子void startStatistics(Object... args)
args
- 任意データEndpointBalancer
void endStatistics(Object... args)
args
- 任意データEndpointBalancer
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/) .