Modifier and Type | Method and Description |
---|---|
OpaqueValue<ITuple> |
OpaqueTupleStateMapper.fromValues(List<Values> valuesList) |
Modifier and Type | Method and Description |
---|---|
static <U> MapStateFactoryBuilder<OpaqueValue<U>> |
MapStateFactoryBuilder.opaque(Map<String,Object> cassandraConf) |
static <U> StateMapper<OpaqueValue<U>> |
SimpleStateMapper.opaque(String txIdField,
String previousField,
String field) |
Modifier and Type | Method and Description |
---|---|
Values |
OpaqueTupleStateMapper.toValues(OpaqueValue<ITuple> tuple) |
Modifier and Type | Method and Description |
---|---|
CassandraBackingMap.Options<T> |
CassandraBackingMap.Options.withOpaqueBinaryState(String fieldName,
Serializer<OpaqueValue<T>> serializer) |
Modifier and Type | Method and Description |
---|---|
static StateFactory |
HBaseMapState.opaque(HBaseMapState.Options<OpaqueValue> opts) |
Modifier and Type | Method and Description |
---|---|
static StateFactory |
MongoMapState.opaque(MongoMapState.Options<OpaqueValue> opts) |
Modifier and Type | Method and Description |
---|---|
static StateFactory |
RedisClusterMapState.opaque(JedisClusterConfig jedisClusterConfig,
Options<OpaqueValue> opts)
Provides StateFactory for opaque transactional.
|
static StateFactory |
RedisMapState.opaque(JedisPoolConfig jedisPoolConfig,
Options<OpaqueValue> opts)
Provides StateFactory for opaque transactional.
|
Modifier and Type | Method and Description |
---|---|
OpaqueValue |
JSONOpaqueSerializer.deserialize(byte[] b) |
OpaqueValue<T> |
OpaqueValue.update(Long batchTxid,
T newVal) |
Modifier and Type | Method and Description |
---|---|
byte[] |
JSONOpaqueSerializer.serialize(OpaqueValue obj) |
Modifier and Type | Method and Description |
---|---|
static <T> MapState<T> |
OpaqueMap.build(IBackingMap<OpaqueValue> backing) |
Constructor and Description |
---|
OpaqueMap(IBackingMap<OpaqueValue> backing) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.