Struct kinetic::proto::command::log::Limits
[−]
[src]
pub struct Limits {
// some fields omitted
}pub struct Limits {
// some fields omitted
}impl Command_GetLog_Limitsfn new() -> Command_GetLog_Limitsfn default_instance() -> &'static Command_GetLog_Limitsfn clear_maxKeySize(&mut self)fn has_maxKeySize(&self) -> boolfn set_maxKeySize(&mut self, v: u32)fn get_maxKeySize<'a>(&self) -> u32fn clear_maxValueSize(&mut self)fn has_maxValueSize(&self) -> boolfn set_maxValueSize(&mut self, v: u32)fn get_maxValueSize<'a>(&self) -> u32fn clear_maxVersionSize(&mut self)fn has_maxVersionSize(&self) -> boolfn set_maxVersionSize(&mut self, v: u32)fn get_maxVersionSize<'a>(&self) -> u32fn clear_maxTagSize(&mut self)fn has_maxTagSize(&self) -> boolfn set_maxTagSize(&mut self, v: u32)fn get_maxTagSize<'a>(&self) -> u32fn clear_maxConnections(&mut self)fn has_maxConnections(&self) -> boolfn set_maxConnections(&mut self, v: u32)fn get_maxConnections<'a>(&self) -> u32fn clear_maxOutstandingReadRequests(&mut self)fn has_maxOutstandingReadRequests(&self) -> boolfn set_maxOutstandingReadRequests(&mut self, v: u32)fn get_maxOutstandingReadRequests<'a>(&self) -> u32fn clear_maxOutstandingWriteRequests(&mut self)fn has_maxOutstandingWriteRequests(&self) -> boolfn set_maxOutstandingWriteRequests(&mut self, v: u32)fn get_maxOutstandingWriteRequests<'a>(&self) -> u32fn clear_maxMessageSize(&mut self)fn has_maxMessageSize(&self) -> boolfn set_maxMessageSize(&mut self, v: u32)fn get_maxMessageSize<'a>(&self) -> u32fn clear_maxKeyRangeCount(&mut self)fn has_maxKeyRangeCount(&self) -> boolfn set_maxKeyRangeCount(&mut self, v: u32)fn get_maxKeyRangeCount<'a>(&self) -> u32fn clear_maxIdentityCount(&mut self)fn has_maxIdentityCount(&self) -> boolfn set_maxIdentityCount(&mut self, v: u32)fn get_maxIdentityCount<'a>(&self) -> u32fn clear_maxPinSize(&mut self)fn has_maxPinSize(&self) -> boolfn set_maxPinSize(&mut self, v: u32)fn get_maxPinSize<'a>(&self) -> u32impl Message for Command_GetLog_Limitsfn is_initialized(&self) -> boolfn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>fn compute_size(&self) -> u32fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>fn get_cached_size(&self) -> u32fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFieldsfn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFieldsfn type_id(&self) -> TypeIdfn as_any(&self) -> &Anyfn descriptor(&self) -> &'static MessageDescriptorfn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn write_length_delimited_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>fn check_initialized(&self)fn write_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>fn write_length_delimited_to_writer(&self, w: &mut Write) -> Result<(), ProtobufError>fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>impl MessageStatic for Command_GetLog_Limitsfn new() -> Command_GetLog_Limitsfn descriptor_static(_: Option<Command_GetLog_Limits>) -> &'static MessageDescriptorimpl Clear for Command_GetLog_Limitsfn clear(&mut self)impl PartialEq for Command_GetLog_Limitsfn eq(&self, other: &Command_GetLog_Limits) -> boolfn ne(&self, other: &Rhs) -> boolimpl Debug for Command_GetLog_Limitsimpl Default for Command_GetLog_Limitsfn default() -> Command_GetLog_Limitsimpl Clone for Command_GetLog_Limitsfn clone(&self) -> Command_GetLog_Limitsfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).