CCF
|
Classes | |
class | CommittedRecords |
class | CustomAuthPolicy |
struct | CustomIdentity |
class | LoggerHandlers |
struct | LoggingGet |
struct | LoggingGetCoseEndorsements |
struct | LoggingGetCoseSignature |
struct | LoggingGetHistoricalRange |
struct | LoggingGetReceipt |
struct | LoggingPut |
struct | LoggingRecord |
struct | LoggingRemove |
struct | MatchHeaders |
Typedefs | |
using | RecordsMap = ccf::kv::Map< size_t, string > |
using | RecordsIndexingStrategy = ccf::indexing::LazyStrategy< ccf::indexing::strategies::SeqnosByKey_Bucketed< RecordsMap > > |
using | LoggingGetHistorical = LoggingGet |
using loggingapp::LoggingGetHistorical = typedef LoggingGet |
using loggingapp::RecordsIndexingStrategy = typedef ccf::indexing::LazyStrategy< ccf::indexing::strategies::SeqnosByKey_Bucketed<RecordsMap> > |
using loggingapp::RecordsMap = typedef ccf::kv::Map<size_t, string> |
loggingapp::DECLARE_JSON_OPTIONAL_FIELDS | ( | LoggingRecord::In | , |
record_claim | |||
) |
loggingapp::DECLARE_JSON_OPTIONAL_FIELDS_WITH_RENAMES | ( | LoggingGetHistoricalRange::Out | , |
next_link | , | ||
"@nextLink" | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingGet::Out | , |
msg | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingGetCoseEndorsements::Out | , |
endorsements | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingGetCoseSignature::Out | , |
cose_signature | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingGetHistoricalRange::Entry | , |
seqno | , | ||
id | , | ||
msg | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingGetHistoricalRange::Out | , |
entries | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingGetReceipt::In | , |
id | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingGetReceipt::Out | , |
msg | , | ||
receipt | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingPut::Out | , |
success | , | ||
tx_id | |||
) |
loggingapp::DECLARE_JSON_REQUIRED_FIELDS | ( | LoggingRecord::In | , |
id | , | ||
msg | |||
) |
loggingapp::DECLARE_JSON_TYPE | ( | LoggingGet::Out | ) |
loggingapp::DECLARE_JSON_TYPE | ( | LoggingGetCoseEndorsements::Out | ) |
loggingapp::DECLARE_JSON_TYPE | ( | LoggingGetCoseSignature::Out | ) |
loggingapp::DECLARE_JSON_TYPE | ( | LoggingGetHistoricalRange::Entry | ) |
loggingapp::DECLARE_JSON_TYPE | ( | LoggingGetReceipt::In | ) |
loggingapp::DECLARE_JSON_TYPE | ( | LoggingGetReceipt::Out | ) |
loggingapp::DECLARE_JSON_TYPE | ( | LoggingPut::Out | ) |
loggingapp::DECLARE_JSON_TYPE_WITH_OPTIONAL_FIELDS | ( | LoggingGetHistoricalRange::Out | ) |
loggingapp::DECLARE_JSON_TYPE_WITH_OPTIONAL_FIELDS | ( | LoggingRecord::In | ) |