Class MemcacheServicePb.MemcacheHotKey (2.0.0)

public static final class MemcacheServicePb.MemcacheHotKey extends GeneratedMessageV3 implements MemcacheServicePb.MemcacheHotKeyOrBuilder

Inheritance

Object > com.google.protobuf.AbstractMessageLite > com.google.protobuf.AbstractMessage > com.google.protobuf.GeneratedMessageV3 > MemcacheServicePb.MemcacheHotKey

Static Fields

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
Type Description
int

NAME_SPACE_FIELD_NUMBER

public static final int NAME_SPACE_FIELD_NUMBER
Field Value
Type Description
int

PARSER

public static final Parser<MemcacheServicePb.MemcacheHotKey> PARSER
Field Value
Type Description
com.google.protobuf.Parser<MemcacheHotKey>

QPS_FIELD_NUMBER

public static final int QPS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static MemcacheServicePb.MemcacheHotKey getDefaultInstance()
Returns
Type Description
MemcacheServicePb.MemcacheHotKey

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
com.google.protobuf.Descriptors.Descriptor

newBuilder()

public static MemcacheServicePb.MemcacheHotKey.Builder newBuilder()
Returns
Type Description
Builder

newBuilder(MemcacheServicePb.MemcacheHotKey arg0)

public static MemcacheServicePb.MemcacheHotKey.Builder newBuilder(MemcacheServicePb.MemcacheHotKey arg0)
Parameter
Name Description
arg0 MemcacheServicePb.MemcacheHotKey
Returns
Type Description
Builder

parseDelimitedFrom(InputStream arg0)

public static MemcacheServicePb.MemcacheHotKey parseDelimitedFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static MemcacheServicePb.MemcacheHotKey parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
IOException

parseFrom(byte[] arg0)

public static MemcacheServicePb.MemcacheHotKey parseFrom(byte[] arg0)
Parameter
Name Description
arg0 byte[]
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static MemcacheServicePb.MemcacheHotKey parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 byte[]
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static MemcacheServicePb.MemcacheHotKey parseFrom(ByteString arg0)
Parameter
Name Description
arg0 com.google.protobuf.ByteString
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static MemcacheServicePb.MemcacheHotKey parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.ByteString
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static MemcacheServicePb.MemcacheHotKey parseFrom(CodedInputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedInputStream
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static MemcacheServicePb.MemcacheHotKey parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.CodedInputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
IOException

parseFrom(InputStream arg0)

public static MemcacheServicePb.MemcacheHotKey parseFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static MemcacheServicePb.MemcacheHotKey parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
IOException

parseFrom(ByteBuffer arg0)

public static MemcacheServicePb.MemcacheHotKey parseFrom(ByteBuffer arg0)
Parameter
Name Description
arg0 ByteBuffer
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static MemcacheServicePb.MemcacheHotKey parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 ByteBuffer
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
MemcacheServicePb.MemcacheHotKey
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<MemcacheServicePb.MemcacheHotKey> parser()
Returns
Type Description
com.google.protobuf.Parser<MemcacheHotKey>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
Name Description
arg0 Object
Returns
Type Description
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getDefaultInstanceForType()

public MemcacheServicePb.MemcacheHotKey getDefaultInstanceForType()
Returns
Type Description
MemcacheServicePb.MemcacheHotKey

getKey()

public ByteString getKey()
Returns
Type Description
com.google.protobuf.ByteString

getNameSpace()

public String getNameSpace()
Returns
Type Description
String

getNameSpaceBytes()

public ByteString getNameSpaceBytes()
Returns
Type Description
com.google.protobuf.ByteString

getParserForType()

public Parser<MemcacheServicePb.MemcacheHotKey> getParserForType()
Returns
Type Description
com.google.protobuf.Parser<MemcacheHotKey>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getQps()

public double getQps()
Returns
Type Description
double

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides
com.google.protobuf.GeneratedMessageV3.getSerializedSize()

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
com.google.protobuf.UnknownFieldSet
Overrides
com.google.protobuf.GeneratedMessageV3.getUnknownFields()

hasKey()

public boolean hasKey()
Returns
Type Description
boolean

hasNameSpace()

public boolean hasNameSpace()
Returns
Type Description
boolean

hasQps()

public boolean hasQps()
Returns
Type Description
boolean

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides
com.google.protobuf.AbstractMessage.hashCode()

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.isInitialized()

newBuilderForType()

public MemcacheServicePb.MemcacheHotKey.Builder newBuilderForType()
Returns
Type Description
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected MemcacheServicePb.MemcacheHotKey.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
Type Description
Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
Type Description
Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

toBuilder()

public MemcacheServicePb.MemcacheHotKey.Builder toBuilder()
Returns
Type Description
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
Type Description
IOException