trait
MetaStoreAccess extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
deleteMount(path: APath): NotFoundErrT[ConnectionIO, slamdata.Predef.Unit]
-
-
-
def
finalize(): Unit
-
val
fsMounts: ConnectionIO[slamdata.Predef.Map[APath, FileSystemConfig]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
insertMount(path: APath, cfg: MountConfig): ConnectionIO[slamdata.Predef.Unit]
-
def
insertOrUpdateViewCache(path: AFile, viewCache: ViewCache): ConnectionIO[slamdata.Predef.Unit]
-
final
def
isInstanceOf[T0]: Boolean
-
def
lookupMountConfig(path: APath): ConnectionIO[slamdata.Predef.Option[\/[MountingError, MountConfig]]]
-
def
lookupMountType(path: APath): ConnectionIO[slamdata.Predef.Option[MountType]]
-
def
lookupViewCache(path: AFile): ConnectionIO[slamdata.Predef.Option[ViewCache]]
-
def
mountsHavingPrefix(dir: ADir): ConnectionIO[slamdata.Predef.Map[APath, MountType]]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
runOneRowUpdate(update: Update0): ConnectionIO[slamdata.Predef.Unit]
-
def
runOneRowUpdateOpt(update: Update0): OptionT[ConnectionIO, slamdata.Predef.Unit]
-
def
staleCachedViews(now: Instant): ConnectionIO[slamdata.Predef.List[PathedViewCache]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tableExists(name: slamdata.Predef.String): ConnectionIO[slamdata.Predef.Boolean]
-
def
toString(): String
-
def
updateViewCacheErrorMsg(path: AFile, errorMsg: slamdata.Predef.String): ConnectionIO[slamdata.Predef.Unit]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Operations that access the meta-store via doobie, all wrapped in ConnectionIO