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
DistributedRowLock
Classes
ColumnPrefixDistributedRowLock
<K>
Exceptions
BusyLockException
StaleLockException
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public class
BusyLockException
extends
Exception
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
com.netflix.astyanax.recipes.locks.BusyLockException
Summary
Public Constructors
BusyLockException
(
Exception
e)
BusyLockException
(
String
message,
Exception
e)
BusyLockException
(
String
message)
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized final void
addSuppressed
(
Throwable
arg0)
synchronized
Throwable
fillInStackTrace
()
synchronized
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized final
Throwable[]
getSuppressed
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
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
BusyLockException
(
Exception
e)
public
BusyLockException
(
String
message,
Exception
e)
public
BusyLockException
(
String
message)