Uses of Class
org.apgrid.grpc.ng.CompressInformation

Packages that use CompressInformation
org.apgrid.grpc.ng Provides Ninf-G implementation of standard interface of Grid RPC(org.gridforum.gridrpc.*).
And there are main functions(classes and interfaces) in this package. 
 

Uses of CompressInformation in org.apgrid.grpc.ng
 

Constructors in org.apgrid.grpc.ng with parameters of type CompressInformation
SessionInformation(double transferArgumentRealTime, double transferArgumentCPUTime, double transferFileClientToRemoteRealTime, double transferFileClientToRemoteCPUTime, double clientRealTime, double clientCPUTime, double transferResultRealTime, double transferResultCPUTime, double transferFileRemoteToClientRealTime, double transferFileRemoteToClientCPUTime, double callbackTransferArgumentRealTime, double callbackTransferArgumentCPUTime, double callbackCalculationRealTime, double callbackCalculationCPUTime, double callbackTransferResultRealTime, double callbackTransferResultCPUTime, CompressInformation[] argCompressInformation, CallbackCompressInformation[] callbackCompressInformation)
           
CallbackCompressInformation(int callbackID, CompressInformation[] compressInfo)