Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String key)
Check if the record header contains the given key
|
boolean |
equals(Object o) |
String |
getString(int index)
The value at the given field index (represented as String)
|
String |
getString(String key)
The value at the given field (represented as String)
|
<T> T |
getValue(int index)
The value at the given field index
|
<T> T |
getValue(String key)
The value at the given field
|
int |
hashCode() |
List<String> |
keys()
The keys of the record
|
int |
size()
The number of fields in this record
|
String |
toString() |
List<Object> |
values()
The values of the record
|
public <T> T getValue(int index)
Record
public <T> T getValue(String key)
Record
public String getString(int index)
Record
public String getString(String key)
Record
public List<Object> values()
Record
public boolean containsKey(String key)
Record
containsKey
in interface Record
key
- header keytrue
if the the key existspublic int size()
Record
Copyright © 2020 RedisLabs. All rights reserved.