|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.cosee.AbstractEndpointRewriter.Parameters
@ParameterConfig(prefix="langrid.") public static class AbstractEndpointRewriter.Parameters
パラメータ。
フィールドの概要 | |
---|---|
String |
coreNodeUrl
コアノードのURL。 |
int |
sidCapacity
サービスIDキャッシュの容量。 |
int |
sidTtlSeconds
サービスIDキャッシュの有効秒数。 |
int |
tnsCapacity
targetNamespaceキャッシュの容量。 |
int |
tnsTtlSeconds
targetNamespaceキャッシュの有効秒数。 |
コンストラクタの概要 | |
---|---|
AbstractEndpointRewriter.Parameters()
|
メソッドの概要 |
---|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
@Parameter(defaultValue="http:/") public String coreNodeUrl
@Parameter(name="targetNamespaceCacheSize", defaultValue="200") public int tnsCapacity
@Parameter(name="targetNamespaceCacheTtlSec", defaultValue="600") public int tnsTtlSeconds
@Parameter(name="serviceIdCacheSize", defaultValue="200") public int sidCapacity
@Parameter(name="serviceIdCacheTtlSec", defaultValue="600") public int sidTtlSeconds
コンストラクタの詳細 |
---|
public AbstractEndpointRewriter.Parameters()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |