pFIO_MockClientThreadMod Module


Uses

Used by

  • module~~pfio_mockclientthreadmod~~UsedByGraph module~pfio_mockclientthreadmod pFIO_MockClientThreadMod module~test_client test_Client module~test_client->module~pfio_mockclientthreadmod

Interfaces

public interface MockClientThread

  • private function new_MockClientThread(sckt) result(c)

    Arguments

    Type IntentOptional Attributes Name
    class(AbstractSocket), intent(in), optional :: sckt

    Return Value type(MockClientThread), target


Derived Types

type, public, extends(ClientThread) ::  MockClientThread

Components

Type Visibility Attributes Name Initial
integer, public :: counter = 0

Constructor

private function new_MockClientThread (sckt)

Type-Bound Procedures

generic, public :: add_data_collection => add_read_data_collection, add_write_data_collection
procedure, public :: clear_RequestHandle
procedure, public :: collective_prefetch_data
procedure, public :: collective_stage_data
procedure, public :: done
procedure, public :: done_collective_prefetch
procedure, public :: done_collective_stage
procedure, public :: done_prefetch
procedure, public :: done_stage
procedure, public :: erase_RequestHandle
procedure, public :: get_RequestHandle
procedure, public :: get_connection
procedure, public :: get_unique_collective_request_id
procedure, public :: get_unique_request_id
procedure, public :: handle
procedure, public :: handle_AddReadDataCollection
procedure, public :: handle_AddWriteDataCollection
procedure, public :: handle_CollectivePrefetchData
procedure, public :: handle_CollectiveStageData
procedure, public :: handle_Done
procedure, public :: handle_Done_collective_prefetch
procedure, public :: handle_Done_collective_stage
procedure, public :: handle_Done_prefetch
procedure, public :: handle_Done_stage
procedure, public :: handle_HandShake
procedure, public :: handle_Id
procedure, public :: handle_ModifyMetadata
procedure, public :: handle_PrefetchData
procedure, public :: handle_ReplaceMetadata
procedure, public :: handle_StageData
procedure, public :: handle_Terminate
generic, public :: handle_cmd => handle_Done
generic, public :: handle_cmd => handle_Done_prefetch
generic, public :: handle_cmd => handle_Done_collective_prefetch
generic, public :: handle_cmd => handle_Done_stage
generic, public :: handle_cmd => handle_Done_collective_stage
generic, public :: handle_cmd => handle_AddReadDataCollection
generic, public :: handle_cmd => handle_AddWriteDataCollection
generic, public :: handle_cmd => handle_Id
generic, public :: handle_cmd => handle_PrefetchData
generic, public :: handle_cmd => handle_CollectivePrefetchData
generic, public :: handle_cmd => handle_StageData
generic, public :: handle_cmd => handle_CollectiveStageData
generic, public :: handle_cmd => handle_Terminate
generic, public :: handle_cmd => handle_ModifyMetadata
generic, public :: handle_cmd => handle_ReplaceMetadata
generic, public :: handle_cmd => handle_HandShake
procedure, public :: insert_RequestHandle
procedure, public :: isEmpty_RequestHandle
procedure, public :: modify_metadata
procedure, public :: post_wait_all
procedure, public :: prefetch_data
procedure, public :: replace_metadata
procedure, public :: set_connection
procedure, public :: shake_hand
procedure, public :: stage_data
procedure, public :: stage_nondistributed_data
procedure, public :: terminate
procedure, public :: wait
procedure, public :: wait_all