public class SearchProtocolParser extends Object
| Constructor and Description |
|---|
SearchProtocolParser() |
| Modifier and Type | Method and Description |
|---|---|
static SearchRequest.ColumnsToGet |
toColumnsToGet(Search.ColumnsToGet pb) |
static DateTimeUnit |
toDateTimeUnit(Search.DateTimeUnit unit) |
static DateTimeValue |
toDateTimeValue(Search.DateTimeValue pb) |
static ParallelScanRequest |
toParallelScanRequest(byte[] bytes) |
static ParallelScanRequest |
toParallelScanRequest(com.google.protobuf.ByteString byteString) |
static List<PrimaryKey> |
toRoutingValues(List<com.google.protobuf.ByteString> byteStringList) |
static ScanQuery |
toScanQuery(byte[] bytes) |
static ScanQuery |
toScanQuery(com.google.protobuf.ByteString byteString) |
static SearchQuery |
toSearchQuery(byte[] bytes) |
static SearchQuery |
toSearchQuery(com.google.protobuf.ByteString byteString) |
static SearchRequest |
toSearchRequest(byte[] bytes) |
static SearchRequest |
toSearchRequest(com.google.protobuf.ByteString byteString) |
static VectorOptions |
toVectorOptions(Search.VectorOptions pbOptions) |
public static VectorOptions toVectorOptions(Search.VectorOptions pbOptions)
public static SearchQuery toSearchQuery(com.google.protobuf.ByteString byteString) throws IOException
IOExceptionpublic static SearchQuery toSearchQuery(byte[] bytes) throws IOException
IOExceptionpublic static SearchRequest.ColumnsToGet toColumnsToGet(Search.ColumnsToGet pb)
public static List<PrimaryKey> toRoutingValues(List<com.google.protobuf.ByteString> byteStringList) throws IOException
IOExceptionpublic static SearchRequest toSearchRequest(com.google.protobuf.ByteString byteString) throws IOException
IOExceptionpublic static SearchRequest toSearchRequest(byte[] bytes) throws IOException
IOExceptionpublic static ScanQuery toScanQuery(com.google.protobuf.ByteString byteString) throws IOException
IOExceptionpublic static ScanQuery toScanQuery(byte[] bytes) throws IOException
IOExceptionpublic static ParallelScanRequest toParallelScanRequest(com.google.protobuf.ByteString byteString) throws IOException
IOExceptionpublic static ParallelScanRequest toParallelScanRequest(byte[] bytes) throws IOException
IOExceptionpublic static DateTimeUnit toDateTimeUnit(Search.DateTimeUnit unit)
public static DateTimeValue toDateTimeValue(Search.DateTimeValue pb)
Copyright © 2024. All Rights Reserved.