Package | Description |
---|---|
com.iijgio.dag |
IIJ GIOストレージ&アナリシスサービス SDKのすべてのクラスを含みます。
|
com.iijgio.dag.http |
IIJ GIOストレージ&アナリシスサービス SDKで使用する http処理を行うクラスを含みます
|
com.iijgio.dag.services.storage |
IIJ GIOストレージ&アナリシスサービスへアクセスする同期クライアント実装です
|
com.iijgio.dag.util |
IIJ GIOストレージ&アナリシスサービス SDKで内部的に使用するユーティリティクラスを含みます
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
IIJGIOWebServiceResponse.getResponseMetadata()
このレスポンスに関連するメタデータを返します。
メタデータはサービスのデータとしては直接は不要なものですが、
デバグの際に、サービスが期待したレスポンスを返しているかの
判断に有用な情報です。
|
Modifier and Type | Method and Description |
---|---|
void |
IIJGIOWebServiceResponse.setResponseMetadata(ResponseMetadata responseMetadata)
このレスポンスに関連するメタデータを設定します。
|
Constructor and Description |
---|
ResponseMetadata(ResponseMetadata originalResponseMetadata)
既存のResponseMetadataオブジェクトから、新規のResponseMetadata
オブジェクトを生成します
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
HttpClient.getResponseMetadataForRequest(IIJGIOWebServiceRequest request)
実行されたリクエストに対する追加のレスポンスメタデータを返します。
レスポンスメタデータは操作に対する標準的な結果の一部ではなく、解析用として
用いられるもので、主にトラブルシューティングに使われます
|
Modifier and Type | Class and Description |
---|---|
class |
StorageResponseMetadata
ResponseMetadata をIIJ GIOストレージ&アナリシスサービス特有のデータで拡張します
IIJ GIOストレージ&アナリシスサービスでは標準メタデータと合わせてデバッグ用のホストIDを
含みます |
Constructor and Description |
---|
StorageResponseMetadata(ResponseMetadata originalResponseMetadata)
既存のResponseMetadataオブジェクトから新規の
ResponseMetadata を
構築します。 |
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
ResponseMetadataCache.get(Object obj)
指定されたオブジェクトに関連するレスポンスメタデータを返します。
メタデータが存在しない場合は、nullを返します
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseMetadataCache.add(Object obj,
ResponseMetadata metadata)
このキャシュに、新規のエントリを追加します。
キャッシュのエントリが最大エントリ数を超えて保持されてる場合は、最も古い
エントリを除外します。
|
Copyright © 2018. All rights reserved.