com.aliyun.tair.tairhash.factory.HashBuilderFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alibabacloud-tairjedis-sdk Show documentation
Show all versions of alibabacloud-tairjedis-sdk Show documentation
Aliyun Tair Redis client for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
package com.aliyun.tair.tairhash.factory;
import java.util.AbstractMap;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.aliyun.tair.tairhash.params.ExhgetwithverResult;
import redis.clients.jedis.Builder;
import redis.clients.jedis.ScanResult;
import redis.clients.jedis.util.SafeEncoder;
public class HashBuilderFactory {
public static final Builder> EXHGETWITHVER_RESULT_STRING
= new Builder>() {
@Override
@SuppressWarnings("unchecked")
public ExhgetwithverResult build(Object data) {
if (data == null) {
return null;
}
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy