|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectco.cask.tigon.runtime.RuntimeModule
public abstract class RuntimeModule
Runtime Module defines all of the methods that all of our Guice modules must implement. We expect all modules that are found in each component's "runtime" package to extend this class.
| Constructor Summary | |
|---|---|
RuntimeModule()
|
|
| Method Summary | |
|---|---|
abstract com.google.inject.Module |
getDistributedModules()
Get a combined Module that includes all of the modules and classes required to instantiate and run a fully distributed instance of Tigon. |
abstract com.google.inject.Module |
getInMemoryModules()
Get a combined Module that includes all of the modules and classes required to instantiate and run an in memory instance of Tigon. |
abstract com.google.inject.Module |
getSingleNodeModules()
Get a combined Module that includes all of the modules and classes required to instantiate and run a single node instance of Tigon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeModule()
| Method Detail |
|---|
public abstract com.google.inject.Module getInMemoryModules()
public abstract com.google.inject.Module getSingleNodeModules()
public abstract com.google.inject.Module getDistributedModules()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||