mesos state backed collections:由Mesos状态API的实现支持的持久性集合类型
Mesos状态支持的集合由Mesos状态API的实现支持的持久性集合类型。 API使用示例(进行中) import akka . util . ByteString import mesosphere . util . mesos . state .{ PersistentSet , WrappedState } import org . apache . mesos . state . AbstractState import scala . concurrent . Future val state : AbstractState = // ... case class Person ( name : String , age : Int ) val personFormatter = new Formatter [ Person ] { def read ( b
文件列表
mesos-state-backed-collections-master.zip
(预估有个20文件)
mesos-state-backed-collections-master
project
build.properties
19B
Build.scala
2KB
plugins.sbt
218B
src
main
scala
mesosphere
util
暂无评论