Uses of Class
io.atomix.api.runtime.multimap.v1.Entry
Packages that use Entry
-
Uses of Entry in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return EntryModifier and TypeMethodDescriptionEntry.Builder.build()Entry.Builder.buildPartial()static EntryEntry.getDefaultInstance()Entry.Builder.getDefaultInstanceForType()Entry.getDefaultInstanceForType()PutEntriesRequest.Builder.getEntries(int index) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];PutEntriesRequest.getEntries(int index) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];PutEntriesRequestOrBuilder.getEntries(int index) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.Builder.getEntries(int index) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.getEntries(int index) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequestOrBuilder.getEntries(int index) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];EntriesResponse.Builder.getEntry().atomix.runtime.multimap.v1.Entry entry = 1 [(.gogoproto.nullable) = false];EntriesResponse.getEntry().atomix.runtime.multimap.v1.Entry entry = 1 [(.gogoproto.nullable) = false];EntriesResponseOrBuilder.getEntry().atomix.runtime.multimap.v1.Entry entry = 1 [(.gogoproto.nullable) = false];static EntryEntry.parseDelimitedFrom(InputStream input) static EntryEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryEntry.parseFrom(byte[] data) static EntryEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryEntry.parseFrom(com.google.protobuf.ByteString data) static EntryEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryEntry.parseFrom(com.google.protobuf.CodedInputStream input) static EntryEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryEntry.parseFrom(InputStream input) static EntryEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryEntry.parseFrom(ByteBuffer data) static EntryEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type EntryModifier and TypeMethodDescriptionPutEntriesRequest.Builder.getEntriesList()repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];PutEntriesRequest.getEntriesList()repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];PutEntriesRequestOrBuilder.getEntriesList()repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.Builder.getEntriesList()repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.getEntriesList()repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequestOrBuilder.getEntriesList()repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];com.google.protobuf.Parser<Entry>Entry.getParserForType()static com.google.protobuf.Parser<Entry>Entry.parser()Methods in io.atomix.api.runtime.multimap.v1 with parameters of type EntryModifier and TypeMethodDescriptionPutEntriesRequest.Builder.addEntries(int index, Entry value) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];PutEntriesRequest.Builder.addEntries(Entry value) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.Builder.addEntries(int index, Entry value) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.Builder.addEntries(Entry value) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];EntriesResponse.Builder.mergeEntry(Entry value) .atomix.runtime.multimap.v1.Entry entry = 1 [(.gogoproto.nullable) = false];static Entry.BuilderEntry.newBuilder(Entry prototype) PutEntriesRequest.Builder.setEntries(int index, Entry value) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.Builder.setEntries(int index, Entry value) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];.atomix.runtime.multimap.v1.Entry entry = 1 [(.gogoproto.nullable) = false];Method parameters in io.atomix.api.runtime.multimap.v1 with type arguments of type EntryModifier and TypeMethodDescriptionPutEntriesRequest.Builder.addAllEntries(Iterable<? extends Entry> values) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];RemoveEntriesRequest.Builder.addAllEntries(Iterable<? extends Entry> values) repeated .atomix.runtime.multimap.v1.Entry entries = 2 [(.gogoproto.nullable) = false];