U
- type of update message read/writtenpublic abstract class AbstractServingModelManager<U> extends Object implements ServingModelManager<U>
ServingModelManager
that provides several default implementations.Modifier | Constructor and Description |
---|---|
protected |
AbstractServingModelManager(com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
com.typesafe.config.Config |
getConfig() |
boolean |
isReadOnly() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, consume, getModel
protected AbstractServingModelManager(com.typesafe.config.Config config)
config
- Oryx Config
objectpublic com.typesafe.config.Config getConfig()
getConfig
in interface ServingModelManager<U>
public boolean isReadOnly()
isReadOnly
in interface ServingModelManager<U>
Copyright © 2014–2016. All rights reserved.