public static interface Core.TransactionExecutingStateSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsDeletes(String key)
map<string, bool> deletes = 3; |
boolean |
containsReads(String key)
map<string, bool> reads = 2; |
boolean |
containsWrites(String key)
map<string, bytes> writes = 1; |
Map<String,Boolean> |
getDeletes()
已过时。
|
int |
getDeletesCount()
map<string, bool> deletes = 3; |
Map<String,Boolean> |
getDeletesMap()
map<string, bool> deletes = 3; |
boolean |
getDeletesOrDefault(String key,
boolean defaultValue)
map<string, bool> deletes = 3; |
boolean |
getDeletesOrThrow(String key)
map<string, bool> deletes = 3; |
Map<String,Boolean> |
getReads()
已过时。
|
int |
getReadsCount()
map<string, bool> reads = 2; |
Map<String,Boolean> |
getReadsMap()
map<string, bool> reads = 2; |
boolean |
getReadsOrDefault(String key,
boolean defaultValue)
map<string, bool> reads = 2; |
boolean |
getReadsOrThrow(String key)
map<string, bool> reads = 2; |
Map<String,com.google.protobuf.ByteString> |
getWrites()
已过时。
|
int |
getWritesCount()
map<string, bytes> writes = 1; |
Map<String,com.google.protobuf.ByteString> |
getWritesMap()
map<string, bytes> writes = 1; |
com.google.protobuf.ByteString |
getWritesOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> writes = 1; |
com.google.protobuf.ByteString |
getWritesOrThrow(String key)
map<string, bytes> writes = 1; |
int getWritesCount()
map<string, bytes> writes = 1;boolean containsWrites(String key)
map<string, bytes> writes = 1;@Deprecated Map<String,com.google.protobuf.ByteString> getWrites()
getWritesMap() instead.Map<String,com.google.protobuf.ByteString> getWritesMap()
map<string, bytes> writes = 1;com.google.protobuf.ByteString getWritesOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> writes = 1;com.google.protobuf.ByteString getWritesOrThrow(String key)
map<string, bytes> writes = 1;int getReadsCount()
map<string, bool> reads = 2;boolean containsReads(String key)
map<string, bool> reads = 2;@Deprecated Map<String,Boolean> getReads()
getReadsMap() instead.boolean getReadsOrDefault(String key, boolean defaultValue)
map<string, bool> reads = 2;boolean getReadsOrThrow(String key)
map<string, bool> reads = 2;int getDeletesCount()
map<string, bool> deletes = 3;boolean containsDeletes(String key)
map<string, bool> deletes = 3;@Deprecated Map<String,Boolean> getDeletes()
getDeletesMap() instead.boolean getDeletesOrDefault(String key, boolean defaultValue)
map<string, bool> deletes = 3;boolean getDeletesOrThrow(String key)
map<string, bool> deletes = 3;Copyright © 2020. All rights reserved.