OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
etcdserverpb::CompactionRequest Class Reference

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::CompactionRequest:
Collaboration diagram for etcdserverpb::CompactionRequest:

Public Member Functions

 CompactionRequest ()
 
virtual ~CompactionRequest ()
 
 CompactionRequest (const CompactionRequest &from)
 
CompactionRequestoperator= (const CompactionRequest &from)
 
void Swap (CompactionRequest *other)
 
CompactionRequestNew () const PROTOBUF_FINAL
 
CompactionRequestNew (::google::protobuf::Arena *arena) const PROTOBUF_FINAL
 
void CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void MergeFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void CopyFrom (const CompactionRequest &from)
 
void MergeFrom (const CompactionRequest &from)
 
void Clear () PROTOBUF_FINAL
 
bool IsInitialized () const PROTOBUF_FINAL
 
size_t ByteSizeLong () const PROTOBUF_FINAL
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
 
int GetCachedSize () const PROTOBUF_FINAL
 
::google::protobuf::Metadata GetMetadata () const PROTOBUF_FINAL
 
void clear_revision ()
 
::google::protobuf::int64 revision () const
 
void set_revision (::google::protobuf::int64 value)
 
void clear_physical ()
 
bool physical () const
 
void set_physical (bool value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const CompactionRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const CompactionRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kRevisionFieldNumber = 1
 
static const int kPhysicalFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const PROTOBUF_FINAL
 
void InternalSwap (CompactionRequest *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsCompactionRequestImpl ()
 

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::int64 revision_
 
bool physical_
 
int _cached_size_
 

Friends

struct ::protobuf_rpc_2eproto::TableStruct
 
void swap (CompactionRequest &a, CompactionRequest &b)
 

Detailed Description

Definition at line 2433 of file rpc.pb.h.

Constructor & Destructor Documentation

etcdserverpb::CompactionRequest::CompactionRequest ( )

Definition at line 7853 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::CompactionRequest::~CompactionRequest ( )
virtual

Definition at line 7879 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::CompactionRequest::CompactionRequest ( const CompactionRequest from)

Definition at line 7861 of file rpc.pb.cc.

Member Function Documentation

size_t etcdserverpb::CompactionRequest::ByteSizeLong ( ) const

Definition at line 8028 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::CompactionRequest::Clear ( )

Definition at line 7910 of file rpc.pb.cc.

void etcdserverpb::CompactionRequest::clear_physical ( )
inline

Definition at line 11162 of file rpc.pb.h.

void etcdserverpb::CompactionRequest::clear_revision ( )
inline

Definition at line 11148 of file rpc.pb.h.

void etcdserverpb::CompactionRequest::CopyFrom ( const ::google::protobuf::Message &  from)

Definition at line 8086 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::CompactionRequest::CopyFrom ( const CompactionRequest from)

Definition at line 8093 of file rpc.pb.cc.

Here is the call graph for this function:

const CompactionRequest & etcdserverpb::CompactionRequest::default_instance ( )
static

Definition at line 7897 of file rpc.pb.cc.

Here is the call graph for this function:

const ::google::protobuf::Descriptor * etcdserverpb::CompactionRequest::descriptor ( )
static

Definition at line 7892 of file rpc.pb.cc.

Here is the call graph for this function:

inline ::google::protobuf::Arena* etcdserverpb::CompactionRequest::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 2501 of file rpc.pb.h.

int etcdserverpb::CompactionRequest::GetCachedSize ( ) const
inline

Definition at line 2494 of file rpc.pb.h.

google::protobuf::Metadata etcdserverpb::CompactionRequest::GetMetadata ( ) const

Definition at line 8116 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::CompactionRequest::InitAsDefaultInstance ( )
static

Definition at line 7846 of file rpc.pb.cc.

static const CompactionRequest* etcdserverpb::CompactionRequest::internal_default_instance ( )
inlinestatic

Definition at line 2463 of file rpc.pb.h.

google::protobuf::uint8 * etcdserverpb::CompactionRequest::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const

Definition at line 8003 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::CompactionRequest::InternalSwap ( CompactionRequest other)
private

Definition at line 8108 of file rpc.pb.cc.

bool etcdserverpb::CompactionRequest::IsInitialized ( ) const

Definition at line 8100 of file rpc.pb.cc.

void* etcdserverpb::CompactionRequest::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 2504 of file rpc.pb.h.

void etcdserverpb::CompactionRequest::MergeFrom ( const ::google::protobuf::Message &  from)

Definition at line 8056 of file rpc.pb.cc.

void etcdserverpb::CompactionRequest::MergeFrom ( const CompactionRequest from)

Definition at line 8071 of file rpc.pb.cc.

Here is the call graph for this function:

bool etcdserverpb::CompactionRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

Definition at line 7922 of file rpc.pb.cc.

Here is the call graph for this function:

CompactionRequest* etcdserverpb::CompactionRequest::New ( ) const
inline

Definition at line 2477 of file rpc.pb.h.

Here is the call graph for this function:

CompactionRequest * etcdserverpb::CompactionRequest::New ( ::google::protobuf::Arena *  arena) const

Definition at line 7902 of file rpc.pb.cc.

Here is the call graph for this function:

CompactionRequest& etcdserverpb::CompactionRequest::operator= ( const CompactionRequest from)
inline

Definition at line 2440 of file rpc.pb.h.

Here is the call graph for this function:

bool etcdserverpb::CompactionRequest::physical ( ) const
inline

Definition at line 11165 of file rpc.pb.h.

google::protobuf::int64 etcdserverpb::CompactionRequest::revision ( ) const
inline

Definition at line 11151 of file rpc.pb.h.

void etcdserverpb::CompactionRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

Definition at line 7980 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::CompactionRequest::set_physical ( bool  value)
inline

Definition at line 11169 of file rpc.pb.h.

void etcdserverpb::CompactionRequest::set_revision ( ::google::protobuf::int64  value)
inline

Definition at line 11155 of file rpc.pb.h.

void etcdserverpb::CompactionRequest::SetCachedSize ( int  size) const
private

Definition at line 7887 of file rpc.pb.cc.

void etcdserverpb::CompactionRequest::SharedCtor ( )
private

Definition at line 7872 of file rpc.pb.cc.

void etcdserverpb::CompactionRequest::SharedDtor ( )
private

Definition at line 7884 of file rpc.pb.cc.

void etcdserverpb::CompactionRequest::Swap ( CompactionRequest other)

Definition at line 8104 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::CompactionRequest::void::protobuf_rpc_2eproto::InitDefaultsCompactionRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

Definition at line 2534 of file rpc.pb.h.

void swap ( CompactionRequest a,
CompactionRequest b 
)
friend

Definition at line 2471 of file rpc.pb.h.

Member Data Documentation

int etcdserverpb::CompactionRequest::_cached_size_
mutableprivate

Definition at line 2533 of file rpc.pb.h.

::google::protobuf::internal::InternalMetadataWithArena etcdserverpb::CompactionRequest::_internal_metadata_
private

Definition at line 2530 of file rpc.pb.h.

PROTOBUF_CONSTEXPR int const etcdserverpb::CompactionRequest::kIndexInFileMessages
static
Initial value:
=
12

Definition at line 2467 of file rpc.pb.h.

const int etcdserverpb::CompactionRequest::kPhysicalFieldNumber = 2
static

Definition at line 2523 of file rpc.pb.h.

const int etcdserverpb::CompactionRequest::kRevisionFieldNumber = 1
static

Definition at line 2517 of file rpc.pb.h.

bool etcdserverpb::CompactionRequest::physical_
private

Definition at line 2532 of file rpc.pb.h.

::google::protobuf::int64 etcdserverpb::CompactionRequest::revision_
private

Definition at line 2531 of file rpc.pb.h.


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