TensorFlow Serving C++ API Documentation
Public Member Functions | List of all members
tensorflow::serving::MockLogCollector Class Reference
Inheritance diagram for tensorflow::serving::MockLogCollector:
Inheritance graph
[legend]
Collaboration diagram for tensorflow::serving::MockLogCollector:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD (Status, CollectMessage,(const google::protobuf::Message &message),(override))
 
 MOCK_METHOD (Status, Flush,(),(override))
 
- Public Member Functions inherited from tensorflow::serving::LogCollector
virtual Status CollectMessage (const google::protobuf::Message &message)=0
 
virtual Status Flush ()=0
 

Additional Inherited Members

- Public Types inherited from tensorflow::serving::LogCollector
using Factory = std::function< decltype(Create)>
 
- Static Public Member Functions inherited from tensorflow::serving::LogCollector
static Status Create (const LogCollectorConfig &log_collector_config, const uint32 id, std::unique_ptr< LogCollector > *log_collector)
 
static Status RegisterFactory (const string &type, const Factory &factory)
 

Detailed Description

Definition at line 27 of file mock_log_collector.h.


The documentation for this class was generated from the following file: