This project has retired. For details please refer to its Attic page.
Protos.LinuxInfo.IpcMode
JavaScript is disabled on your browser.
Skip navigation links
org.apache.mesos

Enum Protos.LinuxInfo.IpcMode

    • Enum Constant Summary

      Enum Constants
      Enum Constant and Description
      PRIVATE
      The container will have its own IPC namespace and /dev/shm, with a possibility to share them with its child containers.
      SHARE_PARENT
      The container will share the IPC namespace and /dev/shm from its parent.
      UNKNOWN
      UNKNOWN = 0;
    • Field Summary

      Fields
      Modifier and Type Field and Description
      static int PRIVATE_VALUE
      The container will have its own IPC namespace and /dev/shm, with a possibility to share them with its child containers.
      static int SHARE_PARENT_VALUE
      The container will share the IPC namespace and /dev/shm from its parent.
      static int UNKNOWN_VALUE
      UNKNOWN = 0;
    • Enum Constant Detail

      • PRIVATE

        public static final Protos.LinuxInfo.IpcMode PRIVATE
         The container will have its own IPC namespace and /dev/shm, with a
         possibility to share them with its child containers.
         
        PRIVATE = 1;
      • SHARE_PARENT

        public static final Protos.LinuxInfo.IpcMode SHARE_PARENT
         The container will share the IPC namespace and /dev/shm from its
         parent. If the container is a top level container, it will share
         the IPC namespace and /dev/shm from the agent host, if the container
         is a nested container, it will share the IPC namespace and /dev/shm
         from its parent container. The implication is if a nested container
         wants to share the IPC namespace and /dev/shm from the agent host,
         its parent container has to do it first.
         
        SHARE_PARENT = 2;
    • Field Detail

      • PRIVATE_VALUE

        public static final int PRIVATE_VALUE
         The container will have its own IPC namespace and /dev/shm, with a
         possibility to share them with its child containers.
         
        PRIVATE = 1;
        See Also:
        Constant Field Values
      • SHARE_PARENT_VALUE

        public static final int SHARE_PARENT_VALUE
         The container will share the IPC namespace and /dev/shm from its
         parent. If the container is a top level container, it will share
         the IPC namespace and /dev/shm from the agent host, if the container
         is a nested container, it will share the IPC namespace and /dev/shm
         from its parent container. The implication is if a nested container
         wants to share the IPC namespace and /dev/shm from the agent host,
         its parent container has to do it first.
         
        SHARE_PARENT = 2;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static Protos.LinuxInfo.IpcMode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Protos.LinuxInfo.IpcMode c : Protos.LinuxInfo.IpcMode.values())
         System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Protos.LinuxInfo.IpcMode valueOf(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
      • internalGetValueMap

        public static <any> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /