NCBI C++ ToolKit
|
#include <string>
#include <chrono>
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef int | TProcessorPriority |
using | psg_clock_t = chrono::steady_clock |
using | psg_time_point_t = psg_clock_t::time_point |
typedef string | TAuthToken |
Variables | |
const int | kUnknownPriority = -1 |
using psg_clock_t = chrono::steady_clock |
Definition at line 51 of file pubseq_gateway_types.hpp.
using psg_time_point_t = psg_clock_t::time_point |
Definition at line 52 of file pubseq_gateway_types.hpp.
typedef string TAuthToken |
Definition at line 56 of file pubseq_gateway_types.hpp.
typedef int TProcessorPriority |
Definition at line 41 of file pubseq_gateway_types.hpp.
Enumerator | |
---|---|
ePSGS_NotRequired | |
ePSGS_AdjustedWithGi | |
ePSGS_AdjustedWithAny | |
ePSGS_SeqIdsEmpty | |
ePSGS_LogicError |
Definition at line 165 of file pubseq_gateway_types.hpp.
enum EPSGS_BlobSkipReason |
Enumerator | |
---|---|
ePSGS_BlobExcluded | |
ePSGS_BlobInProgress | |
ePSGS_BlobSent |
Definition at line 186 of file pubseq_gateway_types.hpp.
Enumerator | |
---|---|
ePSGS_CacheHit | |
ePSGS_CacheNotHit | |
ePSGS_CacheFailure |
Definition at line 158 of file pubseq_gateway_types.hpp.
enum EPSGS_DbFetchType |
Definition at line 142 of file pubseq_gateway_types.hpp.
enum EPSGS_LoggingFlag |
Enumerator | |
---|---|
ePSGS_NeedLogging | |
ePSGS_SkipLogging |
Definition at line 207 of file pubseq_gateway_types.hpp.
Definition at line 60 of file pubseq_gateway_types.hpp.
enum EPSGS_ReplyMimeType |
Enumerator | |
---|---|
ePSGS_JsonMime | |
ePSGS_HtmlMime | |
ePSGS_BinaryMime | |
ePSGS_PlainTextMime | |
ePSGS_ImageMime | |
ePSGS_PSGMime | |
ePSGS_NotSet |
Definition at line 174 of file pubseq_gateway_types.hpp.
Enumerator | |
---|---|
ePSGS_Si2csiCache | |
ePSGS_Si2csiDB | |
ePSGS_BioseqCache | |
ePSGS_BioseqDB | |
ePSGS_NotResolved | |
ePSGS_PostponedForDB |
Definition at line 126 of file pubseq_gateway_types.hpp.
Enumerator | |
---|---|
ePSGS_ParsedOK | |
ePSGS_ParseFailed |
Definition at line 136 of file pubseq_gateway_types.hpp.
Enumerator | |
---|---|
ePSGS_NoCassConnection | |
ePSGS_NoValidCassMapping | |
ePSGS_NoCassCache | |
ePSGS_StartupDataOK |
Definition at line 199 of file pubseq_gateway_types.hpp.
Enumerator | |
---|---|
ePSGS_NeedStatusUpdate | |
ePSGS_SkipStatusUpdate |
Definition at line 213 of file pubseq_gateway_types.hpp.
Definition at line 42 of file pubseq_gateway_types.hpp.
Referenced by SPSGS_AnnotRequest::RegisterProcessedName(), CPSGS_AnnotProcessor::x_SendAnnotDataToClient(), and CPSGS_AnnotProcessor::x_SendBioseqInfo().