object DynamoDBOps extends Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoDBOps
- Logging
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def createTable[K, V, H, R](table: TableDefinition[K, V, H, R])(implicit client: AmazonDynamoDB): Serializable
-
def
debug[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
- def deleteTable[K, V, H, R](table: TableDefinition[K, V, H, R])(implicit client: AmazonDynamoDB): \/[Invalid, DeleteTableResult]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
info[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
- def unsafePerform(implicit client: AmazonDynamoDB): ~>[DynamoDBAction, [β$0$]\/[Invalid, β$0$]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
warn[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
withContext[A, B](a: A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Definition Classes
- Logging
-
def
withDebug[A, B](msg: ⇒ A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
withInfo[A, B](msg: ⇒ A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
withTrace[A, B](msg: ⇒ A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Attributes
- protected
- Definition Classes
- Logging → Logger
Deprecated Value Members
-
def
withLog[A](s: String)(f: ⇒ A): A
- Attributes
- protected
- Definition Classes
- Logging
- Annotations
- @deprecated
- Deprecated
(Since version 1.6) use withInfo instead
-
def
withLogContext[A](s: String)(f: ⇒ A): A
- Definition Classes
- Logging
- Annotations
- @deprecated
- Deprecated
(Since version 1.6) use withContext instead