|
| QueueConfig (const QueueConfig &from) |
|
QueueConfig & | operator= (const QueueConfig &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (QueueConfig *other) |
|
QueueConfig * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const QueueConfig &from) |
|
void | MergeFrom (const QueueConfig &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_ack () const |
|
void | clear_ack () |
|
bool | ack () const |
|
void | set_ack (bool value) |
|
bool | has_blackout_time () const |
|
void | clear_blackout_time () |
|
inline::google::protobuf::uint32 | blackout_time () const |
|
void | set_blackout_time (::google::protobuf::uint32 value) |
|
bool | has_max_queue () const |
|
void | clear_max_queue () |
|
inline::google::protobuf::uint32 | max_queue () const |
|
void | set_max_queue (::google::protobuf::uint32 value) |
|
bool | has_newest_first () const |
|
void | clear_newest_first () |
|
bool | newest_first () const |
|
void | set_newest_first (bool value) |
|
bool | has_value_base () const |
|
void | clear_value_base () |
|
double | value_base () const |
|
void | set_value_base (double value) |
|
bool | has_ttl () const |
|
void | clear_ttl () |
|
inline::google::protobuf::uint32 | ttl () const |
|
void | set_ttl (::google::protobuf::uint32 value) |
|
bool | has_key () const |
|
void | clear_key () |
|
const ::goby::transitional::protobuf::QueueKey & | key () const |
|
inline::goby::transitional::protobuf::QueueKey * | mutable_key () |
|
inline::goby::transitional::protobuf::QueueKey * | release_key () |
|
void | set_allocated_key (::goby::transitional::protobuf::QueueKey *key) |
|
bool | has_name () const |
|
void | clear_name () |
|
const ::std::string & | name () const |
|
void | set_name (const ::std::string &value) |
|
void | set_name (const char *value) |
|
void | set_name (const char *value, size_t size) |
|
inline::std::string * | mutable_name () |
|
inline::std::string * | release_name () |
|
void | set_allocated_name (::std::string *name) |
|
bool | has_in_pubsub_var () const |
|
void | clear_in_pubsub_var () |
|
const ::std::string & | in_pubsub_var () const |
|
void | set_in_pubsub_var (const ::std::string &value) |
|
void | set_in_pubsub_var (const char *value) |
|
void | set_in_pubsub_var (const char *value, size_t size) |
|
inline::std::string * | mutable_in_pubsub_var () |
|
inline::std::string * | release_in_pubsub_var () |
|
void | set_allocated_in_pubsub_var (::std::string *in_pubsub_var) |
|
bool | has_out_pubsub_var () const |
|
void | clear_out_pubsub_var () |
|
const ::std::string & | out_pubsub_var () const |
|
void | set_out_pubsub_var (const ::std::string &value) |
|
void | set_out_pubsub_var (const char *value) |
|
void | set_out_pubsub_var (const char *value, size_t size) |
|
inline::std::string * | mutable_out_pubsub_var () |
|
inline::std::string * | release_out_pubsub_var () |
|
void | set_allocated_out_pubsub_var (::std::string *out_pubsub_var) |
|
Definition at line 363 of file transitional.pb.h.