case class Migrate(key: String, host: String, port: Int, database: Int, timeout: FiniteDuration, copy: Boolean, replace: Boolean) extends Request[Unit] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Migrate
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- val copy: Boolean
- val database: Int
- def decode: PartialFunction[Response, Unit]
-
def
future: Future[Unit]
- Definition Classes
- Request
- val host: String
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- val port: Int
- val replace: Boolean
-
val
repliesCount: Int
- Definition Classes
- Request
- val timeout: FiniteDuration
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any