Astyanax 1.0.5
Package Index
|
Class Index
com.netflix.astyanax
com.netflix.astyanax.clock
com.netflix.astyanax.connectionpool
com.netflix.astyanax.connectionpool.exceptions
com.netflix.astyanax.connectionpool.impl
com.netflix.astyanax.ddl
com.netflix.astyanax.impl
com.netflix.astyanax.mapping
com.netflix.astyanax.model
com.netflix.astyanax.query
com.netflix.astyanax.recipes
com.netflix.astyanax.recipes.locks
com.netflix.astyanax.recipes.storage
com.netflix.astyanax.recipes.uniqueness
com.netflix.astyanax.retry
com.netflix.astyanax.serializers
com.netflix.astyanax.shallows
com.netflix.astyanax.test
com.netflix.astyanax.thrift
com.netflix.astyanax.thrift.ddl
com.netflix.astyanax.thrift.model
com.netflix.astyanax.util
Interfaces
JsonRowsWriter.ErrorHandler
RecordReader
RecordWriter
RowsWriter
Classes
BlockingAckingQueue
BlockingConcurrentWindowCounter
ByteBufferRangeImpl
ColumnarRecordWriter
CsvColumnReader
CsvRecordReader
CsvRowsWriter
ExecuteWithRetryTest
ExecuteWithRetryTest.ExecuteWithRetry
<T>
JsonRowsWriter
MutationBatchExecutorWithQueue
RangeBuilder
RateLimiterTest
StringUtils
TimeUUIDTest
TimeUUIDUtils
TokenGenerator
WriteAheadMutationBatchExecutor
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
WriteAheadMutationBatchExecutor
extends
Object
java.lang.Object
↳
com.netflix.astyanax.util.WriteAheadMutationBatchExecutor
Summary
Public Constructors
WriteAheadMutationBatchExecutor
(
Keyspace
keyspace, int nThreads)
WriteAheadMutationBatchExecutor
(
Keyspace
keyspace,
ExecutorService
executor)
Public Methods
execute
(
MutationBatch
m)
Write a mutation to the wal and execute it
List
<
>
replayWal
(int count)
Replay records from the WAL
void
shutdown
()
WriteAheadMutationBatchExecutor
usingRetryablePredicate
(
predicate)
WriteAheadMutationBatchExecutor
usingWriteAheadLog
(
WriteAheadLog
wal)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
WriteAheadMutationBatchExecutor
(
Keyspace
keyspace, int nThreads)
public
WriteAheadMutationBatchExecutor
(
Keyspace
keyspace,
ExecutorService
executor)
Public Methods
public
execute
(
MutationBatch
m)
Write a mutation to the wal and execute it
Throws
WalException
public
List
<
>
replayWal
(int count)
Replay records from the WAL
public void
shutdown
()
public
WriteAheadMutationBatchExecutor
usingRetryablePredicate
(
predicate)
public
WriteAheadMutationBatchExecutor
usingWriteAheadLog
(
WriteAheadLog
wal)