org.apache.gearpump

jarstore

package jarstore

Visibility
  1. Public
  2. All

Type Members

  1. trait JarFileContainer extends Serializable

    The JarStore is a distributed store User can use this jar store to submit application jars

  2. class JarFileContainerWrapper extends JarFileContainer

    The JarFileContainer are supposed to only be used by daemon class so the real implementation are in project Daemon.

    The JarFileContainer are supposed to only be used by daemon class so the real implementation are in project Daemon. However, the AppJar is also transfered by ApplicationMaster which has a JarFileContainer. To avoid the serialization of JarFileContainer implementation in application layer, we use JarFileContainerWrapper to wrap the real object.

Value Members

  1. object JarFileContainerWrapper extends Serializable

Ungrouped