public class SearchProtocolParser extends Object
构造器和说明 |
---|
SearchProtocolParser() |
限定符和类型 | 方法和说明 |
---|---|
static SearchRequest.ColumnsToGet |
toColumnsToGet(Search.ColumnsToGet 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) |
public static SearchQuery toSearchQuery(com.google.protobuf.ByteString byteString) throws IOException
IOException
public static SearchQuery toSearchQuery(byte[] bytes) throws IOException
IOException
public static SearchRequest.ColumnsToGet toColumnsToGet(Search.ColumnsToGet pb)
public static List<PrimaryKey> toRoutingValues(List<com.google.protobuf.ByteString> byteStringList) throws IOException
IOException
public static SearchRequest toSearchRequest(com.google.protobuf.ByteString byteString) throws IOException
IOException
public static SearchRequest toSearchRequest(byte[] bytes) throws IOException
IOException
public static ScanQuery toScanQuery(com.google.protobuf.ByteString byteString) throws IOException
IOException
public static ScanQuery toScanQuery(byte[] bytes) throws IOException
IOException
public static ParallelScanRequest toParallelScanRequest(com.google.protobuf.ByteString byteString) throws IOException
IOException
public static ParallelScanRequest toParallelScanRequest(byte[] bytes) throws IOException
IOException
Copyright © 2021. All Rights Reserved.