com.tuplejump.snackfs.cassandra.store

ThriftStore

class ThriftStore extends FileSystemStore

Linear Supertypes
FileSystemStore, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ThriftStore
  2. FileSystemStore
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThriftStore(configuration: SnackFSConfiguration)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def acquireFileLock(path: Path, processId: UUID): Future[Boolean]

    Definition Classes
    ThriftStoreFileSystemStore
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createKeyspace: Future[Keyspace]

    Definition Classes
    ThriftStoreFileSystemStore
  10. def deleteBlocks(iNode: INode): Future[GenericOpSuccess]

    Definition Classes
    ThriftStoreFileSystemStore
  11. def deleteINode(path: Path): Future[GenericOpSuccess]

    Definition Classes
    ThriftStoreFileSystemStore
  12. def disconnect(): Unit

  13. def dropKeyspace: Future[Unit]

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def fetchSubPaths(path: Path, isDeepFetch: Boolean): Future[Set[Path]]

    Definition Classes
    ThriftStoreFileSystemStore
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getBlockLocations(path: Path): Future[Map[BlockMeta, List[String]]]

    Definition Classes
    ThriftStoreFileSystemStore
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def init: Unit

    Definition Classes
    ThriftStoreFileSystemStore
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def releaseFileLock(path: Path): Future[Boolean]

    Definition Classes
    ThriftStoreFileSystemStore
  27. def retrieveBlock(blockMeta: BlockMeta): InputStream

    Definition Classes
    ThriftStoreFileSystemStore
  28. def retrieveINode(path: Path): Future[INode]

    Definition Classes
    ThriftStoreFileSystemStore
  29. def retrieveSubBlock(blockId: UUID, subBlockId: UUID, byteRangeStart: Long): Future[InputStream]

    Definition Classes
    ThriftStoreFileSystemStore
  30. def storeINode(path: Path, iNode: INode): Future[GenericOpSuccess]

    Definition Classes
    ThriftStoreFileSystemStore
  31. def storeSubBlock(blockId: UUID, subBlockMeta: SubBlockMeta, data: ByteBuffer): Future[GenericOpSuccess]

    Definition Classes
    ThriftStoreFileSystemStore
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FileSystemStore

Inherited from AnyRef

Inherited from Any

Ungrouped