abstract class Uri extends LazyLogging with lasersonlab.future
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Uri
- future
- syntax
- LazyLogging
- LoggerHolder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Uri()(implicit ec: ExecutionContext)
Abstract Value Members
- abstract def /(name: String): Self
- abstract def bytes(start: Long, size: Int): F[Array[Byte]]
- abstract val cachingConfig: Config
- abstract def children: F[Iterator[Self]]
- abstract def exists: F[Boolean]
- abstract def isDirectory: Boolean
- abstract def parentOpt: Option[Self]
- abstract def size: F[Long]
- abstract val uri: URI
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def /[T](name: T)(implicit s: Segment[T]): Self
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ?[T](basename: T)(implicit s: Segment[T]): F[Self]
-
val
F: Future.type
- Definition Classes
- future
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def basename: String
- lazy val blockSize: Int
- def blocks(from: Int = 0): F[List[Array[Byte]]]
- val blocks: LinkedHashMap[Long, F[Array[Byte]]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def delete(recursive: Boolean = false): F[Unit]
- def delete: F[Unit]
- implicit val ec: ExecutionContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBlock(idx: Long): F[Array[Byte]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def json[A](implicit d: Decoder[A]): F[A]
- def list: F[List[Self]]
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging → LoggerHolder
-
final
val
loggerName: String
- Attributes
- protected
- Definition Classes
- LoggerHolder
-
implicit
def
makeFutureOps[T](f: lasersonlab.future.F[T]): Ops[T]
- Definition Classes
- syntax
- Annotations
- @inline()
- lazy val maxNumBlocks: Int
- lazy val maximumSize: Long
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def outputStream: OutputStream
- def parent: Self
- def read: F[Array[Byte]]
- def stream(start: Long, end: Long): F[InputStream]
- def stream(start: Long = 0): F[InputStream]
- def string(start: Long, size: Int): F[String]
- def string: F[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Uri → AnyRef → Any
-
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
- @native() @throws( ... )
- def write(bytes: Array[Byte]): F[Unit]
- def write(s: String): F[Unit]