HAKsiService Class |
Namespace: Guardtime.KSI.Service.HighAvailability
The HAKsiService type exposes the following members.
Name | Description | |
---|---|---|
![]() | HAKsiService |
Create high availability KSI service
|
Name | Description | |
---|---|---|
![]() | AggregatorAddress |
List of aggregator sub-service addresses
|
![]() | ExtenderAddress |
List of extender sub-service addresses
|
![]() | ExtendingServices |
Collection of extending sub-services.
|
![]() | PublicationsFileAddress |
Publications file url
|
![]() | PublicationsFileService |
Publications file service.
|
![]() | SigningServices |
Collection of signing sub-services.
|
Name | Description | |
---|---|---|
![]() | BeginExtend(UInt64, AsyncCallback, Object) |
Begin extend to latest publication (async).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | BeginExtend(UInt64, UInt64, AsyncCallback, Object) |
Begin extend to given publication (async).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | BeginGetAggregatorConfig |
Begin get additional aggregator configuration data (async)
Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
|
![]() | BeginGetExtenderConfig |
Begin get additional extender configuration data (async)
Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
|
![]() | BeginGetPublicationsFile |
Begin get publications file (async).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | BeginSign(DataHash, AsyncCallback, Object) |
Begin create signature with given data hash (async).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | BeginSign(DataHash, UInt32, AsyncCallback, Object) |
Begin create signature with given data hash (async).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | EndExtend |
End extend (async).
|
![]() | EndGetAggregatorConfig |
End get additional aggregator configuration data (async)
|
![]() | EndGetExtenderConfig |
End get additional extender configuration data (async)
|
![]() | EndGetPublicationsFile |
End get publications file (async).
|
![]() | EndSign |
End create signature (async)
|
![]() | Equals | (Inherited from Object.) |
![]() | Extend(UInt64) |
Extend to latest publication (sync).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | Extend(UInt64, UInt64) |
Extend to given publication (sync).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetAggregatorConfig |
Get additional aggregator configuration data (sync).
Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
|
![]() | GetExtenderConfig |
Get additional extender configuration data (sync)
Sends the request to all the sub-services in parallel. Successful responses are consolidated and the consolidated result is returned. Request fails only if all the sub-services fail.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPublicationsFile |
Get publications file (sync).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | GetSignResponsePayload |
Get sign request response payload (async).
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Sign |
Create signature with given data hash (sync).
Sends the request to all the sub-services in parallel. First successful response is used. Request fails only if all the sub-services fail.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AggregatorConfigChanged |
Aggregator configuration changed event.
It is raised when a sub-service aggregation configuration changes and it changes consolidated configuration.
|
![]() | ExtenderConfigChanged |
Extender configuration changed event.
It is raised when a sub-service extender configuration changes and it changes consolidated configuration.
|