T - データソースの型 public abstract class AbstractDataSourcePoolMetadata<T extends DataSourceSE> extends ObjectSE implements DataSourcePoolMetadata
DataSourcePoolMetadata 実装。| 修飾子 | コンストラクターと説明 |
|---|---|
protected | AbstractDataSourcePoolMetadata(T dataSource) 使用するデータソースでインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected T | getDataSource() |
FloatSE | getUsage() プールの使用量を 0 から 1 の間の値として返します(プールが制限されていない場合は -1)。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEgetActive, getDefaultAutoCommit, getIdle, getMax, getMin, getValidationQueryprotected AbstractDataSourcePoolMetadata(T dataSource)
dataSource - データソース public FloatSE getUsage()
DataSourcePoolMetadatanull を返すこともあります。DataSourcePoolMetadata 内の getUsage nullprotected final T getDataSource()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.