|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteType | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.exceptions | |
org.apache.cassandra.locator | |
org.apache.cassandra.service |
Uses of WriteType in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that return WriteType | |
---|---|
static WriteType |
WriteType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WriteType[] |
WriteType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of WriteType in org.apache.cassandra.exceptions |
---|
Fields in org.apache.cassandra.exceptions declared as WriteType | |
---|---|
WriteType |
WriteTimeoutException.writeType
|
Constructors in org.apache.cassandra.exceptions with parameters of type WriteType | |
---|---|
WriteTimeoutException(WriteType writeType,
ConsistencyLevel consistency,
int received,
int blockFor)
|
Uses of WriteType in org.apache.cassandra.locator |
---|
Methods in org.apache.cassandra.locator with parameters of type WriteType | |
---|---|
AbstractWriteResponseHandler |
AbstractReplicationStrategy.getWriteResponseHandler(java.util.Collection<java.net.InetAddress> naturalEndpoints,
java.util.Collection<java.net.InetAddress> pendingEndpoints,
ConsistencyLevel consistency_level,
java.lang.Runnable callback,
WriteType writeType)
|
Uses of WriteType in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service with parameters of type WriteType | |
---|---|
static AbstractWriteResponseHandler |
StorageProxy.performWrite(IMutation mutation,
ConsistencyLevel consistency_level,
java.lang.String localDataCenter,
StorageProxy.WritePerformer performer,
java.lang.Runnable callback,
WriteType writeType)
Perform the write of a mutation given a WritePerformer. |
Constructors in org.apache.cassandra.service with parameters of type WriteType | |
---|---|
AbstractWriteResponseHandler(Table table,
java.util.Collection<java.net.InetAddress> naturalEndpoints,
java.util.Collection<java.net.InetAddress> pendingEndpoints,
ConsistencyLevel consistencyLevel,
java.lang.Runnable callback,
WriteType writeType)
|
|
DatacenterSyncWriteResponseHandler(java.util.Collection<java.net.InetAddress> naturalEndpoints,
java.util.Collection<java.net.InetAddress> pendingEndpoints,
ConsistencyLevel consistencyLevel,
Table table,
java.lang.Runnable callback,
WriteType writeType)
|
|
DatacenterWriteResponseHandler(java.util.Collection<java.net.InetAddress> naturalEndpoints,
java.util.Collection<java.net.InetAddress> pendingEndpoints,
ConsistencyLevel consistencyLevel,
Table table,
java.lang.Runnable callback,
WriteType writeType)
|
|
WriteResponseHandler(java.util.Collection<java.net.InetAddress> writeEndpoints,
java.util.Collection<java.net.InetAddress> pendingEndpoints,
ConsistencyLevel consistencyLevel,
Table table,
java.lang.Runnable callback,
WriteType writeType)
|
|
WriteResponseHandler(java.net.InetAddress endpoint,
WriteType writeType)
|
|
WriteResponseHandler(java.net.InetAddress endpoint,
WriteType writeType,
java.lang.Runnable callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |