public class AerospikeDaoMapOfUserSegments extends Object implements DaoMapOfUserSegments
UserSegments
in AerospikeCopyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTES_SEGMENTS_FIELD |
private AerospikeDBService |
svc |
Constructor and Description |
---|
AerospikeDaoMapOfUserSegments(AerospikeDBService svc) |
Modifier and Type | Method and Description |
---|---|
Future<UserSegments> |
getAsync(String uid) |
static UserSegments |
recordToUserSegments(com.aerospike.client.Record record) |
private final AerospikeDBService svc
public static final String ATTRIBUTES_SEGMENTS_FIELD
public AerospikeDaoMapOfUserSegments(AerospikeDBService svc)
public static UserSegments recordToUserSegments(com.aerospike.client.Record record)
public Future<UserSegments> getAsync(String uid)
getAsync
in interface DaoMapOfUserSegments