RowKeyType
- the type of the row key.public class HystrixCassandraPut<RowKeyType> extends AbstractCassandraHystrixCommand<java.lang.Void>
Constructor and Description |
---|
HystrixCassandraPut(com.netflix.astyanax.Keyspace keyspace,
java.lang.String columnFamilyName,
RowKeyType rowKey,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
HystrixCassandraPut(com.netflix.astyanax.Keyspace keyspace,
java.lang.String columnFamilyName,
RowKeyType rowKey,
java.util.Map<java.lang.String,java.lang.Object> attributes,
int ttlSeconds) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
run() |
getColumnFamilyViaColumnName, getColumnFamilyViaColumnName
decomposeException, execute, getCacheKey, getCommandGroup, getCommandKey, getExecutionEvents, getExecutionTimeInMilliseconds, getFailedExecutionException, getFallback, getMetrics, getProperties, getThreadPoolKey, isCircuitBreakerOpen, isExecutedInThread, isExecutionComplete, isFailedExecution, isResponseFromCache, isResponseFromFallback, isResponseRejected, isResponseShortCircuited, isResponseTimedOut, isSuccessfulExecution, observe, queue, toObservable, toObservable
public HystrixCassandraPut(com.netflix.astyanax.Keyspace keyspace, java.lang.String columnFamilyName, RowKeyType rowKey, java.util.Map<java.lang.String,java.lang.Object> attributes)
public HystrixCassandraPut(com.netflix.astyanax.Keyspace keyspace, java.lang.String columnFamilyName, RowKeyType rowKey, java.util.Map<java.lang.String,java.lang.Object> attributes, int ttlSeconds)