Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

abort() - Method in interface org.apache.mesos.ExecutorDriver
Aborts the driver so that no more callbacks can be made to the executor.
abort() - Method in class org.apache.mesos.MesosExecutorDriver
 
abort() - Method in class org.apache.mesos.MesosSchedulerDriver
 
abort() - Method in interface org.apache.mesos.SchedulerDriver
Aborts the driver so that no more callbacks can be made to the scheduler.
AbstractState - Class in org.apache.mesos.state
Abstract implementation of State that provides operations on futures to make concrete classes easier to create.
AbstractState() - Constructor for class org.apache.mesos.state.AbstractState
 
ACCEPT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
ACCEPT_INVERSE_OFFERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
ACCEPT_INVERSE_OFFERS_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
ACCEPT_INVERSE_OFFERS = 13;
ACCEPT_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
ACCEPT = 3;
acceptOffers(Collection<Protos.OfferID>, Collection<Protos.Offer.Operation>, Protos.Filters) - Method in class org.apache.mesos.MesosSchedulerDriver
 
acceptOffers(Collection<Protos.OfferID>, Collection<Protos.Offer.Operation>, Protos.Filters) - Method in interface org.apache.mesos.SchedulerDriver
Accepts the given offers and performs a sequence of operations on those accepted offers.
ACKNOWLEDGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
ACKNOWLEDGE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
ACKNOWLEDGE = 8;
ACKNOWLEDGED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
ACKNOWLEDGED_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
ACKNOWLEDGED = 4;
acknowledgeStatusUpdate(Protos.TaskStatus) - Method in class org.apache.mesos.MesosSchedulerDriver
 
acknowledgeStatusUpdate(Protos.TaskStatus) - Method in interface org.apache.mesos.SchedulerDriver
Acknowledges the status update.
ACTIVEOPENS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
ACTIVEOPENS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
addAllAllocated(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
addAllAllocated(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
addAllArguments(Iterable<String>) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
addAllArguments(Iterable<String>) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
addAllAttributes(Iterable<? extends Protos.Attribute>) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
addAllAttributes(Iterable<? extends Protos.Attribute>) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
addAllAttributes(Iterable<? extends Protos.Attribute>) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
addAllAttributes(Iterable<? extends Protos.Attribute>) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
addAllCapabilities(Iterable<? extends Protos.FrameworkInfo.Capability>) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
addAllCapabilities(Iterable<? extends Protos.FrameworkInfo.Capability>) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
addAllContainers(Iterable<? extends Protos.ContainerID>) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
addAllCredentials(Iterable<? extends Protos.Credential>) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
addAllCredentials(Iterable<? extends Protos.Credential>) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
addAllExecutorIds(Iterable<? extends Protos.ExecutorID>) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
addAllExecutorIds(Iterable<? extends Protos.ExecutorID>) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
addAllExecutors(Iterable<? extends Protos.ResourceUsage.Executor>) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
addAllExecutors(Iterable<? extends Protos.ResourceUsage.Executor>) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
addAllFrameworks(Iterable<? extends Protos.FrameworkID>) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
addAllFrameworks(Iterable<? extends Protos.FrameworkID>) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
addAllGroups(Iterable<String>) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
addAllGroups(Iterable<String>) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
addAllInverseOfferIds(Iterable<? extends Protos.OfferID>) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addAllInverseOfferIds(Iterable<? extends Protos.OfferID>) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addAllInverseOffers(Iterable<? extends Protos.InverseOffer>) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
addAllIpAddresses(Iterable<? extends Protos.NetworkInfo.IPAddress>) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
addAllIpAddresses(Iterable<? extends Protos.NetworkInfo.IPAddress>) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
addAllItem(Iterable<String>) - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
addAllItem(Iterable<String>) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
addAllLabels(Iterable<? extends Protos.Label>) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
addAllLabels(Iterable<? extends Protos.Label>) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
addAllLimits(Iterable<? extends Protos.RateLimit>) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
addAllLimits(Iterable<? extends Protos.RateLimit>) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
addAllNetTrafficControlStatistics(Iterable<? extends Protos.TrafficControlStatistics>) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
addAllNetTrafficControlStatistics(Iterable<? extends Protos.TrafficControlStatistics>) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
addAllNetworkInfos(Iterable<? extends Protos.NetworkInfo>) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
addAllNetworkInfos(Iterable<? extends Protos.NetworkInfo>) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
addAllNetworkInfos(Iterable<? extends Protos.NetworkInfo>) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
addAllNetworkInfos(Iterable<? extends Protos.NetworkInfo>) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
addAllocated(Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
addAllocated(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
addAllocated(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
addAllocated(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
addAllocated(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
addAllocated(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
addAllocated(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
addAllocated(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
addAllocatedBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
addAllocatedBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
addAllocatedBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
addAllocatedBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
addAllOfferIds(Iterable<? extends Protos.OfferID>) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addAllOfferIds(Iterable<? extends Protos.OfferID>) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addAllOffers(Iterable<? extends Protos.Offer>) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
addAllOperations(Iterable<? extends Protos.Offer.Operation>) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
addAllParameter(Iterable<? extends Protos.Parameter>) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
addAllParameter(Iterable<? extends Protos.Parameter>) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
addAllParameters(Iterable<? extends Protos.Parameter>) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
addAllParameters(Iterable<? extends Protos.Parameter>) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
addAllPortMappings(Iterable<? extends Protos.ContainerInfo.DockerInfo.PortMapping>) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addAllPortMappings(Iterable<? extends Protos.ContainerInfo.DockerInfo.PortMapping>) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addAllPorts(Iterable<? extends Protos.Port>) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
addAllPorts(Iterable<? extends Protos.Port>) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
addAllQuery(Iterable<? extends Protos.Parameter>) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
addAllQuery(Iterable<? extends Protos.Parameter>) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
addAllRange(Iterable<? extends Protos.Value.Range>) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
addAllRange(Iterable<? extends Protos.Value.Range>) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
addAllReasons(Iterable<? extends Protos.TaskStatus.Reason>) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
repeated .mesos.TaskStatus.Reason reasons = 5;
addAllRequests(Iterable<? extends Protos.Request>) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
addAllResources(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
addAllStatuses(Iterable<? extends Integer>) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
addAllStatuses(Iterable<? extends Protos.TaskStatus>) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
addAllStatuses(Iterable<? extends Integer>) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
addAllStatuses(Iterable<? extends Protos.TaskStatus>) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
addAllTaskInfos(Iterable<? extends Protos.TaskInfo>) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
addAllTaskInfos(Iterable<? extends Protos.TaskInfo>) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
addAllTasks(Iterable<? extends Protos.ResourceUsage.Executor.Task>) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
addAllTasks(Iterable<? extends Protos.ResourceUsage.Executor.Task>) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
addAllTasks(Iterable<? extends Protos.Call.Reconcile.Task>) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
addAllTotal(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
addAllTotal(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
addAllUnacknowledgedTasks(Iterable<? extends Protos.TaskInfo>) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
addAllUnacknowledgedUpdates(Iterable<? extends Protos.Call.Update>) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
addAllUris(Iterable<? extends Protos.CommandInfo.URI>) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
addAllUris(Iterable<? extends Protos.CommandInfo.URI>) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
addAllVariables(Iterable<? extends Protos.Environment.Variable>) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
addAllVariables(Iterable<? extends Protos.Environment.Variable>) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
addAllVolumes(Iterable<? extends Protos.Volume>) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
addAllVolumes(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
addAllVolumes(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
addAllVolumes(Iterable<? extends Protos.Volume>) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
addAllVolumes(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
addAllVolumes(Iterable<? extends Protos.Resource>) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
addArguments(String) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
addArguments(String) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
addArgumentsBytes(ByteString) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
addArgumentsBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
addAttributes(Protos.Attribute) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
addAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
addAttributes(Protos.Attribute.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
addAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
addAttributes(Protos.Attribute) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
addAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
addAttributes(Protos.Attribute.Builder) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
addAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
addAttributes(Protos.Attribute) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
addAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
addAttributes(Protos.Attribute.Builder) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
addAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
addAttributes(Protos.Attribute) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
addAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
addAttributes(Protos.Attribute.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
addAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
addAttributesBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
addAttributesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
addAttributesBuilder() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
addAttributesBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
addAttributesBuilder() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
addAttributesBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
addAttributesBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
addAttributesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
addCapabilities(Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
addCapabilities(int, Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
addCapabilities(Protos.FrameworkInfo.Capability.Builder) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
addCapabilities(int, Protos.FrameworkInfo.Capability.Builder) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
addCapabilities(Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
addCapabilities(int, Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
addCapabilities(Protos.FrameworkInfo.Capability.Builder) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
addCapabilities(int, Protos.FrameworkInfo.Capability.Builder) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
addCapabilitiesBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
addCapabilitiesBuilder(int) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
addCapabilitiesBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
addCapabilitiesBuilder(int) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
addContainers(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
addContainers(int, Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
addContainers(Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
addContainers(int, Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
addContainersBuilder() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
addContainersBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
addCredentials(Protos.Credential) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
addCredentials(int, Protos.Credential) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
addCredentials(Protos.Credential.Builder) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
addCredentials(int, Protos.Credential.Builder) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
addCredentials(Protos.Credential) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
addCredentials(int, Protos.Credential) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
addCredentials(Protos.Credential.Builder) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
addCredentials(int, Protos.Credential.Builder) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
addCredentialsBuilder() - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
addCredentialsBuilder(int) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
addCredentialsBuilder() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
addCredentialsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
addExecutorIds(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
addExecutorIds(int, Protos.ExecutorID) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
addExecutorIds(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
addExecutorIds(int, Protos.ExecutorID.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
addExecutorIds(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
addExecutorIds(int, Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
addExecutorIds(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
addExecutorIds(int, Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
addExecutorIdsBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
addExecutorIdsBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
addExecutorIdsBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
addExecutorIdsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
addExecutors(Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
addExecutors(int, Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
addExecutors(Protos.ResourceUsage.Executor.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
addExecutors(int, Protos.ResourceUsage.Executor.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
addExecutors(Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
addExecutors(int, Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
addExecutors(Protos.ResourceUsage.Executor.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
addExecutors(int, Protos.ResourceUsage.Executor.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
addExecutorsBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
addExecutorsBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
addExecutorsBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
addExecutorsBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
addFrameworks(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
addFrameworks(int, Protos.FrameworkID) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
addFrameworks(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
addFrameworks(int, Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
addFrameworks(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
addFrameworks(int, Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
addFrameworks(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
addFrameworks(int, Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
addFrameworksBuilder() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
addFrameworksBuilder(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
addFrameworksBuilder() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
addFrameworksBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
addGroups(String) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
addGroups(String) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
addGroupsBytes(ByteString) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
addGroupsBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
addInverseOfferIds(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIds(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIds(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIds(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIdsBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIdsBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
addInverseOffers(Protos.InverseOffer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
addInverseOffers(int, Protos.InverseOffer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
addInverseOffers(Protos.InverseOffer.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
addInverseOffers(int, Protos.InverseOffer.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
addInverseOffersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
addInverseOffersBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
addIpAddresses(Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddresses(int, Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddresses(Protos.NetworkInfo.IPAddress.Builder) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddresses(int, Protos.NetworkInfo.IPAddress.Builder) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddresses(Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddresses(int, Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddresses(Protos.NetworkInfo.IPAddress.Builder) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddresses(int, Protos.NetworkInfo.IPAddress.Builder) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddressesBuilder() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddressesBuilder(int) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddressesBuilder() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
addIpAddressesBuilder(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
addItem(String) - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
addItem(String) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
addItemBytes(ByteString) - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
addItemBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
addLabels(Protos.Label) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
addLabels(int, Protos.Label) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
addLabels(Protos.Label.Builder) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
addLabels(int, Protos.Label.Builder) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
addLabels(Protos.Label) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
addLabels(int, Protos.Label) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
addLabels(Protos.Label.Builder) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
addLabels(int, Protos.Label.Builder) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
addLabelsBuilder() - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
addLabelsBuilder(int) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
addLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
addLabelsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
addLimits(Protos.RateLimit) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
addLimits(int, Protos.RateLimit) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
addLimits(Protos.RateLimit.Builder) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
addLimits(int, Protos.RateLimit.Builder) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
addLimits(Protos.RateLimit) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
addLimits(int, Protos.RateLimit) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
addLimits(Protos.RateLimit.Builder) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
addLimits(int, Protos.RateLimit.Builder) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
addLimitsBuilder() - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
addLimitsBuilder(int) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
addLimitsBuilder() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
addLimitsBuilder(int) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
addNetTrafficControlStatistics(Protos.TrafficControlStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatistics(int, Protos.TrafficControlStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatistics(Protos.TrafficControlStatistics.Builder) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatistics(int, Protos.TrafficControlStatistics.Builder) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatistics(Protos.TrafficControlStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatistics(int, Protos.TrafficControlStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatistics(Protos.TrafficControlStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatistics(int, Protos.TrafficControlStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatisticsBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatisticsBuilder(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatisticsBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetTrafficControlStatisticsBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
addNetworkInfos(Protos.NetworkInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
addNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
addNetworkInfos(Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
addNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
addNetworkInfos(Protos.NetworkInfo) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
addNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
addNetworkInfos(Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
addNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
addNetworkInfos(Protos.NetworkInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
addNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
addNetworkInfos(Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
addNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
addNetworkInfos(Protos.NetworkInfo) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
addNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
addNetworkInfos(Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
addNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
addNetworkInfosBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
addNetworkInfosBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
addNetworkInfosBuilder() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
addNetworkInfosBuilder(int) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
addNetworkInfosBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
addNetworkInfosBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
addNetworkInfosBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
addNetworkInfosBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
addOfferIds(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIds(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIds(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIds(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIdsBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIdsBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
addOffers(Protos.Offer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
addOffers(int, Protos.Offer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
addOffers(Protos.Offer.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
addOffers(int, Protos.Offer.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
addOffersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
addOffersBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
addOperations(Protos.Offer.Operation) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
addOperations(int, Protos.Offer.Operation) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
addOperations(Protos.Offer.Operation.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
addOperations(int, Protos.Offer.Operation.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
addOperationsBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
addOperationsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
addParameter(Protos.Parameter) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
addParameter(int, Protos.Parameter) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
addParameter(Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
addParameter(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
addParameter(Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
addParameter(int, Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
addParameter(Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
addParameter(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
addParameterBuilder() - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
addParameterBuilder(int) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
addParameterBuilder() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
addParameterBuilder(int) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
addParameters(Protos.Parameter) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
addParameters(int, Protos.Parameter) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
addParameters(Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
addParameters(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
addParameters(Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
addParameters(int, Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
addParameters(Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
addParameters(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
addParametersBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
addParametersBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
addParametersBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
addParametersBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappings(Protos.ContainerInfo.DockerInfo.PortMapping.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappingsBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappingsBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappingsBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPortMappingsBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
addPorts(Protos.Port) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
addPorts(int, Protos.Port) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
addPorts(Protos.Port.Builder) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
addPorts(int, Protos.Port.Builder) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
addPorts(Protos.Port) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
addPorts(int, Protos.Port) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
addPorts(Protos.Port.Builder) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
addPorts(int, Protos.Port.Builder) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
addPortsBuilder() - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
addPortsBuilder(int) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
addPortsBuilder() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
addPortsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
addQuery(Protos.Parameter) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
addQuery(int, Protos.Parameter) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
addQuery(Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
addQuery(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
addQuery(Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
addQuery(int, Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
addQuery(Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
addQuery(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
addQueryBuilder() - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
addQueryBuilder(int) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
addQueryBuilder() - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
addQueryBuilder(int) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
addRange(Protos.Value.Range) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
addRange(int, Protos.Value.Range) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
addRange(Protos.Value.Range.Builder) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
addRange(int, Protos.Value.Range.Builder) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
addRange(Protos.Value.Range) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
addRange(int, Protos.Value.Range) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
addRange(Protos.Value.Range.Builder) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
addRange(int, Protos.Value.Range.Builder) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
addRangeBuilder() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
addRangeBuilder(int) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
addRangeBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
addRangeBuilder(int) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
addReasons(Protos.TaskStatus.Reason) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
repeated .mesos.TaskStatus.Reason reasons = 5;
addRequests(Protos.Request) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
addRequests(int, Protos.Request) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
addRequests(Protos.Request.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
addRequests(int, Protos.Request.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
addRequestsBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
addRequestsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
addResources(Protos.Resource) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
addResources(Protos.Resource) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
addResources(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
addResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
addResources(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
addResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
addResourcesBuilder() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
addResourcesBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
addResourcesBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
addResourcesBuilder(int) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
addResourcesBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
addResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
ADDRESS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
ADDRESS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.URL
 
ADDRESS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
ADDRESS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.URL
 
addStatuses(int) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
addStatuses(Protos.TaskStatus) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
addStatuses(int, Protos.TaskStatus) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
addStatuses(Protos.TaskStatus.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
addStatuses(int, Protos.TaskStatus.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
addStatuses(int) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
addStatuses(Protos.TaskStatus) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
addStatuses(int, Protos.TaskStatus) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
addStatuses(Protos.TaskStatus.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
addStatuses(int, Protos.TaskStatus.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
addStatusesBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
addStatusesBuilder(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
addStatusesBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
addStatusesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
addTaskInfos(Protos.TaskInfo) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
addTaskInfos(int, Protos.TaskInfo) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
addTaskInfos(Protos.TaskInfo.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
addTaskInfos(int, Protos.TaskInfo.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
addTaskInfos(Protos.TaskInfo) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
addTaskInfos(int, Protos.TaskInfo) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
addTaskInfos(Protos.TaskInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
addTaskInfos(int, Protos.TaskInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
addTaskInfosBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
addTaskInfosBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
addTaskInfosBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
addTaskInfosBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
addTasks(Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
addTasks(int, Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
addTasks(Protos.ResourceUsage.Executor.Task.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
addTasks(int, Protos.ResourceUsage.Executor.Task.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
addTasks(Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
addTasks(int, Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
addTasks(Protos.ResourceUsage.Executor.Task.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
addTasks(int, Protos.ResourceUsage.Executor.Task.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
addTasks(Protos.Call.Reconcile.Task) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
addTasks(int, Protos.Call.Reconcile.Task) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
addTasks(Protos.Call.Reconcile.Task.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
addTasks(int, Protos.Call.Reconcile.Task.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
addTasksBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
addTasksBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
addTasksBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
addTasksBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
addTasksBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
addTasksBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
addTotal(Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
addTotal(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
addTotal(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
addTotal(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
addTotal(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
addTotal(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
addTotal(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
addTotal(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
addTotalBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
addTotalBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
addTotalBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
addTotalBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
addUnacknowledgedTasks(Protos.TaskInfo) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
addUnacknowledgedTasks(int, Protos.TaskInfo) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
addUnacknowledgedTasks(Protos.TaskInfo.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
addUnacknowledgedTasks(int, Protos.TaskInfo.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
addUnacknowledgedTasksBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
addUnacknowledgedTasksBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
addUnacknowledgedUpdates(Protos.Call.Update) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
addUnacknowledgedUpdates(int, Protos.Call.Update) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
addUnacknowledgedUpdates(Protos.Call.Update.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
addUnacknowledgedUpdates(int, Protos.Call.Update.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
addUnacknowledgedUpdatesBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
addUnacknowledgedUpdatesBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
addUris(Protos.CommandInfo.URI) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
addUris(int, Protos.CommandInfo.URI) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
addUris(Protos.CommandInfo.URI.Builder) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
addUris(int, Protos.CommandInfo.URI.Builder) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
addUris(Protos.CommandInfo.URI) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
addUris(int, Protos.CommandInfo.URI) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
addUris(Protos.CommandInfo.URI.Builder) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
addUris(int, Protos.CommandInfo.URI.Builder) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
addUrisBuilder() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
addUrisBuilder(int) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
addUrisBuilder() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
addUrisBuilder(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
addVariables(Protos.Environment.Variable) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
addVariables(int, Protos.Environment.Variable) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
addVariables(Protos.Environment.Variable.Builder) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
addVariables(int, Protos.Environment.Variable.Builder) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
addVariables(Protos.Environment.Variable) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
addVariables(int, Protos.Environment.Variable) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
addVariables(Protos.Environment.Variable.Builder) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
addVariables(int, Protos.Environment.Variable.Builder) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
addVariablesBuilder() - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
addVariablesBuilder(int) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
addVariablesBuilder() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
addVariablesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
addVolumes(Protos.Volume) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
addVolumes(int, Protos.Volume) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
addVolumes(Protos.Volume.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
addVolumes(int, Protos.Volume.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
addVolumes(Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
addVolumes(Protos.Volume) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
addVolumes(int, Protos.Volume) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
addVolumes(Protos.Volume.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
addVolumes(int, Protos.Volume.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
addVolumes(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumes(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumes(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumes(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumes(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumes(Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumesBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
addVolumesBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
addVolumesBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
addVolumesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
addVolumesBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
addVolumesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
addVolumesBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
addVolumesBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
addVolumesBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumesBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
addVolumesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
after(MesosNativeLibrary.Version) - Method in class org.apache.mesos.MesosNativeLibrary.Version
A helper that is easier to use than 'compareTo', this returns true if 'this' version is strictly 'greater than', not 'greater than or equal to' the 'other' version.
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.InverseOffer
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Request
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
AGENT_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
AGENT_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
AGGREGATE_DEFAULT_CAPACITY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.RateLimits
 
AGGREGATE_DEFAULT_CAPACITY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.RateLimits
 
AGGREGATE_DEFAULT_QPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.RateLimits
 
AGGREGATE_DEFAULT_QPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.RateLimits
 
ALIGNMENT_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
ALIGNMENT_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
ALLOCATED_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor
 
ALLOCATED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
APPC_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image
 
APPC_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image
 
APPC_VALUE - Static variable in enum org.apache.mesos.Protos.Image.Type
APPC = 1;
APPC_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Image.Type
APPC = 1;
append(byte[], long, TimeUnit) - Method in class org.apache.mesos.Log.Writer
Attempts to append to the log with the specified data returning the new end position of the log if successful.
ARGUMENTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo
 
ARGUMENTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo
 
ATTEMPTFAILS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
ATTEMPTFAILS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
ATTRIBUTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
ATTRIBUTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SlaveInfo
 
ATTRIBUTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.AgentInfo
 
ATTRIBUTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 

B

BACKLOG_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
BACKLOG_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
before(MesosNativeLibrary.Version) - Method in class org.apache.mesos.MesosNativeLibrary.Version
A helper that is easier to use than 'compareTo', this returns true if 'this' version is strictly 'less than', not 'less than or equal to' the 'other' version.
BEGIN_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value.Range
 
BEGIN_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value.Range
 
beginning() - Method in class org.apache.mesos.Log.Reader
Returns the beginning position of the log (might be out of date with respect to another replica).
BRANCH_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
BRANCH_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
BRANCH_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
BRANCH_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
BRANCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
BRANCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
BRANCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
BRANCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
BRIDGE_VALUE - Static variable in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
BRIDGE = 2;
BRIDGE_VALUE - Static variable in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
BRIDGE = 2;
build() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
build() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
build() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
build() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
build() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
build() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
build() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
build() - Method in class org.apache.mesos.Protos.Address.Builder
 
build() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
build() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
build() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
build() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
build() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
build() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
build() - Method in class org.apache.mesos.Protos.Credential.Builder
 
build() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
build() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.Environment.Builder
 
build() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
build() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
build() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.Filters.Builder
 
build() - Method in class org.apache.mesos.Protos.Flag.Builder
 
build() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
build() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
build() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
build() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
build() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
build() - Method in class org.apache.mesos.Protos.Image.Builder
 
build() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
build() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
build() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
build() - Method in class org.apache.mesos.Protos.Label.Builder
 
build() - Method in class org.apache.mesos.Protos.Labels.Builder
 
build() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
build() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.Metric.Builder
 
build() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
build() - Method in class org.apache.mesos.Protos.Offer.Builder
 
build() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
build() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
build() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
build() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
build() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
build() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
build() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
build() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
build() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
build() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.Port.Builder
 
build() - Method in class org.apache.mesos.Protos.Ports.Builder
 
build() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
build() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
build() - Method in class org.apache.mesos.Protos.Request.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
build() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
build() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
build() - Method in class org.apache.mesos.Protos.Role.Builder
 
build() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
build() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.Task.Builder
 
build() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
build() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
build() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
build() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
build() - Method in class org.apache.mesos.Protos.URL.Builder
 
build() - Method in class org.apache.mesos.Protos.Value.Builder
 
build() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
build() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
build() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
build() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
build() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
build() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
build() - Method in class org.apache.mesos.Protos.Volume.Builder
 
build() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
build() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
build() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
build() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
build() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
build() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
BUILD_DATE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
BUILD_DATE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
BUILD_TIME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
BUILD_TIME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
BUILD_USER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
BUILD_USER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
buildPartial() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
buildPartial() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
buildPartial() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
buildPartial() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
buildPartial() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
buildPartial() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
buildPartial() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Address.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Credential.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Environment.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Filters.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Flag.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Image.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Label.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Labels.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Metric.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Offer.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Port.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Ports.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Request.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Role.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Task.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.URL.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Value.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Volume.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
buildPartial() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
buildPartial() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
BUS_CYCLES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
BUS_CYCLES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 

C

CACHE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo.URI
 
CACHE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
CACHE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
CACHE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
CACHE_REFERENCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
CACHE_REFERENCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
CACHED_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image
 
CACHED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image
 
CAPABILITIES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
CAPABILITIES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
CAPACITY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.RateLimit
 
CAPACITY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.RateLimit
 
CGROUP_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerStatus
 
CGROUP_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerStatus
 
CHECKPOINT_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
CHECKPOINT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
CHECKPOINT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SlaveInfo
 
CHECKPOINT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
CLASSID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
CLASSID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
clear() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
clear() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
clear() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
clear() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
clear() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
clear() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
clear() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
clear() - Method in class org.apache.mesos.Protos.Address.Builder
 
clear() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
clear() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
clear() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
clear() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
clear() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
clear() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
clear() - Method in class org.apache.mesos.Protos.Credential.Builder
 
clear() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
clear() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.Environment.Builder
 
clear() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
clear() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
clear() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.Filters.Builder
 
clear() - Method in class org.apache.mesos.Protos.Flag.Builder
 
clear() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
clear() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
clear() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
clear() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
clear() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
clear() - Method in class org.apache.mesos.Protos.Image.Builder
 
clear() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
clear() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
clear() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
clear() - Method in class org.apache.mesos.Protos.Label.Builder
 
clear() - Method in class org.apache.mesos.Protos.Labels.Builder
 
clear() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
clear() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.Metric.Builder
 
clear() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
clear() - Method in class org.apache.mesos.Protos.Offer.Builder
 
clear() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
clear() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
clear() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
clear() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
clear() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
clear() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
clear() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
clear() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
clear() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
clear() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.Port.Builder
 
clear() - Method in class org.apache.mesos.Protos.Ports.Builder
 
clear() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
clear() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
clear() - Method in class org.apache.mesos.Protos.Request.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
clear() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
clear() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
clear() - Method in class org.apache.mesos.Protos.Role.Builder
 
clear() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
clear() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.Task.Builder
 
clear() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
clear() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
clear() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
clear() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
clear() - Method in class org.apache.mesos.Protos.URL.Builder
 
clear() - Method in class org.apache.mesos.Protos.Value.Builder
 
clear() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
clear() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
clear() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
clear() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
clear() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
clear() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
clear() - Method in class org.apache.mesos.Protos.Volume.Builder
 
clear() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
clear() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
clear() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
clear() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
clear() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
clear() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
clearAccept() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
clearAcceptInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
clearAcknowledge() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
clearAcknowledged() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
clearActiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
clearActiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
clearAddress() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
clearAddress() - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
clearAddress() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
clearAddress() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
clearAgentId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
clearAgentId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
clearAgentId() - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
clearAgentId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
clearAgentId() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
clearAgentId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
clearAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
clearAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
clearAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
clearAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
clearAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
clearAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
clearAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
clearAgentInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
clearAggregateDefaultCapacity() - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
clearAggregateDefaultCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
clearAggregateDefaultQps() - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
clearAggregateDefaultQps() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
clearAlignmentFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
clearAlignmentFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
clearAllocated() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
clearAllocated() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
clearAppc() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
clearAppc() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
clearArguments() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
clearArguments() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
clearAttemptFails() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
clearAttemptFails() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
clearAttributes() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
clearAttributes() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
clearAttributes() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
clearAttributes() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
clearBacklog() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
clearBacklog() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
clearBegin() - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 begin = 1;
clearBegin() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 begin = 1;
clearBranches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
clearBranches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
clearBranchLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
clearBranchLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
clearBranchLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
clearBranchLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
clearBranchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
clearBranchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
clearBuildDate() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_date = 2;
clearBuildDate() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_date = 2;
clearBuildTime() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional double build_time = 3;
clearBuildTime() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional double build_time = 3;
clearBuildUser() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_user = 4;
clearBuildUser() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_user = 4;
clearBusCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
clearBusCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
clearBytes() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
clearBytes() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
clearCache() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
clearCache() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
clearCached() - Method in class org.apache.mesos.Protos.Image.Builder
optional bool cached = 4 [default = true];
clearCached() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional bool cached = 4 [default = true];
clearCacheMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
clearCacheMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
clearCacheReferences() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
clearCacheReferences() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
clearCapabilities() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
clearCapabilities() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
clearCapacity() - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional uint64 capacity = 3;
clearCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional uint64 capacity = 3;
clearCgroupInfo() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
clearCgroupInfo() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
clearCheckpoint() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional bool checkpoint = 8;
clearCheckpoint() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
clearCheckpoint() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional bool checkpoint = 7 [default = false];
clearCheckpoint() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
clearClassid() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
clearClassid() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
clearCommand() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
clearCommand() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
clearCommand() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
clearCommand() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
clearCommand() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
clearCommand() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
clearConsecutiveFailures() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
clearConsecutiveFailures() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
clearContainer() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
clearContainer() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
clearContainer() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
clearContainer() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
clearContainer() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
clearContainer() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
clearContainerId() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
clearContainerId() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
clearContainerId() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
clearContainerId() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
clearContainerId() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
clearContainerId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
clearContainerId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
clearContainerPath() - Method in class org.apache.mesos.Protos.Volume.Builder
required string container_path = 1;
clearContainerPath() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required string container_path = 1;
clearContainerPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
clearContainerPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
clearContainers() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
clearContainerStatus() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
clearContainerStatus() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
clearContextSwitches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
clearContextSwitches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
clearCpuClock() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
clearCpuClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
clearCpuMigrations() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
clearCpuMigrations() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
clearCpusLimit() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
clearCpusLimit() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
clearCpusNrPeriods() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
clearCpusNrPeriods() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
clearCpusNrThrottled() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
clearCpusNrThrottled() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
clearCpusSystemTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
clearCpusSystemTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
clearCpusThrottledTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
clearCpusThrottledTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
clearCpusUserTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
clearCpusUserTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
clearCreate() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
clearCreate() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
clearCredential() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
clearCredential() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
clearCredentials() - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
clearCredentials() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
clearCurrEstab() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
clearCurrEstab() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
clearCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
clearCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
clearData() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional bytes data = 4;
clearData() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional bytes data = 6;
clearData() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes data = 3;
clearData() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
required bytes data = 2;
clearData() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
required bytes data = 1;
clearData() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional bytes data = 4;
clearData() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional bytes data = 6;
clearData() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes data = 3;
clearData() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required bytes data = 3;
clearData() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required bytes data = 3;
clearDecline() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
clearDeclineInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
clearDefaultTTL() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
clearDefaultTTL() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
clearDelaySeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
clearDelaySeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
clearDestroy() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
clearDestroy() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
clearDirectory() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string directory = 4;
clearDiscovery() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
clearDiscovery() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
clearDiscovery() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
clearDiscovery() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
clearDiscovery() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
clearDiscovery() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
clearDisk() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
clearDisk() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
clearDiskLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
clearDiskLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
clearDiskUsedBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
clearDiskUsedBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
clearDocker() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
clearDocker() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
clearDocker() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
clearDocker() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
clearDockerVolume() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
clearDockerVolume() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
clearDriver() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
clearDriver() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
clearDriverOptions() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
clearDriverOptions() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
clearDrops() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
clearDrops() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
clearDtlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
clearDtlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
clearDtlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
clearDtlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
clearDtlbPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
clearDtlbPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
clearDtlbPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
clearDtlbPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
clearDtlbStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
clearDtlbStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
clearDtlbStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
clearDtlbStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
clearDuration() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double duration = 2;
clearDuration() - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
clearDuration() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double duration = 2;
clearDuration() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
clearEmulationFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
clearEmulationFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
clearEnd() - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 end = 2;
clearEnd() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 end = 2;
clearEnvironment() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
clearEnvironment() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string environment = 3;
clearEnvironment() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
clearEnvironment() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string environment = 3;
clearError() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
clearError() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
clearEstabResets() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
clearEstabResets() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
clearExecutable() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
clearExecutable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
clearExecutor() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
clearExecutor() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
clearExecutorId() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
clearExecutorId() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
clearExecutorId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
clearExecutorId() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
clearExecutorId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
clearExecutorId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
clearExecutorId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
clearExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
clearExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
clearExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
clearExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
clearExecutorIds() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
clearExecutorIds() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
clearExecutorInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
clearExecutorInfo() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
clearExecutorInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
clearExecutorInfo() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
clearExecutorPid() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
clearExecutorPid() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
clearExecutors() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
clearExecutors() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
clearExtract() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
clearExtract() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
clearFailoverTimeout() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
clearFailoverTimeout() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
clearFailure() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
clearFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
clearFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
clearFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
clearFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
clearForcePullImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
clearForcePullImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
clearForwarding() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
clearForwarding() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
clearForwDatagrams() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
clearForwDatagrams() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
clearFragCreates() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
clearFragCreates() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
clearFragFails() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
clearFragFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
clearFragment() - Method in class org.apache.mesos.Protos.URL.Builder
optional string fragment = 5;
clearFragment() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string fragment = 5;
clearFragOKs() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
clearFragOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
clearFrameworkId() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
clearFrameworkId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
clearFrameworkId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
clearFrameworkId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
clearFrameworkId() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
clearFrameworkId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
clearFrameworkId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
clearFrameworkId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
clearFrameworkId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
clearFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
clearFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
clearFrameworkInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
clearFrameworkInfo() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
clearFrameworks() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
clearFrameworks() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
clearGid() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string gid = 7;
clearGid() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string gid = 7;
clearGitBranch() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_branch = 6;
clearGitBranch() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_branch = 6;
clearGitSha() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_sha = 5;
clearGitSha() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_sha = 5;
clearGitTag() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_tag = 7;
clearGitTag() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_tag = 7;
clearGracePeriod() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
clearGracePeriod() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
clearGracePeriodSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
clearGracePeriodSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
clearGroups() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
clearGroups() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
clearHealthCheck() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
clearHealthCheck() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
clearHealthy() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bool healthy = 8;
clearHealthy() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bool healthy = 8;
clearHeartbeatIntervalSeconds() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
optional double heartbeat_interval_seconds = 2;
clearHostname() - Method in class org.apache.mesos.Protos.Address.Builder
optional string hostname = 1;
clearHostname() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional string hostname = 4;
clearHostname() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string hostname = 7;
clearHostname() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string hostname = 1;
clearHostname() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string hostname = 5;
clearHostname() - Method in class org.apache.mesos.Protos.Offer.Builder
required string hostname = 4;
clearHostname() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
required string hostname = 1;
clearHostname() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string hostname = 1;
clearHostname() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
required string hostname = 1;
clearHostname() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional string hostname = 4;
clearHostname() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string hostname = 7;
clearHostname() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string hostname = 1;
clearHostname() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string hostname = 5;
clearHostname() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required string hostname = 4;
clearHostPath() - Method in class org.apache.mesos.Protos.Volume.Builder
optional string host_path = 2;
clearHostPath() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional string host_path = 2;
clearHostPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
clearHostPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
clearHttp() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
clearHttp() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
clearIcmpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
clearIcmpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
clearId() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
clearId() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional string id = 2;
clearId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
clearId() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
clearId() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required string id = 1;
clearId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
clearId() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
clearId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
clearId() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
clearId() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
required string id = 1;
clearId() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
clearId() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
clearId() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional string id = 2;
clearId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
clearId() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
clearId() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required string id = 1;
clearId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
clearId() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
clearId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
clearId() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
required string id = 1;
clearIgnoredMulti() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
clearIgnoredMulti() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
clearImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
clearImage() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
clearImage() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
clearImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
clearImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
clearImage() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
clearInAddrErrors() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
clearInAddrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
clearInAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
clearInAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
clearInAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
clearInAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
clearInCsumErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
clearInCsumErrors() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
clearInCsumErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
clearInCsumErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
clearInCsumErrors() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
clearInCsumErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
clearInDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
clearInDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
clearInDelivers() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
clearInDelivers() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
clearInDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
clearInDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
clearInDiscards() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
clearInDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
clearInEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
clearInEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
clearInEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
clearInEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
clearInErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
clearInErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
clearInErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
clearInErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
clearInErrs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
clearInErrs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
clearInHdrErrors() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
clearInHdrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
clearInMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
clearInMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
clearInParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
clearInParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
clearInReceives() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
clearInReceives() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
clearInRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
clearInRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
clearInSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
clearInSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
clearInSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
clearInSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
clearInstructions() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
clearInstructions() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
clearIntervalSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
clearIntervalSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
clearInTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
clearInTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
clearInTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
clearInTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
clearInTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
clearInTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
clearInUnknownProtos() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
clearInUnknownProtos() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
clearInverseOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
clearInverseOfferIds() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
clearInverseOfferIds() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
clearInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
clearInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
clearIp() - Method in class org.apache.mesos.Protos.Address.Builder
optional string ip = 2;
clearIp() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string ip = 2;
clearIp() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 ip = 2;
clearIp() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string ip = 2;
clearIp() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string ip = 2;
clearIp() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 ip = 2;
clearIpAddress() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
clearIpAddress() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
clearIpAddresses() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
clearIpAddresses() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
clearIpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
clearIpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
clearItem() - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
clearItem() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
clearItlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
clearItlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
clearItlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
clearItlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
clearKey() - Method in class org.apache.mesos.Protos.Label.Builder
required string key = 1;
clearKey() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string key = 1;
clearKey() - Method in class org.apache.mesos.v1.Protos.Label.Builder
required string key = 1;
clearKey() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string key = 1;
clearKill() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
clearKill() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
clearKillPolicy() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
clearKillPolicy() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
clearKillPolicy() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
clearKillPolicy() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
clearL1DcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
clearL1DcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
clearL1DcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
clearL1DcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
clearL1DcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
clearL1DcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
clearL1DcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
clearL1DcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
clearL1DcacheStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
clearL1DcacheStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
clearL1DcacheStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
clearL1DcacheStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
clearL1IcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
clearL1IcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
clearL1IcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
clearL1IcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
clearL1IcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
clearL1IcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
clearL1IcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
clearL1IcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
clearLabels() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
clearLabels() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
clearLabels() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
clearLabels() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
clearLabels() - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
clearLabels() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
clearLabels() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
clearLabels() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
clearLabels() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
clearLabels() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
clearLabels() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
clearLabels() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
clearLabels() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
clearLabels() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
clearLabels() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
clearLabels() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
clearLabels() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
clearLabels() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
clearLabels() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
clearLabels() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
clearLabels() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
clearLabels() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
clearLabels() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
clearLabels() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
clearLaunch() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
clearLaunch() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
clearLaunch() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
clearLimits() - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
clearLimits() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
clearLlcLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
clearLlcLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
clearLlcLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
clearLlcLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
clearLlcPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
clearLlcPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
clearLlcPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
clearLlcPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
clearLlcStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
clearLlcStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
clearLlcStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
clearLlcStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
clearLocation() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string location = 4;
clearLocation() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string location = 4;
clearMajorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
clearMajorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
clearMaxConn() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
clearMaxConn() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
clearMemAnonBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
clearMemAnonBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
clearMemCacheBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
clearMemCacheBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
clearMemCriticalPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
clearMemCriticalPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
clearMemFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
clearMemFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
clearMemLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
clearMemLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
clearMemLowPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
clearMemLowPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
clearMemMappedFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
clearMemMappedFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
clearMemMediumPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
clearMemMediumPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
clearMemRssBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
clearMemRssBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
clearMemSoftLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
clearMemSoftLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
clearMemSwapBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
clearMemSwapBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
clearMemTotalBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
clearMemTotalBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
clearMemTotalMemswBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
clearMemTotalMemswBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
clearMemUnevictableBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
clearMemUnevictableBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
clearMesos() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
clearMesos() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
clearMessage() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional string message = 2;
clearMessage() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional string message = 4;
clearMessage() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
clearMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
clearMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
required string message = 1;
clearMessage() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional string message = 4;
clearMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
clearMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
clearMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
required string message = 1;
clearMinorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
clearMinorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
clearMode() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint32 mode = 5;
clearMode() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.MachineInfo.Mode mode = 2;
clearMode() - Method in class org.apache.mesos.Protos.Volume.Builder
required .mesos.Volume.Mode mode = 3;
clearMode() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint32 mode = 5;
clearMode() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.MachineInfo.Mode mode = 2;
clearMode() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required .mesos.v1.Volume.Mode mode = 3;
clearMount() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
clearMount() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
clearMtime() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
clearMtime() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
clearName() - Method in class org.apache.mesos.Protos.Attribute.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string name = 2;
clearName() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional string name = 9;
clearName() - Method in class org.apache.mesos.Protos.Flag.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string name = 2;
clearName() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.Metric.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional string name = 6;
clearName() - Method in class org.apache.mesos.Protos.Port.Builder
optional string name = 2;
clearName() - Method in class org.apache.mesos.Protos.Resource.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.Role.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.Task.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
clearName() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string name = 2;
clearName() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional string name = 9;
clearName() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string name = 2;
clearName() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional string name = 6;
clearName() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string name = 2;
clearName() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.Role.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required string name = 1;
clearName() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
clearNanoseconds() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
clearNanoseconds() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
clearNanoseconds() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
clearNanoseconds() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
clearNetCls() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
clearNetCls() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
clearNetRxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
clearNetRxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
clearNetRxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
clearNetRxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
clearNetRxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
clearNetRxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
clearNetRxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
clearNetRxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
clearNetSnmpStatistics() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
clearNetSnmpStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
clearNetTcpActiveConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
clearNetTcpActiveConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
clearNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
clearNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
clearNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
clearNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
clearNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
clearNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
clearNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
clearNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
clearNetTcpTimeWaitConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
clearNetTcpTimeWaitConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
clearNetTrafficControlStatistics() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
clearNetTrafficControlStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
clearNetTxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
clearNetTxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
clearNetTxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
clearNetTxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
clearNetTxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
clearNetTxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
clearNetTxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
clearNetTxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
clearNetwork() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
clearNetwork() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
clearNetworkInfos() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
clearNetworkInfos() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
clearNetworkInfos() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
clearNetworkInfos() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
clearNlink() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional int32 nlink = 2;
clearNlink() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional int32 nlink = 2;
clearNodeLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
clearNodeLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
clearNodeLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
clearNodeLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
clearNodePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
clearNodePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
clearNodePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
clearNodePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
clearNodeStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
clearNodeStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
clearNodeStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
clearNodeStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
clearNoPorts() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
clearNoPorts() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
clearNumber() - Method in class org.apache.mesos.Protos.Port.Builder
required uint32 number = 1;
clearNumber() - Method in class org.apache.mesos.v1.Protos.Port.Builder
required uint32 number = 1;
clearOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
clearOfferIds() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
clearOfferIds() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
clearOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
clearOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
clearOperations() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
clearOutAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
clearOutAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
clearOutAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
clearOutAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
clearOutDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
clearOutDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
clearOutDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
clearOutDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
clearOutDiscards() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
clearOutDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
clearOutEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
clearOutEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
clearOutEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
clearOutEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
clearOutErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
clearOutErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
clearOutMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
clearOutMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
clearOutNoRoutes() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
clearOutNoRoutes() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
clearOutParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
clearOutParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
clearOutputFile() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
clearOutputFile() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
clearOutRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
clearOutRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
clearOutRequests() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
clearOutRequests() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
clearOutRsts() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
clearOutRsts() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
clearOutSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
clearOutSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
clearOutSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
clearOutSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
clearOutTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
clearOutTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
clearOutTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
clearOutTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
clearOutTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
clearOutTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
clearOverlimits() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
clearOverlimits() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
clearPackets() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
clearPackets() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
clearPageFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
clearPageFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
clearParameter() - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
clearParameter() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
clearParameters() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
clearParameters() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
clearPassiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
clearPassiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
clearPath() - Method in class org.apache.mesos.Protos.FileInfo.Builder
required string path = 1;
clearPath() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
clearPath() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
clearPath() - Method in class org.apache.mesos.Protos.URL.Builder
optional string path = 3;
clearPath() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
required string path = 1;
clearPath() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
clearPath() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
clearPath() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string path = 3;
clearPerf() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
clearPerf() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
clearPersistence() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
clearPersistence() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
clearPid() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string pid = 4;
clearPid() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string pid = 4;
clearPort() - Method in class org.apache.mesos.Protos.Address.Builder
required int32 port = 3;
clearPort() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
clearPort() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
clearPort() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional int32 port = 8 [default = 5051];
clearPort() - Method in class org.apache.mesos.v1.Protos.Address.Builder
required int32 port = 3;
clearPort() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional int32 port = 8 [default = 5051];
clearPort() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
clearPort() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
clearPortMappings() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
clearPortMappings() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
clearPorts() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
clearPorts() - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
clearPorts() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
clearPorts() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
clearPrincipal() - Method in class org.apache.mesos.Protos.Credential.Builder
required string principal = 1;
clearPrincipal() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string principal = 8;
clearPrincipal() - Method in class org.apache.mesos.Protos.RateLimit.Builder
required string principal = 2;
clearPrincipal() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
clearPrincipal() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
clearPrincipal() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
required string principal = 1;
clearPrincipal() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string principal = 8;
clearPrincipal() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
required string principal = 2;
clearPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
clearPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
clearPrivileged() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
clearPrivileged() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
clearProcesses() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
clearProcesses() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
clearProtocol() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
clearProtocol() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.NetworkInfo.Protocol protocol = 1;
clearProtocol() - Method in class org.apache.mesos.Protos.Port.Builder
optional string protocol = 3;
clearProtocol() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
clearProtocol() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
clearProtocol() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string protocol = 3;
clearQlen() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
clearQlen() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
clearQps() - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional double qps = 1;
clearQps() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional double qps = 1;
clearQuery() - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
clearQuery() - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
clearRange() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
clearRange() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
clearRanges() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
clearRanges() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
clearRanges() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
clearRanges() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
clearRanges() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
clearRanges() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
clearRatebps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
clearRatebps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
clearRatepps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
clearRatepps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
clearRcvbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
clearRcvbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
clearReasmFails() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
clearReasmFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
clearReasmOKs() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
clearReasmOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
clearReasmReqds() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
clearReasmReqds() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
clearReasmTimeout() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
clearReasmTimeout() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
clearReason() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Reason reason = 10;
clearReason() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Reason reason = 10;
clearReasons() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
repeated .mesos.TaskStatus.Reason reasons = 5;
clearReconcile() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
clearRefCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
clearRefCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
clearRefuseSeconds() - Method in class org.apache.mesos.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
clearRefuseSeconds() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
clearRequest() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
clearRequests() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
clearRequeues() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
clearRequeues() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
clearRescind() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
clearRescindInverseOffer() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
clearReservation() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
clearReservation() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
clearReserve() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
clearReserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
clearResources() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
clearResources() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
clearResources() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
clearResources() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
clearResources() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
clearResources() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
clearResources() - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
clearResources() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
clearResources() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
clearResources() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
clearResources() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
clearResources() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
clearResources() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
clearResources() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
clearResources() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
clearResources() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
clearResources() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
clearResources() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
clearResources() - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
clearResources() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
clearResources() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
clearResources() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
clearResources() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
clearRetransSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
clearRetransSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
clearRevocable() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
clearRevocable() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
clearRole() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
clearRole() - Method in class org.apache.mesos.Protos.Resource.Builder
optional string role = 6 [default = "*"];
clearRole() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
optional string role = 2;
clearRole() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
clearRole() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional string role = 6 [default = "*"];
clearRole() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
optional string role = 2;
clearRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
clearRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
clearRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
clearRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
clearRtoAlgorithm() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
clearRtoAlgorithm() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
clearRtoMax() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
clearRtoMax() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
clearRtoMin() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
clearRtoMin() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
clearScalar() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
clearScalar() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
clearScalar() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
clearScalar() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
clearScalar() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
clearScalar() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
clearScheme() - Method in class org.apache.mesos.Protos.URL.Builder
required string scheme = 1;
clearScheme() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required string scheme = 1;
clearSecret() - Method in class org.apache.mesos.Protos.Credential.Builder
optional string secret = 2;
clearSecret() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
optional string secret = 2;
clearSet() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
clearSet() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
clearSet() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
clearSet() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
clearSet() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
clearSet() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
clearShell() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
clearShell() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
clearShutdown() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
clearShutdownGracePeriod() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
clearShutdownGracePeriod() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
clearSize() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint64 size = 3;
clearSize() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint64 size = 3;
clearSlaveId() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
clearSlaveId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
clearSlaveId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
clearSlaveId() - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
clearSlaveId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
clearSlaveId() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
clearSlaveId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
clearSlavePid() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string slave_pid = 7;
clearSndbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
clearSndbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
clearSource() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
Deprecated.
clearSource() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
clearSource() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Source source = 9;
clearSource() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
clearSource() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
Deprecated.
clearSource() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
clearSource() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Source source = 9;
clearSource() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
clearStalledCyclesBackend() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
clearStalledCyclesBackend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
clearStalledCyclesFrontend() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
clearStalledCyclesFrontend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
clearStart() - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
clearStart() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
clearState() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional .mesos.TaskState state = 4;
clearState() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskState state = 6;
clearState() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskState state = 2;
clearState() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskState state = 6;
clearState() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskState state = 2;
clearStatistics() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
clearStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
clearStatus() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional int32 status = 3;
clearStatus() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
clearStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional int32 status = 3;
clearStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
clearStatuses() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
clearStatuses() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
clearStatuses() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
clearStatuses() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
clearStatusUpdateState() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.TaskState status_update_state = 9;
clearStatusUpdateState() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.TaskState status_update_state = 9;
clearStatusUpdateUuid() - Method in class org.apache.mesos.Protos.Task.Builder
optional bytes status_update_uuid = 10;
clearStatusUpdateUuid() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional bytes status_update_uuid = 10;
clearSubscribe() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
clearSubscribe() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
clearSubscribed() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
clearSubscribed() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
clearTask() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
clearTaskClock() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double task_clock = 14;
clearTaskClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double task_clock = 14;
clearTaskId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
clearTaskId() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
clearTaskId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
clearTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
clearTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
clearTaskId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
clearTaskId() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
clearTaskId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
clearTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
clearTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
clearTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
clearTaskInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
clearTaskInfos() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
clearTaskInfos() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
clearTasks() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
clearTasks() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
clearTasks() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
clearTcpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
clearTcpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
clearText() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
clearText() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
clearText() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
clearText() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
clearThreads() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
clearThreads() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
clearTimeoutSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
clearTimeoutSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
clearTimestamp() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double timestamp = 1;
clearTimestamp() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
required double timestamp = 1;
clearTimestamp() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional double timestamp = 6;
clearTimestamp() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double timestamp = 1;
clearTimestamp() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
required double timestamp = 1;
clearTimestamp() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional double timestamp = 6;
clearTotal() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
clearTotal() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
clearType() - Method in class org.apache.mesos.Protos.Attribute.Builder
required .mesos.Value.Type type = 2;
clearType() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
required .mesos.ContainerInfo.Type type = 1;
clearType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
optional .mesos.FrameworkInfo.Capability.Type type = 1;
clearType() - Method in class org.apache.mesos.Protos.Image.Builder
required .mesos.Image.Type type = 1;
clearType() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
required .mesos.Offer.Operation.Type type = 1;
clearType() - Method in class org.apache.mesos.Protos.Resource.Builder
required .mesos.Value.Type type = 2;
clearType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
required .mesos.Resource.DiskInfo.Source.Type type = 1;
clearType() - Method in class org.apache.mesos.Protos.Value.Builder
required .mesos.Value.Type type = 1;
clearType() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Type type = 3;
clearType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required .mesos.v1.Value.Type type = 2;
clearType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
required .mesos.v1.ContainerInfo.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.Protos.Image.Builder
required .mesos.v1.Image.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
required .mesos.v1.Offer.Operation.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required .mesos.v1.Value.Type type = 2;
clearType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.Protos.Value.Builder
required .mesos.v1.Value.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.Type type = 1;
clearType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Type type = 2;
clearType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Type type = 1;
clearUdpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
clearUdpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
clearUid() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string uid = 6;
clearUid() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string uid = 6;
clearUnacknowledgedTasks() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
clearUnacknowledgedUpdates() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
clearUnavailability() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
clearUnavailability() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
clearUnavailability() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
clearUnavailability() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
clearUnavailability() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
clearUnavailability() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
clearUnreserve() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
clearUnreserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
clearUpdate() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
clearUpdate() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
clearUris() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
clearUris() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
clearUrl() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
clearUrl() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
clearUrl() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
clearUrl() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
clearUser() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string user = 5;
clearUser() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string user = 5;
clearUser() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string user = 1;
clearUser() - Method in class org.apache.mesos.Protos.Task.Builder
optional string user = 14;
clearUser() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string user = 5;
clearUser() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string user = 1;
clearUser() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional string user = 14;
clearUuid() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes uuid = 11;
clearUuid() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required bytes uuid = 2;
clearUuid() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes uuid = 11;
clearUuid() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required bytes uuid = 3;
clearValue() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string value = 3;
clearValue() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.Protos.ContainerID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string value = 2;
clearValue() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.Protos.Flag.Builder
optional string value = 2;
clearValue() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.Protos.Label.Builder
optional string value = 2;
clearValue() - Method in class org.apache.mesos.Protos.Metric.Builder
optional double value = 2;
clearValue() - Method in class org.apache.mesos.Protos.OfferID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string value = 2;
clearValue() - Method in class org.apache.mesos.Protos.SlaveID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.Protos.TaskID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
required double value = 1;
clearValue() - Method in class org.apache.mesos.Protos.Value.Text.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string value = 3;
clearValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string value = 2;
clearValue() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
optional string value = 2;
clearValue() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.Label.Builder
optional string value = 2;
clearValue() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
optional double value = 2;
clearValue() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string value = 2;
clearValue() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
required string value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
required double value = 1;
clearValue() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
required string value = 1;
clearVariables() - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
clearVariables() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
clearVersion() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string version = 5;
clearVersion() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string version = 6;
clearVersion() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
required string version = 1;
clearVersion() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string version = 5;
clearVersion() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string version = 6;
clearVersion() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
required string version = 1;
clearVisibility() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
required .mesos.DiscoveryInfo.Visibility visibility = 1;
clearVisibility() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
clearVisibility() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
clearVisibility() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
clearVolume() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
clearVolume() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
clearVolumeDriver() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
clearVolumeDriver() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
clearVolumes() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
clearVolumes() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
clearVolumes() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
clearVolumes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
clearVolumes() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
clearVolumes() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
clearWebuiUrl() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
clearWebuiUrl() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
clearWeight() - Method in class org.apache.mesos.Protos.Role.Builder
required double weight = 2;
clearWeight() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
required double weight = 1;
clearWeight() - Method in class org.apache.mesos.v1.Protos.Role.Builder
required double weight = 2;
clearWeight() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
required double weight = 1;
clone() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
clone() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
clone() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
clone() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
clone() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
clone() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
clone() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
clone() - Method in class org.apache.mesos.Protos.Address.Builder
 
clone() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
clone() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
clone() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
clone() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
clone() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
clone() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
clone() - Method in class org.apache.mesos.Protos.Credential.Builder
 
clone() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
clone() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.Environment.Builder
 
clone() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
clone() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
clone() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.Filters.Builder
 
clone() - Method in class org.apache.mesos.Protos.Flag.Builder
 
clone() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
clone() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
clone() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
clone() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
clone() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
clone() - Method in class org.apache.mesos.Protos.Image.Builder
 
clone() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
clone() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
clone() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
clone() - Method in class org.apache.mesos.Protos.Label.Builder
 
clone() - Method in class org.apache.mesos.Protos.Labels.Builder
 
clone() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
clone() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.Metric.Builder
 
clone() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
clone() - Method in class org.apache.mesos.Protos.Offer.Builder
 
clone() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
clone() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
clone() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
clone() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
clone() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
clone() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
clone() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
clone() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
clone() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
clone() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.Port.Builder
 
clone() - Method in class org.apache.mesos.Protos.Ports.Builder
 
clone() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
clone() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
clone() - Method in class org.apache.mesos.Protos.Request.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
clone() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
clone() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
clone() - Method in class org.apache.mesos.Protos.Role.Builder
 
clone() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
clone() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.Task.Builder
 
clone() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
clone() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
clone() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
clone() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
clone() - Method in class org.apache.mesos.Protos.URL.Builder
 
clone() - Method in class org.apache.mesos.Protos.Value.Builder
 
clone() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
clone() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
clone() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
clone() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
clone() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
clone() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
clone() - Method in class org.apache.mesos.Protos.Volume.Builder
 
clone() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
clone() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
clone() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
clone() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
clone() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
clone() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
CLUSTER_VALUE - Static variable in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
CLUSTER = 1;
CLUSTER_VALUE - Static variable in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
CLUSTER = 1;
COMMAND_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
COMMAND_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
COMMAND_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
COMMAND_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
COMMAND_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 
COMMAND_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
compareTo(Log.Position) - Method in class org.apache.mesos.Log.Position
 
compareTo(MesosNativeLibrary.Version) - Method in class org.apache.mesos.MesosNativeLibrary.Version
Compare this version to an 'other' one.
CONSECUTIVE_FAILURES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
CONSECUTIVE_FAILURES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 
CONTAINER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
CONTAINER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
CONTAINER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
CONTAINER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
CONTAINER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
CONTAINER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
CONTAINER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Destroy
 
CONTAINER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
CONTAINER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Update
 
CONTAINER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Usage
 
CONTAINER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Wait
 
CONTAINER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor
 
CONTAINER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
CONTAINER_PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume
 
CONTAINER_PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume
 
CONTAINER_PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
CONTAINER_PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
CONTAINER_STATUS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
CONTAINER_STATUS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
CONTAINERS_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Containers
 
CONTEXT_SWITCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
CONTEXT_SWITCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
CPU_CLOCK_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
CPU_CLOCK_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
CPU_MIGRATIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
CPU_MIGRATIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
CPUS_LIMIT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
CPUS_LIMIT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
CPUS_NR_PERIODS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
CPUS_NR_PERIODS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
CPUS_NR_THROTTLED_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
CPUS_NR_THROTTLED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
CPUS_SYSTEM_TIME_SECS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
CPUS_SYSTEM_TIME_SECS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
CPUS_THROTTLED_TIME_SECS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
CPUS_THROTTLED_TIME_SECS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
CPUS_USER_TIME_SECS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
CPUS_USER_TIME_SECS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
CREATE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation
 
CREATE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation
 
CREATE_VALUE - Static variable in enum org.apache.mesos.Protos.Offer.Operation.Type
CREATE = 4;
CREATE_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
CREATE = 4;
CREDENTIAL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image.Docker
 
CREDENTIAL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image.Docker
 
CREDENTIALS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Credentials
 
CREDENTIALS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Credentials
 
CURRESTAB_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
CURRESTAB_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
CYCLES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
CYCLES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 

D

data - Variable in class org.apache.mesos.Log.Entry
The data at the given position.
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call.Message
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Message
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
DATA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
DECLINE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
DECLINE_INVERSE_OFFERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
DECLINE_INVERSE_OFFERS_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
DECLINE_INVERSE_OFFERS = 14;
DECLINE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
DECLINE = 4;
declineOffer(Protos.OfferID) - Method in class org.apache.mesos.MesosSchedulerDriver
 
declineOffer(Protos.OfferID, Protos.Filters) - Method in class org.apache.mesos.MesosSchedulerDriver
 
declineOffer(Protos.OfferID, Protos.Filters) - Method in interface org.apache.mesos.SchedulerDriver
Declines an offer in its entirety and applies the specified filters on the resources (see mesos.proto for a description of Filters).
declineOffer(Protos.OfferID) - Method in interface org.apache.mesos.SchedulerDriver
Declines an offer in its entirety.
DEFAULTTTL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
DEFAULTTTL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
DELAY_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
DELAY_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 
DESTROY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation
 
DESTROY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation
 
DESTROY_VALUE - Static variable in enum org.apache.mesos.Protos.Offer.Operation.Type
DESTROY = 5;
DESTROY_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
DESTROY = 5;
DIRECTORY_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
disconnected(ExecutorDriver) - Method in interface org.apache.mesos.Executor
Invoked when the executor becomes "disconnected" from the slave (e.g., the slave is being restarted due to an upgrade).
disconnected(SchedulerDriver) - Method in interface org.apache.mesos.Scheduler
Invoked when the scheduler becomes "disconnected" from the master (e.g., the master fails and another is taking over).
DISCOVERY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
DISCOVERY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
DISCOVERY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
DISCOVERY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
DISCOVERY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
DISCOVERY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
DISK_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
DISK_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
DISK_LIMIT_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
DISK_LIMIT_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
DISK_USED_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
DISK_USED_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
DOCKER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo
 
DOCKER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image
 
DOCKER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo
 
DOCKER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image
 
DOCKER_VALUE - Static variable in enum org.apache.mesos.Protos.ContainerInfo.Type
DOCKER = 1;
DOCKER_VALUE - Static variable in enum org.apache.mesos.Protos.Image.Type
DOCKER = 2;
DOCKER_VALUE - Static variable in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
DOCKER = 1;
DOCKER_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Image.Type
DOCKER = 2;
DOCKER_VOLUME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume.Source
 
DOCKER_VOLUME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume.Source
 
DOCKER_VOLUME_VALUE - Static variable in enum org.apache.mesos.Protos.Volume.Source.Type
DOCKER_VOLUME = 1;
DOCKER_VOLUME_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Volume.Source.Type
DOCKER_VOLUME = 1;
DOWN_VALUE - Static variable in enum org.apache.mesos.Protos.MachineInfo.Mode
DOWN = 3;
DOWN_VALUE - Static variable in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
DOWN = 3;
DRAINING_VALUE - Static variable in enum org.apache.mesos.Protos.MachineInfo.Mode
DRAINING = 2;
DRAINING_VALUE - Static variable in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
DRAINING = 2;
DRIVER_ABORTED_VALUE - Static variable in enum org.apache.mesos.Protos.Status
DRIVER_ABORTED = 3;
DRIVER_ABORTED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Status
DRIVER_ABORTED = 3;
DRIVER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
DRIVER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
DRIVER_NOT_STARTED_VALUE - Static variable in enum org.apache.mesos.Protos.Status
DRIVER_NOT_STARTED = 1;
DRIVER_NOT_STARTED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Status
DRIVER_NOT_STARTED = 1;
DRIVER_OPTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
DRIVER_OPTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
DRIVER_RUNNING_VALUE - Static variable in enum org.apache.mesos.Protos.Status
DRIVER_RUNNING = 2;
DRIVER_RUNNING_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Status
DRIVER_RUNNING = 2;
DRIVER_STOPPED_VALUE - Static variable in enum org.apache.mesos.Protos.Status
DRIVER_STOPPED = 4;
DRIVER_STOPPED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Status
DRIVER_STOPPED = 4;
DROPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
DROPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
DTLB_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
DTLB_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
DTLB_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
DTLB_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
DTLB_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
DTLB_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
DTLB_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
DTLB_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
DTLB_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
DTLB_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
DTLB_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
DTLB_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
DURATION_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
DURATION_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Unavailability
 
DURATION_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
DURATION_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Unavailability
 

E

EMULATION_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
EMULATION_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
END_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value.Range
 
END_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value.Range
 
ending() - Method in class org.apache.mesos.Log.Reader
Returns the ending position of the log (might be out of date with respect to another replica).
Entry(Log.Position, byte[]) - Constructor for class org.apache.mesos.Log.Entry
Creates a log entry.
ENVIRONMENT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo
 
ENVIRONMENT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
ENVIRONMENT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo
 
ENVIRONMENT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
equals(Object) - Method in class org.apache.mesos.Log.Position
 
equals(MesosNativeLibrary.Version) - Method in class org.apache.mesos.MesosNativeLibrary.Version
 
error(ExecutorDriver, String) - Method in interface org.apache.mesos.Executor
Invoked when a fatal error has occurred with the executor and/or executor driver.
error(SchedulerDriver, String) - Method in interface org.apache.mesos.Scheduler
Invoked when there is an unrecoverable error in the scheduler or driver.
ERROR_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
ERROR_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
ERROR_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
ERROR = 6;
ERROR_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
ERROR = 7;
ESTABRESETS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
ESTABRESETS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
EXECUTABLE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo.URI
 
EXECUTABLE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
Executor - Interface in org.apache.mesos
Callback interface to be implemented by frameworks' executors.
EXECUTOR_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
EXECUTOR_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
EXECUTOR_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
EXECUTOR_IDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
EXECUTOR_IDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
EXECUTOR_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
EXECUTOR_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor
 
EXECUTOR_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
EXECUTOR_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
EXECUTOR_PID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerStatus
 
EXECUTOR_PID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerStatus
 
ExecutorDriver - Interface in org.apache.mesos
Abstract interface for connecting an executor to Mesos.
executorLost(SchedulerDriver, Protos.ExecutorID, Protos.SlaveID, int) - Method in interface org.apache.mesos.Scheduler
Invoked when an executor has exited/terminated.
EXECUTORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage
 
EXECUTORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage
 
expunge(Variable) - Method in class org.apache.mesos.state.AbstractState
 
expunge(Variable) - Method in class org.apache.mesos.state.InMemoryState
 
expunge(Variable) - Method in interface org.apache.mesos.state.State
Returns true if successfully expunged the variable from the state or false if the variable did not exist or was no longer valid.
EXTERNAL_VALUE - Static variable in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
EXTERNAL = 2;
EXTERNAL_VALUE - Static variable in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
EXTERNAL = 2;
EXTRACT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo.URI
 
EXTRACT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo.URI
 

F

FAILOVER_TIMEOUT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
FAILOVER_TIMEOUT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
FAILURE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
FAILURE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
FAILURE = 6;
fetch(String) - Method in class org.apache.mesos.state.AbstractState
 
fetch(String) - Method in class org.apache.mesos.state.InMemoryState
 
fetch(String) - Method in interface org.apache.mesos.state.State
Returns an immutable "variable" representing the current value from the state associated with the specified name.
FILTERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
FILTERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
FILTERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
FILTERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
finalize() - Method in class org.apache.mesos.Log
 
finalize() - Method in class org.apache.mesos.Log.Reader
 
finalize() - Method in class org.apache.mesos.Log.Writer
 
finalize() - Method in class org.apache.mesos.MesosExecutorDriver
 
finalize() - Method in class org.apache.mesos.MesosSchedulerDriver
 
finalize() - Method in class org.apache.mesos.state.AbstractState
 
finalize() - Method in class org.apache.mesos.state.LogState
 
finalize() - Method in class org.apache.mesos.state.Variable
 
FORCE_PULL_IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
FORCE_PULL_IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
FORWARDING_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
FORWARDING_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
FORWDATAGRAMS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
FORWDATAGRAMS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
FRAGCREATES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
FRAGCREATES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
FRAGFAILS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
FRAGFAILS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
FRAGMENT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.URL
 
FRAGMENT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.URL
 
FRAGOKS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
FRAGOKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.InverseOffer
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.InverseOffer
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
FRAMEWORK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
FRAMEWORK_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
FRAMEWORK_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
FRAMEWORK_VALUE - Static variable in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
FRAMEWORK = 0;
FRAMEWORK_VALUE - Static variable in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
FRAMEWORK = 0;
frameworkMessage(ExecutorDriver, byte[]) - Method in interface org.apache.mesos.Executor
Invoked when a framework message has arrived for this executor.
frameworkMessage(SchedulerDriver, Protos.ExecutorID, Protos.SlaveID, byte[]) - Method in interface org.apache.mesos.Scheduler
Invoked when an executor sends a message.
FRAMEWORKS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Role
 
FRAMEWORKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Role
 

G

getAccept() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
getAccept() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Accept accept = 4;
getAccept() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
getAcceptBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
getAcceptInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
getAcceptInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
getAcceptInverseOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
getAcceptInverseOffersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
getAcceptInverseOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
getAcceptInverseOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
getAcceptInverseOffersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
getAcceptOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
getAcceptOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Accept accept = 4;
getAcceptOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
getAcknowledge() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
getAcknowledge() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
getAcknowledge() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
getAcknowledgeBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
getAcknowledged() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
getAcknowledged() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
getAcknowledged() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
getAcknowledgedBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
getAcknowledgedOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
getAcknowledgedOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
getAcknowledgedOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
getAcknowledgeOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
getAcknowledgeOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
getAcknowledgeOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
getActiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
getActiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 ActiveOpens = 5;
getActiveOpens() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 ActiveOpens = 5;
getActiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
getActiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 ActiveOpens = 5;
getActiveOpens() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 ActiveOpens = 5;
getAddress() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
getAddress() - Method in class org.apache.mesos.Protos.MasterInfo
optional .mesos.Address address = 7;
getAddress() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional .mesos.Address address = 7;
getAddress() - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
getAddress() - Method in class org.apache.mesos.Protos.URL
required .mesos.Address address = 2;
getAddress() - Method in interface org.apache.mesos.Protos.URLOrBuilder
required .mesos.Address address = 2;
getAddress() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
getAddress() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional .mesos.v1.Address address = 7;
getAddress() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional .mesos.v1.Address address = 7;
getAddress() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
getAddress() - Method in class org.apache.mesos.v1.Protos.URL
required .mesos.v1.Address address = 2;
getAddress() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
required .mesos.v1.Address address = 2;
getAddressBuilder() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
getAddressBuilder() - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
getAddressBuilder() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
getAddressBuilder() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
getAddressOrBuilder() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
getAddressOrBuilder() - Method in class org.apache.mesos.Protos.MasterInfo
optional .mesos.Address address = 7;
getAddressOrBuilder() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional .mesos.Address address = 7;
getAddressOrBuilder() - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
getAddressOrBuilder() - Method in class org.apache.mesos.Protos.URL
required .mesos.Address address = 2;
getAddressOrBuilder() - Method in interface org.apache.mesos.Protos.URLOrBuilder
required .mesos.Address address = 2;
getAddressOrBuilder() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
getAddressOrBuilder() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional .mesos.v1.Address address = 7;
getAddressOrBuilder() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional .mesos.v1.Address address = 7;
getAddressOrBuilder() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
getAddressOrBuilder() - Method in class org.apache.mesos.v1.Protos.URL
required .mesos.v1.Address address = 2;
getAddressOrBuilder() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
required .mesos.v1.Address address = 2;
getAgentId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
getAgentId() - Method in class org.apache.mesos.v1.Protos.InverseOffer
optional .mesos.v1.AgentID agent_id = 4;
getAgentId() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
optional .mesos.v1.AgentID agent_id = 4;
getAgentId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
getAgentId() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.AgentID agent_id = 3;
getAgentId() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.AgentID agent_id = 3;
getAgentId() - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.Protos.Request
optional .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
optional .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
getAgentId() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.AgentID agent_id = 5;
getAgentId() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
getAgentId() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required .mesos.v1.AgentID agent_id = 3;
getAgentId() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required .mesos.v1.AgentID agent_id = 3;
getAgentId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.AgentID agent_id = 5;
getAgentId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
getAgentId() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.AgentID agent_id = 5;
getAgentId() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.AgentID agent_id = 5;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
optional .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
optional .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
optional .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.TaskOrBuilder
optional .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
required .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ShutdownOrBuilder
required .mesos.v1.AgentID agent_id = 2;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required .mesos.v1.AgentID agent_id = 1;
getAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer
optional .mesos.v1.AgentID agent_id = 4;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
optional .mesos.v1.AgentID agent_id = 4;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.AgentID agent_id = 3;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.AgentID agent_id = 3;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Request
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.AgentID agent_id = 5;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required .mesos.v1.AgentID agent_id = 3;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required .mesos.v1.AgentID agent_id = 3;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.AgentID agent_id = 5;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.AgentID agent_id = 5;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.AgentID agent_id = 5;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.TaskOrBuilder
optional .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
required .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ShutdownOrBuilder
required .mesos.v1.AgentID agent_id = 2;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required .mesos.v1.AgentID agent_id = 1;
getAgentIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required .mesos.v1.AgentID agent_id = 1;
getAgentInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
getAgentInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.AgentInfo agent_info = 3;
getAgentInfo() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.AgentInfo agent_info = 3;
getAgentInfoBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
getAgentInfoOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
getAgentInfoOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.AgentInfo agent_info = 3;
getAgentInfoOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.AgentInfo agent_info = 3;
getAggregateDefaultCapacity() - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
getAggregateDefaultCapacity() - Method in class org.apache.mesos.Protos.RateLimits
optional uint64 aggregate_default_capacity = 3;
getAggregateDefaultCapacity() - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
optional uint64 aggregate_default_capacity = 3;
getAggregateDefaultCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
getAggregateDefaultCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimits
optional uint64 aggregate_default_capacity = 3;
getAggregateDefaultCapacity() - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
optional uint64 aggregate_default_capacity = 3;
getAggregateDefaultQps() - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
getAggregateDefaultQps() - Method in class org.apache.mesos.Protos.RateLimits
optional double aggregate_default_qps = 2;
getAggregateDefaultQps() - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
optional double aggregate_default_qps = 2;
getAggregateDefaultQps() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
getAggregateDefaultQps() - Method in class org.apache.mesos.v1.Protos.RateLimits
optional double aggregate_default_qps = 2;
getAggregateDefaultQps() - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
optional double aggregate_default_qps = 2;
getAlignmentFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
getAlignmentFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 alignment_faults = 20;
getAlignmentFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 alignment_faults = 20;
getAlignmentFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
getAlignmentFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 alignment_faults = 20;
getAlignmentFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 alignment_faults = 20;
getAllocated(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
getAllocated(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.Resource allocated = 2;
getAllocated(int) - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.Resource allocated = 2;
getAllocated(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
getAllocated(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.Resource allocated = 2;
getAllocated(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
getAllocatedBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
getAllocatedBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
getAllocatedCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.Resource allocated = 2;
getAllocatedCount() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.Resource allocated = 2;
getAllocatedCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.Resource allocated = 2;
getAllocatedCount() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
getAllocatedList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.Resource allocated = 2;
getAllocatedList() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.Resource allocated = 2;
getAllocatedList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.Resource allocated = 2;
getAllocatedList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
getAllocatedOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.Resource allocated = 2;
getAllocatedOrBuilder(int) - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.Resource allocated = 2;
getAllocatedOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.Resource allocated = 2;
getAllocatedOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
getAllocatedOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.Resource allocated = 2;
getAllocatedOrBuilderList() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.Resource allocated = 2;
getAllocatedOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
getAllocatedOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.Resource allocated = 2;
getAllocatedOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.Resource allocated = 2;
getAppc() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
getAppc() - Method in class org.apache.mesos.Protos.Image
optional .mesos.Image.Appc appc = 2;
getAppc() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional .mesos.Image.Appc appc = 2;
getAppc() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
getAppc() - Method in class org.apache.mesos.v1.Protos.Image
optional .mesos.v1.Image.Appc appc = 2;
getAppc() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional .mesos.v1.Image.Appc appc = 2;
getAppcBuilder() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
getAppcBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
getAppcOrBuilder() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
getAppcOrBuilder() - Method in class org.apache.mesos.Protos.Image
optional .mesos.Image.Appc appc = 2;
getAppcOrBuilder() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional .mesos.Image.Appc appc = 2;
getAppcOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
getAppcOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image
optional .mesos.v1.Image.Appc appc = 2;
getAppcOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional .mesos.v1.Image.Appc appc = 2;
getArguments(int) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArguments(int) - Method in class org.apache.mesos.Protos.CommandInfo
repeated string arguments = 7;
getArguments(int) - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getArguments(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArguments(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated string arguments = 7;
getArguments(int) - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getArgumentsBytes(int) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArgumentsBytes(int) - Method in class org.apache.mesos.Protos.CommandInfo
repeated string arguments = 7;
getArgumentsBytes(int) - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getArgumentsBytes(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArgumentsBytes(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated string arguments = 7;
getArgumentsBytes(int) - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getArgumentsCount() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArgumentsCount() - Method in class org.apache.mesos.Protos.CommandInfo
repeated string arguments = 7;
getArgumentsCount() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getArgumentsCount() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArgumentsCount() - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated string arguments = 7;
getArgumentsCount() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getArgumentsList() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArgumentsList() - Method in class org.apache.mesos.Protos.CommandInfo
repeated string arguments = 7;
getArgumentsList() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getArgumentsList() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
getArgumentsList() - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated string arguments = 7;
getArgumentsList() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated string arguments = 7;
getAttemptFails() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
getAttemptFails() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 AttemptFails = 7;
getAttemptFails() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 AttemptFails = 7;
getAttemptFails() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
getAttemptFails() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 AttemptFails = 7;
getAttemptFails() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 AttemptFails = 7;
getAttributes(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
getAttributes(int) - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Attribute attributes = 7;
getAttributes(int) - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Attribute attributes = 7;
getAttributes(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
getAttributes(int) - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Attribute attributes = 5;
getAttributes(int) - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Attribute attributes = 5;
getAttributes(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
getAttributes(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Attribute attributes = 5;
getAttributes(int) - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Attribute attributes = 5;
getAttributes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
getAttributes(int) - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Attribute attributes = 7;
getAttributes(int) - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
getAttributesBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
getAttributesBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesBuilderList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
getAttributesBuilderList() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
getAttributesBuilderList() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesCount() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
getAttributesCount() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Attribute attributes = 7;
getAttributesCount() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Attribute attributes = 7;
getAttributesCount() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
getAttributesCount() - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Attribute attributes = 5;
getAttributesCount() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Attribute attributes = 5;
getAttributesCount() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesCount() - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Attribute attributes = 5;
getAttributesCount() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesCount() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Attribute attributes = 7;
getAttributesCount() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
getAttributesList() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Attribute attributes = 7;
getAttributesList() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Attribute attributes = 7;
getAttributesList() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
getAttributesList() - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Attribute attributes = 5;
getAttributesList() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Attribute attributes = 5;
getAttributesList() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesList() - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Attribute attributes = 5;
getAttributesList() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesList() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Attribute attributes = 7;
getAttributesList() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Attribute attributes = 7;
getAttributesOrBuilder(int) - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Attribute attributes = 7;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Attribute attributes = 5;
getAttributesOrBuilder(int) - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Attribute attributes = 5;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Attribute attributes = 5;
getAttributesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Attribute attributes = 7;
getAttributesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
getAttributesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Attribute attributes = 7;
getAttributesOrBuilderList() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Attribute attributes = 7;
getAttributesOrBuilderList() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
getAttributesOrBuilderList() - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Attribute attributes = 5;
getAttributesOrBuilderList() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Attribute attributes = 5;
getAttributesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Attribute attributes = 5;
getAttributesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Attribute attributes = 5;
getAttributesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
getAttributesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Attribute attributes = 7;
getAttributesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Attribute attributes = 7;
getBacklog() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
getBacklog() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 backlog = 2;
getBacklog() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 backlog = 2;
getBacklog() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
getBacklog() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 backlog = 2;
getBacklog() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 backlog = 2;
getBegin() - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 begin = 1;
getBegin() - Method in class org.apache.mesos.Protos.Value.Range
required uint64 begin = 1;
getBegin() - Method in interface org.apache.mesos.Protos.Value.RangeOrBuilder
required uint64 begin = 1;
getBegin() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 begin = 1;
getBegin() - Method in class org.apache.mesos.v1.Protos.Value.Range
required uint64 begin = 1;
getBegin() - Method in interface org.apache.mesos.v1.Protos.Value.RangeOrBuilder
required uint64 begin = 1;
getBranches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
getBranches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branches = 9;
getBranches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branches = 9;
getBranches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
getBranches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branches = 9;
getBranches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branches = 9;
getBranchLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
getBranchLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branch_load_misses = 47;
getBranchLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branch_load_misses = 47;
getBranchLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
getBranchLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branch_load_misses = 47;
getBranchLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branch_load_misses = 47;
getBranchLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
getBranchLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branch_loads = 46;
getBranchLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branch_loads = 46;
getBranchLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
getBranchLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branch_loads = 46;
getBranchLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branch_loads = 46;
getBranchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
getBranchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branch_misses = 10;
getBranchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branch_misses = 10;
getBranchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
getBranchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branch_misses = 10;
getBranchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branch_misses = 10;
getBuildDate() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_date = 2;
getBuildDate() - Method in class org.apache.mesos.Protos.VersionInfo
optional string build_date = 2;
getBuildDate() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string build_date = 2;
getBuildDate() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_date = 2;
getBuildDate() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string build_date = 2;
getBuildDate() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string build_date = 2;
getBuildDateBytes() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_date = 2;
getBuildDateBytes() - Method in class org.apache.mesos.Protos.VersionInfo
optional string build_date = 2;
getBuildDateBytes() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string build_date = 2;
getBuildDateBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_date = 2;
getBuildDateBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string build_date = 2;
getBuildDateBytes() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string build_date = 2;
getBuildTime() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional double build_time = 3;
getBuildTime() - Method in class org.apache.mesos.Protos.VersionInfo
optional double build_time = 3;
getBuildTime() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional double build_time = 3;
getBuildTime() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional double build_time = 3;
getBuildTime() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional double build_time = 3;
getBuildTime() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional double build_time = 3;
getBuildUser() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_user = 4;
getBuildUser() - Method in class org.apache.mesos.Protos.VersionInfo
optional string build_user = 4;
getBuildUser() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string build_user = 4;
getBuildUser() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_user = 4;
getBuildUser() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string build_user = 4;
getBuildUser() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string build_user = 4;
getBuildUserBytes() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_user = 4;
getBuildUserBytes() - Method in class org.apache.mesos.Protos.VersionInfo
optional string build_user = 4;
getBuildUserBytes() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string build_user = 4;
getBuildUserBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_user = 4;
getBuildUserBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string build_user = 4;
getBuildUserBytes() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string build_user = 4;
getBusCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
getBusCycles() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 bus_cycles = 11;
getBusCycles() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 bus_cycles = 11;
getBusCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
getBusCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 bus_cycles = 11;
getBusCycles() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 bus_cycles = 11;
getBytes() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
getBytes() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 bytes = 3;
getBytes() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 bytes = 3;
getBytes() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
getBytes() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 bytes = 3;
getBytes() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 bytes = 3;
getCache() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
getCache() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional bool cache = 4;
getCache() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional bool cache = 4;
getCache() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
getCache() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional bool cache = 4;
getCache() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional bool cache = 4;
getCached() - Method in class org.apache.mesos.Protos.Image.Builder
optional bool cached = 4 [default = true];
getCached() - Method in class org.apache.mesos.Protos.Image
optional bool cached = 4 [default = true];
getCached() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional bool cached = 4 [default = true];
getCached() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional bool cached = 4 [default = true];
getCached() - Method in class org.apache.mesos.v1.Protos.Image
optional bool cached = 4 [default = true];
getCached() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional bool cached = 4 [default = true];
getCacheMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
getCacheMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cache_misses = 8;
getCacheMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cache_misses = 8;
getCacheMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
getCacheMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cache_misses = 8;
getCacheMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cache_misses = 8;
getCacheReferences() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
getCacheReferences() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cache_references = 7;
getCacheReferences() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cache_references = 7;
getCacheReferences() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
getCacheReferences() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cache_references = 7;
getCacheReferences() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cache_references = 7;
getCapabilities(int) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilities(int) - Method in class org.apache.mesos.Protos.FrameworkInfo
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilities(int) - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilities(int) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilities(int) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilities(int) - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesBuilder(int) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesBuilder(int) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesBuilderList() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesBuilderList() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesCount() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesCount() - Method in class org.apache.mesos.Protos.FrameworkInfo
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesCount() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesCount() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesCount() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesCount() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesList() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesList() - Method in class org.apache.mesos.Protos.FrameworkInfo
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesList() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesList() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesList() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesList() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilder(int) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilder(int) - Method in class org.apache.mesos.Protos.FrameworkInfo
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilder(int) - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilderList() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilderList() - Method in class org.apache.mesos.Protos.FrameworkInfo
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilderList() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapabilitiesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
getCapacity() - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional uint64 capacity = 3;
getCapacity() - Method in class org.apache.mesos.Protos.RateLimit
optional uint64 capacity = 3;
getCapacity() - Method in interface org.apache.mesos.Protos.RateLimitOrBuilder
optional uint64 capacity = 3;
getCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional uint64 capacity = 3;
getCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimit
optional uint64 capacity = 3;
getCapacity() - Method in interface org.apache.mesos.v1.Protos.RateLimitOrBuilder
optional uint64 capacity = 3;
getCgroupInfo() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfo() - Method in class org.apache.mesos.Protos.ContainerStatus
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfo() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfo() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
getCgroupInfo() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
optional .mesos.v1.CgroupInfo cgroup_info = 2;
getCgroupInfo() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
getCgroupInfoBuilder() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfoBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
getCgroupInfoOrBuilder() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfoOrBuilder() - Method in class org.apache.mesos.Protos.ContainerStatus
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfoOrBuilder() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfoOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
getCgroupInfoOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
optional .mesos.v1.CgroupInfo cgroup_info = 2;
getCgroupInfoOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
getCheckpoint() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional bool checkpoint = 8;
getCheckpoint() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional bool checkpoint = 8;
getCheckpoint() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional bool checkpoint = 8;
getCheckpoint() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
getCheckpoint() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional bool checkpoint = 5 [default = false];
getCheckpoint() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional bool checkpoint = 5 [default = false];
getCheckpoint() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional bool checkpoint = 7 [default = false];
getCheckpoint() - Method in class org.apache.mesos.Protos.SlaveInfo
optional bool checkpoint = 7 [default = false];
getCheckpoint() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
optional bool checkpoint = 7 [default = false];
getCheckpoint() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
getCheckpoint() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional bool checkpoint = 5 [default = false];
getCheckpoint() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional bool checkpoint = 5 [default = false];
getClassid() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
getClassid() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
optional uint32 classid = 1;
getClassid() - Method in interface org.apache.mesos.Protos.CgroupInfo.NetClsOrBuilder
optional uint32 classid = 1;
getClassid() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
getClassid() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
optional uint32 classid = 1;
getClassid() - Method in interface org.apache.mesos.v1.Protos.CgroupInfo.NetClsOrBuilder
optional uint32 classid = 1;
getCommand() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.Protos.ExecutorInfo
required .mesos.CommandInfo command = 7;
getCommand() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
required .mesos.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.Protos.HealthCheck
optional .mesos.CommandInfo command = 7;
getCommand() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional .mesos.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.CommandInfo command = 7;
getCommand() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
required .mesos.v1.CommandInfo command = 7;
getCommand() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
required .mesos.v1.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional .mesos.v1.CommandInfo command = 7;
getCommand() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional .mesos.v1.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
getCommand() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.CommandInfo command = 7;
getCommand() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.CommandInfo command = 7;
getCommandBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
getCommandBuilder() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
getCommandBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
getCommandBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
getCommandBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
getCommandBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
required .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
required .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.Protos.HealthCheck
optional .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
required .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
required .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.CommandInfo command = 7;
getCommandOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.CommandInfo command = 7;
getConsecutiveFailures() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
getConsecutiveFailures() - Method in class org.apache.mesos.Protos.HealthCheck
optional uint32 consecutive_failures = 5 [default = 3];
getConsecutiveFailures() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional uint32 consecutive_failures = 5 [default = 3];
getConsecutiveFailures() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
getConsecutiveFailures() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional uint32 consecutive_failures = 5 [default = 3];
getConsecutiveFailures() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional uint32 consecutive_failures = 5 [default = 3];
getContainer() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
getContainer() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.ContainerInfo container = 11;
getContainer() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.ContainerInfo container = 11;
getContainer() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
getContainer() - Method in class org.apache.mesos.Protos.Task
optional .mesos.ContainerInfo container = 13;
getContainer() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
getContainer() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.ContainerInfo container = 9;
getContainer() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.ContainerInfo container = 9;
getContainer() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.ContainerInfo container = 13;
getContainer() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
getContainer() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.ContainerInfo container = 11;
getContainer() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.ContainerInfo container = 11;
getContainer() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
getContainer() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.ContainerInfo container = 13;
getContainer() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
getContainer() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.ContainerInfo container = 9;
getContainer() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.ContainerInfo container = 9;
getContainer() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.ContainerInfo container = 13;
getContainerBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
getContainerBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
getContainerBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
getContainerBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
getContainerBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
getContainerBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Destroy
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in interface org.apache.mesos.containerizer.Protos.DestroyOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Launch
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Update
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Usage
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in interface org.apache.mesos.containerizer.Protos.UsageOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.containerizer.Protos.Wait
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in interface org.apache.mesos.containerizer.Protos.WaitOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
getContainerId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
required .mesos.ContainerID container_id = 4;
getContainerId() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.ContainerID container_id = 4;
getContainerId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
getContainerId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
required .mesos.v1.ContainerID container_id = 4;
getContainerId() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.v1.ContainerID container_id = 4;
getContainerIdBuilder() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdBuilder() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdBuilder() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdBuilder() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
getContainerIdBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Destroy
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.DestroyOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Update
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Usage
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.UsageOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Wait
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.WaitOrBuilder
required .mesos.ContainerID container_id = 1;
getContainerIdOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
getContainerIdOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
required .mesos.ContainerID container_id = 4;
getContainerIdOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.ContainerID container_id = 4;
getContainerIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
getContainerIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
required .mesos.v1.ContainerID container_id = 4;
getContainerIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.v1.ContainerID container_id = 4;
getContainerOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
getContainerOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.ContainerInfo container = 11;
getContainerOrBuilder() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.ContainerInfo container = 11;
getContainerOrBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
getContainerOrBuilder() - Method in class org.apache.mesos.Protos.Task
optional .mesos.ContainerInfo container = 13;
getContainerOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
getContainerOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.ContainerInfo container = 9;
getContainerOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.ContainerInfo container = 9;
getContainerOrBuilder() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.ContainerInfo container = 13;
getContainerOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
getContainerOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.ContainerInfo container = 11;
getContainerOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.ContainerInfo container = 11;
getContainerOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
getContainerOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.ContainerInfo container = 13;
getContainerOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
getContainerOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.ContainerInfo container = 9;
getContainerOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.ContainerInfo container = 9;
getContainerOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.ContainerInfo container = 13;
getContainerPath() - Method in class org.apache.mesos.Protos.Volume.Builder
required string container_path = 1;
getContainerPath() - Method in class org.apache.mesos.Protos.Volume
required string container_path = 1;
getContainerPath() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
required string container_path = 1;
getContainerPath() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required string container_path = 1;
getContainerPath() - Method in class org.apache.mesos.v1.Protos.Volume
required string container_path = 1;
getContainerPath() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
required string container_path = 1;
getContainerPathBytes() - Method in class org.apache.mesos.Protos.Volume.Builder
required string container_path = 1;
getContainerPathBytes() - Method in class org.apache.mesos.Protos.Volume
required string container_path = 1;
getContainerPathBytes() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
required string container_path = 1;
getContainerPathBytes() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required string container_path = 1;
getContainerPathBytes() - Method in class org.apache.mesos.v1.Protos.Volume
required string container_path = 1;
getContainerPathBytes() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
required string container_path = 1;
getContainerPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
getContainerPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 container_port = 2;
getContainerPort() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 container_port = 2;
getContainerPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
getContainerPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 container_port = 2;
getContainerPort() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 container_port = 2;
getContainers(int) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
getContainers(int) - Method in class org.apache.mesos.containerizer.Protos.Containers
repeated .mesos.ContainerID containers = 1;
getContainers(int) - Method in interface org.apache.mesos.containerizer.Protos.ContainersOrBuilder
repeated .mesos.ContainerID containers = 1;
getContainersBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
getContainersBuilderList() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
getContainersCount() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
getContainersCount() - Method in class org.apache.mesos.containerizer.Protos.Containers
repeated .mesos.ContainerID containers = 1;
getContainersCount() - Method in interface org.apache.mesos.containerizer.Protos.ContainersOrBuilder
repeated .mesos.ContainerID containers = 1;
getContainersList() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
getContainersList() - Method in class org.apache.mesos.containerizer.Protos.Containers
repeated .mesos.ContainerID containers = 1;
getContainersList() - Method in interface org.apache.mesos.containerizer.Protos.ContainersOrBuilder
repeated .mesos.ContainerID containers = 1;
getContainersOrBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
getContainersOrBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Containers
repeated .mesos.ContainerID containers = 1;
getContainersOrBuilder(int) - Method in interface org.apache.mesos.containerizer.Protos.ContainersOrBuilder
repeated .mesos.ContainerID containers = 1;
getContainersOrBuilderList() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
getContainersOrBuilderList() - Method in class org.apache.mesos.containerizer.Protos.Containers
repeated .mesos.ContainerID containers = 1;
getContainersOrBuilderList() - Method in interface org.apache.mesos.containerizer.Protos.ContainersOrBuilder
repeated .mesos.ContainerID containers = 1;
getContainerStatus() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
getContainerStatus() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.ContainerStatus container_status = 13;
getContainerStatus() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.ContainerStatus container_status = 13;
getContainerStatus() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
getContainerStatus() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.ContainerStatus container_status = 13;
getContainerStatus() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.ContainerStatus container_status = 13;
getContainerStatusBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
getContainerStatusBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
getContainerStatusOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
getContainerStatusOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.ContainerStatus container_status = 13;
getContainerStatusOrBuilder() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.ContainerStatus container_status = 13;
getContainerStatusOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
getContainerStatusOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.ContainerStatus container_status = 13;
getContainerStatusOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.ContainerStatus container_status = 13;
getContextSwitches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
getContextSwitches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 context_switches = 18;
getContextSwitches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 context_switches = 18;
getContextSwitches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
getContextSwitches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 context_switches = 18;
getContextSwitches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 context_switches = 18;
getCpuClock() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
getCpuClock() - Method in class org.apache.mesos.Protos.PerfStatistics
optional double cpu_clock = 13;
getCpuClock() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional double cpu_clock = 13;
getCpuClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
getCpuClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional double cpu_clock = 13;
getCpuClock() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional double cpu_clock = 13;
getCpuMigrations() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
getCpuMigrations() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cpu_migrations = 19;
getCpuMigrations() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cpu_migrations = 19;
getCpuMigrations() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
getCpuMigrations() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cpu_migrations = 19;
getCpuMigrations() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cpu_migrations = 19;
getCpusLimit() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
getCpusLimit() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_limit = 4;
getCpusLimit() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_limit = 4;
getCpusLimit() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
getCpusLimit() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_limit = 4;
getCpusLimit() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_limit = 4;
getCpusNrPeriods() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
getCpusNrPeriods() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 cpus_nr_periods = 7;
getCpusNrPeriods() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_periods = 7;
getCpusNrPeriods() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
getCpusNrPeriods() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 cpus_nr_periods = 7;
getCpusNrPeriods() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_periods = 7;
getCpusNrThrottled() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
getCpusNrThrottled() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 cpus_nr_throttled = 8;
getCpusNrThrottled() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_throttled = 8;
getCpusNrThrottled() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
getCpusNrThrottled() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 cpus_nr_throttled = 8;
getCpusNrThrottled() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_throttled = 8;
getCpusSystemTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
getCpusSystemTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_system_time_secs = 3;
getCpusSystemTimeSecs() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_system_time_secs = 3;
getCpusSystemTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
getCpusSystemTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_system_time_secs = 3;
getCpusSystemTimeSecs() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_system_time_secs = 3;
getCpusThrottledTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
getCpusThrottledTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_throttled_time_secs = 9;
getCpusThrottledTimeSecs() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_throttled_time_secs = 9;
getCpusThrottledTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
getCpusThrottledTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_throttled_time_secs = 9;
getCpusThrottledTimeSecs() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_throttled_time_secs = 9;
getCpusUserTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
getCpusUserTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_user_time_secs = 2;
getCpusUserTimeSecs() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_user_time_secs = 2;
getCpusUserTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
getCpusUserTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_user_time_secs = 2;
getCpusUserTimeSecs() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_user_time_secs = 2;
getCreate() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
getCreate() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Create create = 5;
getCreate() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Create create = 5;
getCreate() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
getCreate() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Create create = 5;
getCreate() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Create create = 5;
getCreateBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
getCreateBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
getCreateOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
getCreateOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Create create = 5;
getCreateOrBuilder() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Create create = 5;
getCreateOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
getCreateOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Create create = 5;
getCreateOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Create create = 5;
getCredential() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
getCredential() - Method in class org.apache.mesos.Protos.Image.Docker
optional .mesos.Credential credential = 2;
getCredential() - Method in interface org.apache.mesos.Protos.Image.DockerOrBuilder
optional .mesos.Credential credential = 2;
getCredential() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
getCredential() - Method in class org.apache.mesos.v1.Protos.Image.Docker
optional .mesos.v1.Credential credential = 2;
getCredential() - Method in interface org.apache.mesos.v1.Protos.Image.DockerOrBuilder
optional .mesos.v1.Credential credential = 2;
getCredentialBuilder() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
getCredentialBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
getCredentialOrBuilder() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
getCredentialOrBuilder() - Method in class org.apache.mesos.Protos.Image.Docker
optional .mesos.Credential credential = 2;
getCredentialOrBuilder() - Method in interface org.apache.mesos.Protos.Image.DockerOrBuilder
optional .mesos.Credential credential = 2;
getCredentialOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
getCredentialOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Docker
optional .mesos.v1.Credential credential = 2;
getCredentialOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Image.DockerOrBuilder
optional .mesos.v1.Credential credential = 2;
getCredentials(int) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
getCredentials(int) - Method in class org.apache.mesos.Protos.Credentials
repeated .mesos.Credential credentials = 1;
getCredentials(int) - Method in interface org.apache.mesos.Protos.CredentialsOrBuilder
repeated .mesos.Credential credentials = 1;
getCredentials(int) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
getCredentials(int) - Method in class org.apache.mesos.v1.Protos.Credentials
repeated .mesos.v1.Credential credentials = 1;
getCredentials(int) - Method in interface org.apache.mesos.v1.Protos.CredentialsOrBuilder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsBuilder(int) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
getCredentialsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsBuilderList() - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
getCredentialsBuilderList() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsCount() - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
getCredentialsCount() - Method in class org.apache.mesos.Protos.Credentials
repeated .mesos.Credential credentials = 1;
getCredentialsCount() - Method in interface org.apache.mesos.Protos.CredentialsOrBuilder
repeated .mesos.Credential credentials = 1;
getCredentialsCount() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsCount() - Method in class org.apache.mesos.v1.Protos.Credentials
repeated .mesos.v1.Credential credentials = 1;
getCredentialsCount() - Method in interface org.apache.mesos.v1.Protos.CredentialsOrBuilder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsList() - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
getCredentialsList() - Method in class org.apache.mesos.Protos.Credentials
repeated .mesos.Credential credentials = 1;
getCredentialsList() - Method in interface org.apache.mesos.Protos.CredentialsOrBuilder
repeated .mesos.Credential credentials = 1;
getCredentialsList() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsList() - Method in class org.apache.mesos.v1.Protos.Credentials
repeated .mesos.v1.Credential credentials = 1;
getCredentialsList() - Method in interface org.apache.mesos.v1.Protos.CredentialsOrBuilder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsOrBuilder(int) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilder(int) - Method in class org.apache.mesos.Protos.Credentials
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilder(int) - Method in interface org.apache.mesos.Protos.CredentialsOrBuilder
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Credentials
repeated .mesos.v1.Credential credentials = 1;
getCredentialsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.CredentialsOrBuilder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsOrBuilderList() - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilderList() - Method in class org.apache.mesos.Protos.Credentials
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilderList() - Method in interface org.apache.mesos.Protos.CredentialsOrBuilder
repeated .mesos.Credential credentials = 1;
getCredentialsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
getCredentialsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Credentials
repeated .mesos.v1.Credential credentials = 1;
getCredentialsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.CredentialsOrBuilder
repeated .mesos.v1.Credential credentials = 1;
getCurrEstab() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
getCurrEstab() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 CurrEstab = 9;
getCurrEstab() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 CurrEstab = 9;
getCurrEstab() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
getCurrEstab() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 CurrEstab = 9;
getCurrEstab() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 CurrEstab = 9;
getCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
getCycles() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cycles = 3;
getCycles() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cycles = 3;
getCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
getCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cycles = 3;
getCycles() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cycles = 3;
getData() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional bytes data = 4;
getData() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional bytes data = 4;
getData() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional bytes data = 4;
getData() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional bytes data = 6;
getData() - Method in class org.apache.mesos.Protos.TaskInfo
optional bytes data = 6;
getData() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional bytes data = 6;
getData() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes data = 3;
getData() - Method in class org.apache.mesos.Protos.TaskStatus
optional bytes data = 3;
getData() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional bytes data = 3;
getData() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
required bytes data = 2;
getData() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
required bytes data = 2;
getData() - Method in interface org.apache.mesos.v1.executor.Protos.Call.MessageOrBuilder
required bytes data = 2;
getData() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
required bytes data = 1;
getData() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
required bytes data = 1;
getData() - Method in interface org.apache.mesos.v1.executor.Protos.Event.MessageOrBuilder
required bytes data = 1;
getData() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional bytes data = 4;
getData() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional bytes data = 4;
getData() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional bytes data = 4;
getData() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional bytes data = 6;
getData() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional bytes data = 6;
getData() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional bytes data = 6;
getData() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes data = 3;
getData() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional bytes data = 3;
getData() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional bytes data = 3;
getData() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required bytes data = 3;
getData() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required bytes data = 3;
getData() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required bytes data = 3;
getData() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required bytes data = 3;
getData() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required bytes data = 3;
getData() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required bytes data = 3;
getDecline() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
getDecline() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Decline decline = 5;
getDecline() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
getDeclineBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
getDeclineInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
getDeclineInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
getDeclineInverseOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
getDeclineInverseOffersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
getDeclineInverseOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
getDeclineInverseOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
getDeclineInverseOffersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
getDeclineOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
getDeclineOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Decline decline = 5;
getDeclineOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
getDefaultInstance() - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
getDefaultInstance() - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
getDefaultInstance() - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
getDefaultInstance() - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
getDefaultInstance() - Static method in class org.apache.mesos.containerizer.Protos.Update
 
getDefaultInstance() - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
getDefaultInstance() - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Address
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Attribute
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.CgroupInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.CommandInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ContainerID
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ContainerInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ContainerStatus
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Credential
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Credentials
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.DurationInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Environment
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Environment.Variable
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ExecutorID
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.FileInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Filters
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Flag
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.FrameworkID
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.HealthCheck
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Image.Appc
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Image.Docker
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Image
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.InverseOffer
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.IpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.KillPolicy
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Label
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Labels
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.MachineID
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.MachineInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.MasterInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Metric
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.NetworkInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Offer
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Offer.Operation
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.OfferID
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Parameter
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Parameters
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.PerfStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Port
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Ports
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.RateLimit
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.RateLimits
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Request
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.ResourceUsage
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Role
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.SlaveID
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.SlaveInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Task
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.TaskID
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.TaskInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.TaskStatus
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.TcpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.TimeInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.UdpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Unavailability
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.URL
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Value
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Value.Range
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Value.Ranges
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Value.Scalar
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Value.Set
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Value.Text
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.VersionInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Volume
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.Volume.Source
 
getDefaultInstance() - Static method in class org.apache.mesos.Protos.WeightInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Address
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.AgentID
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Attribute
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Credential
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Credentials
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Environment
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Filters
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Flag
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Image
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Label
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Labels
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.MachineID
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Metric
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Offer
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.OfferID
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Parameter
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Parameters
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Port
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Ports
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Request
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Role
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Task
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.TaskID
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.URL
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Value
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Volume
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
getDefaultInstance() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Update
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Address.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Address
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Attribute
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CgroupInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CommandInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ContainerStatus
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Credential.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Credential
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Credentials
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.DurationInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Environment.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Environment
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Environment.Variable
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ExecutorID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FileInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Filters.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Filters
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Flag.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Flag
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FrameworkID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.HealthCheck
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Image.Appc
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Image.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Image.Docker
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Image
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.InverseOffer
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.IpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.KillPolicy
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Label.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Label
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Labels.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Labels
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.MachineID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.MachineInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.MasterInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Metric.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Metric
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.NetworkInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.OfferID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Parameter
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Parameters
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.PerfStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Port.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Port
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Ports.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Ports
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.RateLimit
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.RateLimits
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Request.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Request
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.ResourceUsage
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Role.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Role
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.SlaveID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.SlaveInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Task.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Task
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TaskID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TaskInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TaskStatus
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TcpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TimeInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.UdpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Unavailability
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.URL.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.URL
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Range
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Ranges
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Scalar
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Set
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Value.Text
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.VersionInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Volume.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Volume
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.Volume.Source
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.Protos.WeightInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Address
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.AgentID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Attribute
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Credential
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Credentials
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Environment
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Filters
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Flag
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Image
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Label
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Labels
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.MachineID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Metric
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.OfferID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Parameter
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Parameters
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Port
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Ports
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Request
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Role
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Task
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TaskID
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.URL
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Volume
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
getDefaultInstanceForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
getDefaultTTL() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
getDefaultTTL() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 DefaultTTL = 2;
getDefaultTTL() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 DefaultTTL = 2;
getDefaultTTL() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
getDefaultTTL() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 DefaultTTL = 2;
getDefaultTTL() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 DefaultTTL = 2;
getDelaySeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
getDelaySeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double delay_seconds = 2 [default = 15];
getDelaySeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double delay_seconds = 2 [default = 15];
getDelaySeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
getDelaySeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double delay_seconds = 2 [default = 15];
getDelaySeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double delay_seconds = 2 [default = 15];
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Update
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
getDescriptor() - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Address.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Address
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Attribute.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Attribute
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CgroupInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CommandInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CommandInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerID
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.ContainerInfo.Type
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ContainerStatus
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Credential.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Credential
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Credentials.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Credentials
 
getDescriptor() - Static method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
 
getDescriptor() - Static method in class org.apache.mesos.Protos.DurationInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.DurationInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Environment.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Environment
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Environment.Variable
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ExecutorID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ExecutorID
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FileInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FileInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Filters.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Filters
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Flag.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Flag
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FrameworkID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FrameworkID
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
 
getDescriptor() - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos
 
getDescriptor() - Static method in class org.apache.mesos.Protos.HealthCheck.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.HealthCheck
 
getDescriptor() - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
getDescriptor() - Static method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Image.Appc.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Image.Appc
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Image.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Image.Docker.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Image.Docker
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Image
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.Image.Type
 
getDescriptor() - Static method in class org.apache.mesos.Protos.InverseOffer.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.InverseOffer
 
getDescriptor() - Static method in class org.apache.mesos.Protos.IpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.IpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.Protos.KillPolicy.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.KillPolicy
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Label.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Label
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Labels.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Labels
 
getDescriptor() - Static method in class org.apache.mesos.Protos.MachineID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.MachineID
 
getDescriptor() - Static method in class org.apache.mesos.Protos.MachineInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.MachineInfo
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.MachineInfo.Mode
 
getDescriptor() - Static method in class org.apache.mesos.Protos.MasterInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.MasterInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Metric.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Metric
 
getDescriptor() - Static method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.NetworkInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.Offer.Operation.Type
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
getDescriptor() - Static method in class org.apache.mesos.Protos.OfferID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.OfferID
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Parameter.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Parameter
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Parameters.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Parameters
 
getDescriptor() - Static method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.PerfStatistics
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Port.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Port
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Ports.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Ports
 
getDescriptor() - Static method in class org.apache.mesos.Protos.RateLimit.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.RateLimit
 
getDescriptor() - Static method in class org.apache.mesos.Protos.RateLimits.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.RateLimits
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Request.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Request
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
getDescriptor() - Static method in class org.apache.mesos.Protos.ResourceUsage
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Role.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Role
 
getDescriptor() - Static method in class org.apache.mesos.Protos.SlaveID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.SlaveID
 
getDescriptor() - Static method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.SlaveInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.Status
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Task.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Task
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TaskID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TaskID
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TaskInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TaskInfo
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.TaskState
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TaskStatus.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TaskStatus
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.TaskStatus.Reason
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.TaskStatus.Source
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TcpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TimeInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TimeInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
getDescriptor() - Static method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.UdpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Unavailability.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Unavailability
 
getDescriptor() - Static method in class org.apache.mesos.Protos.URL.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.URL
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Range.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Range
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Ranges
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Scalar
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Set.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Set
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Text.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Value.Text
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.Value.Type
 
getDescriptor() - Static method in class org.apache.mesos.Protos.VersionInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.VersionInfo
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Volume.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Volume
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.Volume.Mode
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Volume.Source.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
getDescriptor() - Static method in class org.apache.mesos.Protos.Volume.Source
 
getDescriptor() - Static method in enum org.apache.mesos.Protos.Volume.Source.Type
 
getDescriptor() - Static method in class org.apache.mesos.Protos.WeightInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.Protos.WeightInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
getDescriptor() - Static method in enum org.apache.mesos.v1.executor.Protos.Call.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
getDescriptor() - Static method in enum org.apache.mesos.v1.executor.Protos.Event.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.executor.Protos
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Address.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Address
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.AgentID
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Attribute
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Credential.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Credential
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Credentials
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Environment.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Environment
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Filters.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Filters
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Flag.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Flag
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Image.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Image
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.Image.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Label.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Label
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Labels.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Labels
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.MachineID
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Metric.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Metric
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.OfferID
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Parameter
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Parameters
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Port.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Port
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Ports.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Ports
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Request.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Request
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Role.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Role
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.Status
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Task.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Task
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TaskID
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.TaskState
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.URL.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.URL
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.Value.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Volume.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Volume
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.Volume.Mode
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
getDescriptor() - Static method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
getDescriptor() - Static method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
getDescriptor() - Static method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
getDescriptor() - Static method in class org.apache.mesos.v1.scheduler.Protos
 
getDescriptorForType() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Address.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.ContainerInfo.Type
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Credential.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Environment.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Filters.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Flag.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Image.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.Image.Type
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Label.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Labels.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.MachineInfo.Mode
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Metric.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Offer.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.Offer.Operation.Type
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Port.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Ports.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Request.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Role.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.Status
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Task.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.TaskState
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.TaskStatus.Reason
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.TaskStatus.Source
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.URL.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Value.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.Value.Type
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Volume.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.Volume.Mode
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.Protos.Volume.Source.Type
 
getDescriptorForType() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.executor.Protos.Call.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.executor.Protos.Event.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.Image.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.Status
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.TaskState
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.Value.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.Volume.Mode
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
getDescriptorForType() - Method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
 
getDescriptorForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
getDestroy() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
getDestroy() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Destroy destroy = 6;
getDestroy() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Destroy destroy = 6;
getDestroy() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
getDestroy() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
getDestroy() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
getDestroyBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
getDestroyBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
getDestroyOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
getDestroyOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Destroy destroy = 6;
getDestroyOrBuilder() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Destroy destroy = 6;
getDestroyOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
getDestroyOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
getDestroyOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
getDirectory() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string directory = 4;
getDirectory() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string directory = 4;
getDirectory() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string directory = 4;
getDirectoryBytes() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string directory = 4;
getDirectoryBytes() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string directory = 4;
getDirectoryBytes() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string directory = 4;
getDiscovery() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.DiscoveryInfo discovery = 12;
getDiscovery() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.Protos.Task
optional .mesos.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
getDiscovery() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.DiscoveryInfo discovery = 11;
getDiscovery() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.DiscoveryInfo discovery = 11;
getDiscovery() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscovery() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscovery() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
getDiscovery() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.DiscoveryInfo discovery = 11;
getDiscovery() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 11;
getDiscovery() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
getDiscoveryBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.Protos.Task
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.DiscoveryInfo discovery = 11;
getDiscoveryOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.DiscoveryInfo discovery = 11;
getDiscoveryOrBuilder() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
getDiscoveryOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.DiscoveryInfo discovery = 11;
getDiscoveryOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 11;
getDiscoveryOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 12;
getDisk() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
getDisk() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.DiskInfo disk = 7;
getDisk() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.DiskInfo disk = 7;
getDisk() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
getDisk() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.DiskInfo disk = 7;
getDisk() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.DiskInfo disk = 7;
getDiskBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
getDiskBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
getDiskLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
getDiskLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 disk_limit_bytes = 26;
getDiskLimitBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_limit_bytes = 26;
getDiskLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
getDiskLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 disk_limit_bytes = 26;
getDiskLimitBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_limit_bytes = 26;
getDiskOrBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
getDiskOrBuilder() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.DiskInfo disk = 7;
getDiskOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.DiskInfo disk = 7;
getDiskOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
getDiskOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.DiskInfo disk = 7;
getDiskOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.DiskInfo disk = 7;
getDiskUsedBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
getDiskUsedBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 disk_used_bytes = 27;
getDiskUsedBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_used_bytes = 27;
getDiskUsedBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
getDiskUsedBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 disk_used_bytes = 27;
getDiskUsedBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_used_bytes = 27;
getDocker() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
getDocker() - Method in class org.apache.mesos.Protos.ContainerInfo
optional .mesos.ContainerInfo.DockerInfo docker = 3;
getDocker() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
getDocker() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
getDocker() - Method in class org.apache.mesos.Protos.Image
optional .mesos.Image.Docker docker = 3;
getDocker() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional .mesos.Image.Docker docker = 3;
getDocker() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
getDocker() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
getDocker() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
getDocker() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
getDocker() - Method in class org.apache.mesos.v1.Protos.Image
optional .mesos.v1.Image.Docker docker = 3;
getDocker() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional .mesos.v1.Image.Docker docker = 3;
getDockerBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
getDockerBuilder() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
getDockerBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
getDockerBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo
optional .mesos.ContainerInfo.DockerInfo docker = 3;
getDockerOrBuilder() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.Protos.Image
optional .mesos.Image.Docker docker = 3;
getDockerOrBuilder() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional .mesos.Image.Docker docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
getDockerOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
getDockerOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image
optional .mesos.v1.Image.Docker docker = 3;
getDockerOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional .mesos.v1.Image.Docker docker = 3;
getDockerVolume() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolume() - Method in class org.apache.mesos.Protos.Volume.Source
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolume() - Method in interface org.apache.mesos.Protos.Volume.SourceOrBuilder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolume() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolume() - Method in class org.apache.mesos.v1.Protos.Volume.Source
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolume() - Method in interface org.apache.mesos.v1.Protos.Volume.SourceOrBuilder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeBuilder() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeOrBuilder() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeOrBuilder() - Method in class org.apache.mesos.Protos.Volume.Source
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeOrBuilder() - Method in interface org.apache.mesos.Protos.Volume.SourceOrBuilder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
getDockerVolumeOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Volume.SourceOrBuilder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
getDriver() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
getDriver() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
optional string driver = 1;
getDriver() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
optional string driver = 1;
getDriver() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
getDriver() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
optional string driver = 1;
getDriver() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
optional string driver = 1;
getDriverBytes() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
getDriverBytes() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
optional string driver = 1;
getDriverBytes() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
optional string driver = 1;
getDriverBytes() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
getDriverBytes() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
optional string driver = 1;
getDriverBytes() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
optional string driver = 1;
getDriverOptions() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
getDriverOptions() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
optional .mesos.Parameters driver_options = 3;
getDriverOptions() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
optional .mesos.Parameters driver_options = 3;
getDriverOptions() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
getDriverOptions() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
optional .mesos.v1.Parameters driver_options = 3;
getDriverOptions() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
optional .mesos.v1.Parameters driver_options = 3;
getDriverOptionsBuilder() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
getDriverOptionsBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
getDriverOptionsOrBuilder() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
getDriverOptionsOrBuilder() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
optional .mesos.Parameters driver_options = 3;
getDriverOptionsOrBuilder() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
optional .mesos.Parameters driver_options = 3;
getDriverOptionsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
getDriverOptionsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
optional .mesos.v1.Parameters driver_options = 3;
getDriverOptionsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
optional .mesos.v1.Parameters driver_options = 3;
getDrops() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
getDrops() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 drops = 4;
getDrops() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 drops = 4;
getDrops() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
getDrops() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 drops = 4;
getDrops() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 drops = 4;
getDtlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
getDtlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_load_misses = 39;
getDtlbLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_load_misses = 39;
getDtlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
getDtlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_load_misses = 39;
getDtlbLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_load_misses = 39;
getDtlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
getDtlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_loads = 38;
getDtlbLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_loads = 38;
getDtlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
getDtlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_loads = 38;
getDtlbLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_loads = 38;
getDtlbPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
getDtlbPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_prefetches = 42;
getDtlbPrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetches = 42;
getDtlbPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
getDtlbPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_prefetches = 42;
getDtlbPrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetches = 42;
getDtlbPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
getDtlbPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_prefetch_misses = 43;
getDtlbPrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetch_misses = 43;
getDtlbPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
getDtlbPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_prefetch_misses = 43;
getDtlbPrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetch_misses = 43;
getDtlbStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
getDtlbStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_store_misses = 41;
getDtlbStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_store_misses = 41;
getDtlbStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
getDtlbStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_store_misses = 41;
getDtlbStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_store_misses = 41;
getDtlbStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
getDtlbStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_stores = 40;
getDtlbStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_stores = 40;
getDtlbStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
getDtlbStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_stores = 40;
getDtlbStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_stores = 40;
getDuration() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double duration = 2;
getDuration() - Method in class org.apache.mesos.Protos.PerfStatistics
required double duration = 2;
getDuration() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
required double duration = 2;
getDuration() - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
getDuration() - Method in class org.apache.mesos.Protos.Unavailability
optional .mesos.DurationInfo duration = 2;
getDuration() - Method in interface org.apache.mesos.Protos.UnavailabilityOrBuilder
optional .mesos.DurationInfo duration = 2;
getDuration() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double duration = 2;
getDuration() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
required double duration = 2;
getDuration() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
required double duration = 2;
getDuration() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
getDuration() - Method in class org.apache.mesos.v1.Protos.Unavailability
optional .mesos.v1.DurationInfo duration = 2;
getDuration() - Method in interface org.apache.mesos.v1.Protos.UnavailabilityOrBuilder
optional .mesos.v1.DurationInfo duration = 2;
getDurationBuilder() - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
getDurationBuilder() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
getDurationOrBuilder() - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
getDurationOrBuilder() - Method in class org.apache.mesos.Protos.Unavailability
optional .mesos.DurationInfo duration = 2;
getDurationOrBuilder() - Method in interface org.apache.mesos.Protos.UnavailabilityOrBuilder
optional .mesos.DurationInfo duration = 2;
getDurationOrBuilder() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
getDurationOrBuilder() - Method in class org.apache.mesos.v1.Protos.Unavailability
optional .mesos.v1.DurationInfo duration = 2;
getDurationOrBuilder() - Method in interface org.apache.mesos.v1.Protos.UnavailabilityOrBuilder
optional .mesos.v1.DurationInfo duration = 2;
getEmulationFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
getEmulationFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 emulation_faults = 21;
getEmulationFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 emulation_faults = 21;
getEmulationFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
getEmulationFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 emulation_faults = 21;
getEmulationFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 emulation_faults = 21;
getEnd() - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 end = 2;
getEnd() - Method in class org.apache.mesos.Protos.Value.Range
required uint64 end = 2;
getEnd() - Method in interface org.apache.mesos.Protos.Value.RangeOrBuilder
required uint64 end = 2;
getEnd() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 end = 2;
getEnd() - Method in class org.apache.mesos.v1.Protos.Value.Range
required uint64 end = 2;
getEnd() - Method in interface org.apache.mesos.v1.Protos.Value.RangeOrBuilder
required uint64 end = 2;
getEnvironment() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
getEnvironment() - Method in class org.apache.mesos.Protos.CommandInfo
optional .mesos.Environment environment = 2;
getEnvironment() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional .mesos.Environment environment = 2;
getEnvironment() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string environment = 3;
getEnvironment() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string environment = 3;
getEnvironment() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string environment = 3;
getEnvironment() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
getEnvironment() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional .mesos.v1.Environment environment = 2;
getEnvironment() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional .mesos.v1.Environment environment = 2;
getEnvironment() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string environment = 3;
getEnvironment() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string environment = 3;
getEnvironment() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string environment = 3;
getEnvironmentBuilder() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
getEnvironmentBuilder() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
getEnvironmentBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string environment = 3;
getEnvironmentBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string environment = 3;
getEnvironmentBytes() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string environment = 3;
getEnvironmentBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string environment = 3;
getEnvironmentBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string environment = 3;
getEnvironmentBytes() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string environment = 3;
getEnvironmentOrBuilder() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
getEnvironmentOrBuilder() - Method in class org.apache.mesos.Protos.CommandInfo
optional .mesos.Environment environment = 2;
getEnvironmentOrBuilder() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional .mesos.Environment environment = 2;
getEnvironmentOrBuilder() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
getEnvironmentOrBuilder() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional .mesos.v1.Environment environment = 2;
getEnvironmentOrBuilder() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional .mesos.v1.Environment environment = 2;
getError() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
getError() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Error error = 7;
getError() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Error error = 7;
getError() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
getError() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Error error = 8;
getError() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Error error = 8;
getErrorBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
getErrorBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
getErrorOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
getErrorOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Error error = 7;
getErrorOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Error error = 7;
getErrorOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
getErrorOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Error error = 8;
getErrorOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Error error = 8;
getEstabResets() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
getEstabResets() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 EstabResets = 8;
getEstabResets() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 EstabResets = 8;
getEstabResets() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
getEstabResets() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 EstabResets = 8;
getEstabResets() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 EstabResets = 8;
getExecutable() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
getExecutable() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional bool executable = 2;
getExecutable() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional bool executable = 2;
getExecutable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
getExecutable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional bool executable = 2;
getExecutable() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional bool executable = 2;
getExecutor() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
getExecutor() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.ExecutorInfo executor = 5;
getExecutor() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.ExecutorInfo executor = 5;
getExecutor() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
getExecutor() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.ExecutorInfo executor = 5;
getExecutor() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.ExecutorInfo executor = 5;
getExecutorBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
getExecutorBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
getExecutorId() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.Protos.ExecutorInfo
required .mesos.ExecutorID executor_id = 1;
getExecutorId() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
required .mesos.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
getExecutorId() - Method in class org.apache.mesos.Protos.Task
optional .mesos.ExecutorID executor_id = 4;
getExecutorId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.ExecutorID executor_id = 4;
getExecutorId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
getExecutorId() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.ExecutorID executor_id = 7;
getExecutorId() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.ExecutorID executor_id = 7;
getExecutorId() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.v1.executor.Protos.Call
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
getExecutorId() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.ExecutorID executor_id = 4;
getExecutorId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.ExecutorID executor_id = 4;
getExecutorId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
getExecutorId() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.ExecutorID executor_id = 7;
getExecutorId() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.ExecutorID executor_id = 7;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ShutdownOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
getExecutorIdBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
getExecutorIdBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
required .mesos.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
required .mesos.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.Protos.Task
optional .mesos.ExecutorID executor_id = 4;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.ExecutorID executor_id = 4;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.ExecutorID executor_id = 7;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.ExecutorID executor_id = 7;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.ExecutorID executor_id = 4;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.ExecutorID executor_id = 4;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.ExecutorID executor_id = 7;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.ExecutorID executor_id = 7;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ShutdownOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required .mesos.v1.ExecutorID executor_id = 2;
getExecutorIds(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIds(int) - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIds(int) - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIds(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIds(int) - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIds(int) - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsBuilderList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsCount() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsCount() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsCount() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsCount() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsCount() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsCount() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsList() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsList() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsList() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsList() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilder(int) - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilderList() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilderList() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorIdsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.ExecutorID executor_ids = 6;
getExecutorInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
getExecutorInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.ExecutorInfo executor_info = 3;
getExecutorInfo() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.ExecutorInfo executor_info = 3;
getExecutorInfo() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
required .mesos.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfo() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
getExecutorInfoBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
getExecutorInfoBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.ExecutorInfo executor_info = 3;
getExecutorInfoOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.ExecutorInfo executor_info = 3;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
required .mesos.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorInfoOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.v1.ExecutorInfo executor_info = 1;
getExecutorOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
getExecutorOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.ExecutorInfo executor = 5;
getExecutorOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.ExecutorInfo executor = 5;
getExecutorOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
getExecutorOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.ExecutorInfo executor = 5;
getExecutorOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.ExecutorInfo executor = 5;
getExecutorPid() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
getExecutorPid() - Method in class org.apache.mesos.Protos.ContainerStatus
optional uint32 executor_pid = 3;
getExecutorPid() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
optional uint32 executor_pid = 3;
getExecutorPid() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
getExecutorPid() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
optional uint32 executor_pid = 3;
getExecutorPid() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
optional uint32 executor_pid = 3;
getExecutors(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutors(int) - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutors(int) - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutors(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutors(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutors(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsCount() - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsCount() - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsCount() - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsList() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsList() - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsList() - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilder(int) - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilderList() - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExecutorsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
getExtract() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
getExtract() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional bool extract = 3 [default = true];
getExtract() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional bool extract = 3 [default = true];
getExtract() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
getExtract() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional bool extract = 3 [default = true];
getExtract() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional bool extract = 3 [default = true];
getFailoverTimeout() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
getFailoverTimeout() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional double failover_timeout = 4 [default = 0];
getFailoverTimeout() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional double failover_timeout = 4 [default = 0];
getFailoverTimeout() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
getFailoverTimeout() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional double failover_timeout = 4 [default = 0];
getFailoverTimeout() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional double failover_timeout = 4 [default = 0];
getFailure() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
getFailure() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Failure failure = 7;
getFailure() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
getFailureBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
getFailureOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
getFailureOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Failure failure = 7;
getFailureOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
optional .mesos.v1.Filters filters = 3;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
optional .mesos.v1.Filters filters = 3;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
optional .mesos.v1.Filters filters = 2;
getFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
optional .mesos.v1.Filters filters = 2;
getFiltersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
getFiltersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
getFiltersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
getFiltersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
optional .mesos.v1.Filters filters = 3;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
optional .mesos.v1.Filters filters = 3;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
optional .mesos.v1.Filters filters = 2;
getFiltersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
optional .mesos.v1.Filters filters = 2;
getForcePullImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
getForcePullImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
optional bool force_pull_image = 6;
getForcePullImage() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool force_pull_image = 6;
getForcePullImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
getForcePullImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
optional bool force_pull_image = 6;
getForcePullImage() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool force_pull_image = 6;
getForwarding() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
getForwarding() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 Forwarding = 1;
getForwarding() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 Forwarding = 1;
getForwarding() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
getForwarding() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 Forwarding = 1;
getForwarding() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 Forwarding = 1;
getForwDatagrams() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
getForwDatagrams() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ForwDatagrams = 6;
getForwDatagrams() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ForwDatagrams = 6;
getForwDatagrams() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
getForwDatagrams() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ForwDatagrams = 6;
getForwDatagrams() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ForwDatagrams = 6;
getFragCreates() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
getFragCreates() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 FragCreates = 19;
getFragCreates() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 FragCreates = 19;
getFragCreates() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
getFragCreates() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 FragCreates = 19;
getFragCreates() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 FragCreates = 19;
getFragFails() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
getFragFails() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 FragFails = 18;
getFragFails() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 FragFails = 18;
getFragFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
getFragFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 FragFails = 18;
getFragFails() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 FragFails = 18;
getFragment() - Method in class org.apache.mesos.Protos.URL.Builder
optional string fragment = 5;
getFragment() - Method in class org.apache.mesos.Protos.URL
optional string fragment = 5;
getFragment() - Method in interface org.apache.mesos.Protos.URLOrBuilder
optional string fragment = 5;
getFragment() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string fragment = 5;
getFragment() - Method in class org.apache.mesos.v1.Protos.URL
optional string fragment = 5;
getFragment() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
optional string fragment = 5;
getFragmentBytes() - Method in class org.apache.mesos.Protos.URL.Builder
optional string fragment = 5;
getFragmentBytes() - Method in class org.apache.mesos.Protos.URL
optional string fragment = 5;
getFragmentBytes() - Method in interface org.apache.mesos.Protos.URLOrBuilder
optional string fragment = 5;
getFragmentBytes() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string fragment = 5;
getFragmentBytes() - Method in class org.apache.mesos.v1.Protos.URL
optional string fragment = 5;
getFragmentBytes() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
optional string fragment = 5;
getFragOKs() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
getFragOKs() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 FragOKs = 17;
getFragOKs() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 FragOKs = 17;
getFragOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
getFragOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 FragOKs = 17;
getFragOKs() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 FragOKs = 17;
getFrameworkId() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
getFrameworkId() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.FrameworkID framework_id = 8;
getFrameworkId() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.FrameworkID framework_id = 8;
getFrameworkId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.FrameworkID framework_id = 3;
getFrameworkId() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
getFrameworkId() - Method in class org.apache.mesos.Protos.Offer
required .mesos.FrameworkID framework_id = 2;
getFrameworkId() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.FrameworkID framework_id = 2;
getFrameworkId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.Protos.Task
required .mesos.FrameworkID framework_id = 3;
getFrameworkId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkId() - Method in class org.apache.mesos.v1.executor.Protos.Call
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkId() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.FrameworkID framework_id = 8;
getFrameworkId() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.FrameworkID framework_id = 8;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkId() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkId() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
getFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.FrameworkID framework_id = 1;
getFrameworkId() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.FrameworkID framework_id = 1;
getFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
getFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
required .mesos.v1.FrameworkID framework_id = 1;
getFrameworkId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.SubscribedOrBuilder
required .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
getFrameworkIdBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
getFrameworkIdBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
getFrameworkIdBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.FrameworkID framework_id = 8;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.FrameworkID framework_id = 8;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.Offer
required .mesos.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.Protos.Task
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.FrameworkID framework_id = 8;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.FrameworkID framework_id = 8;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.FrameworkID framework_id = 2;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.FrameworkID framework_id = 3;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
required .mesos.v1.FrameworkID framework_id = 1;
getFrameworkIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.SubscribedOrBuilder
required .mesos.v1.FrameworkID framework_id = 1;
getFrameworkInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
getFrameworkInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.FrameworkInfo framework_info = 2;
getFrameworkInfo() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.FrameworkInfo framework_info = 2;
getFrameworkInfo() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
getFrameworkInfo() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
required .mesos.v1.FrameworkInfo framework_info = 1;
getFrameworkInfo() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.SubscribeOrBuilder
required .mesos.v1.FrameworkInfo framework_info = 1;
getFrameworkInfoBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
getFrameworkInfoBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
getFrameworkInfoOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
getFrameworkInfoOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.FrameworkInfo framework_info = 2;
getFrameworkInfoOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.FrameworkInfo framework_info = 2;
getFrameworkInfoOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
getFrameworkInfoOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
required .mesos.v1.FrameworkInfo framework_info = 1;
getFrameworkInfoOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.SubscribeOrBuilder
required .mesos.v1.FrameworkInfo framework_info = 1;
getFrameworks(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworks(int) - Method in class org.apache.mesos.Protos.Role
repeated .mesos.FrameworkID frameworks = 3;
getFrameworks(int) - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworks(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworks(int) - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworks(int) - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksBuilder(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksBuilderList() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksBuilderList() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksCount() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksCount() - Method in class org.apache.mesos.Protos.Role
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksCount() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksCount() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksCount() - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksCount() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksList() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksList() - Method in class org.apache.mesos.Protos.Role
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksList() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksList() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksList() - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksList() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksOrBuilder(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksOrBuilder(int) - Method in class org.apache.mesos.Protos.Role
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksOrBuilder(int) - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksOrBuilderList() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksOrBuilderList() - Method in class org.apache.mesos.Protos.Role
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksOrBuilderList() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.FrameworkID frameworks = 3;
getFrameworksOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.FrameworkID frameworks = 3;
getFrameworksOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.FrameworkID frameworks = 3;
getGid() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string gid = 7;
getGid() - Method in class org.apache.mesos.Protos.FileInfo
optional string gid = 7;
getGid() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional string gid = 7;
getGid() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string gid = 7;
getGid() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional string gid = 7;
getGid() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional string gid = 7;
getGidBytes() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string gid = 7;
getGidBytes() - Method in class org.apache.mesos.Protos.FileInfo
optional string gid = 7;
getGidBytes() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional string gid = 7;
getGidBytes() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string gid = 7;
getGidBytes() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional string gid = 7;
getGidBytes() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional string gid = 7;
getGitBranch() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_branch = 6;
getGitBranch() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_branch = 6;
getGitBranch() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_branch = 6;
getGitBranch() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_branch = 6;
getGitBranch() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_branch = 6;
getGitBranch() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_branch = 6;
getGitBranchBytes() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_branch = 6;
getGitBranchBytes() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_branch = 6;
getGitBranchBytes() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_branch = 6;
getGitBranchBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_branch = 6;
getGitBranchBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_branch = 6;
getGitBranchBytes() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_branch = 6;
getGitSha() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_sha = 5;
getGitSha() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_sha = 5;
getGitSha() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_sha = 5;
getGitSha() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_sha = 5;
getGitSha() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_sha = 5;
getGitSha() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_sha = 5;
getGitShaBytes() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_sha = 5;
getGitShaBytes() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_sha = 5;
getGitShaBytes() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_sha = 5;
getGitShaBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_sha = 5;
getGitShaBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_sha = 5;
getGitShaBytes() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_sha = 5;
getGitTag() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_tag = 7;
getGitTag() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_tag = 7;
getGitTag() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_tag = 7;
getGitTag() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_tag = 7;
getGitTag() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_tag = 7;
getGitTag() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_tag = 7;
getGitTagBytes() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_tag = 7;
getGitTagBytes() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_tag = 7;
getGitTagBytes() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_tag = 7;
getGitTagBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_tag = 7;
getGitTagBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_tag = 7;
getGitTagBytes() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_tag = 7;
getGracePeriod() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
getGracePeriod() - Method in class org.apache.mesos.Protos.KillPolicy
optional .mesos.DurationInfo grace_period = 1;
getGracePeriod() - Method in interface org.apache.mesos.Protos.KillPolicyOrBuilder
optional .mesos.DurationInfo grace_period = 1;
getGracePeriod() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
getGracePeriod() - Method in class org.apache.mesos.v1.Protos.KillPolicy
optional .mesos.v1.DurationInfo grace_period = 1;
getGracePeriod() - Method in interface org.apache.mesos.v1.Protos.KillPolicyOrBuilder
optional .mesos.v1.DurationInfo grace_period = 1;
getGracePeriodBuilder() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
getGracePeriodBuilder() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
getGracePeriodOrBuilder() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
getGracePeriodOrBuilder() - Method in class org.apache.mesos.Protos.KillPolicy
optional .mesos.DurationInfo grace_period = 1;
getGracePeriodOrBuilder() - Method in interface org.apache.mesos.Protos.KillPolicyOrBuilder
optional .mesos.DurationInfo grace_period = 1;
getGracePeriodOrBuilder() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
getGracePeriodOrBuilder() - Method in class org.apache.mesos.v1.Protos.KillPolicy
optional .mesos.v1.DurationInfo grace_period = 1;
getGracePeriodOrBuilder() - Method in interface org.apache.mesos.v1.Protos.KillPolicyOrBuilder
optional .mesos.v1.DurationInfo grace_period = 1;
getGracePeriodSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
getGracePeriodSeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double grace_period_seconds = 6 [default = 10];
getGracePeriodSeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double grace_period_seconds = 6 [default = 10];
getGracePeriodSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
getGracePeriodSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double grace_period_seconds = 6 [default = 10];
getGracePeriodSeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double grace_period_seconds = 6 [default = 10];
getGroups(int) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroups(int) - Method in class org.apache.mesos.Protos.NetworkInfo
repeated string groups = 3;
getGroups(int) - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getGroups(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroups(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated string groups = 3;
getGroups(int) - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getGroupsBytes(int) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroupsBytes(int) - Method in class org.apache.mesos.Protos.NetworkInfo
repeated string groups = 3;
getGroupsBytes(int) - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getGroupsBytes(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroupsBytes(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated string groups = 3;
getGroupsBytes(int) - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getGroupsCount() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroupsCount() - Method in class org.apache.mesos.Protos.NetworkInfo
repeated string groups = 3;
getGroupsCount() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getGroupsCount() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroupsCount() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated string groups = 3;
getGroupsCount() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getGroupsList() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroupsList() - Method in class org.apache.mesos.Protos.NetworkInfo
repeated string groups = 3;
getGroupsList() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getGroupsList() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
getGroupsList() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated string groups = 3;
getGroupsList() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated string groups = 3;
getHealthCheck() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
getHealthCheck() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.HealthCheck health_check = 8;
getHealthCheck() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.HealthCheck health_check = 8;
getHealthCheck() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
getHealthCheck() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.HealthCheck health_check = 8;
getHealthCheck() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.HealthCheck health_check = 8;
getHealthCheckBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
getHealthCheckBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
getHealthCheckOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
getHealthCheckOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.HealthCheck health_check = 8;
getHealthCheckOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.HealthCheck health_check = 8;
getHealthCheckOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
getHealthCheckOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.HealthCheck health_check = 8;
getHealthCheckOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.HealthCheck health_check = 8;
getHealthy() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bool healthy = 8;
getHealthy() - Method in class org.apache.mesos.Protos.TaskStatus
optional bool healthy = 8;
getHealthy() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional bool healthy = 8;
getHealthy() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bool healthy = 8;
getHealthy() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional bool healthy = 8;
getHealthy() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional bool healthy = 8;
getHeartbeatIntervalSeconds() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
optional double heartbeat_interval_seconds = 2;
getHeartbeatIntervalSeconds() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
optional double heartbeat_interval_seconds = 2;
getHeartbeatIntervalSeconds() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.SubscribedOrBuilder
optional double heartbeat_interval_seconds = 2;
getHostname() - Method in class org.apache.mesos.Protos.Address.Builder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.Protos.Address
optional string hostname = 1;
getHostname() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional string hostname = 4;
getHostname() - Method in class org.apache.mesos.Protos.ContainerInfo
optional string hostname = 4;
getHostname() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional string hostname = 4;
getHostname() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string hostname = 7;
getHostname() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string hostname = 7;
getHostname() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string hostname = 7;
getHostname() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.Protos.MachineID
optional string hostname = 1;
getHostname() - Method in interface org.apache.mesos.Protos.MachineIDOrBuilder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string hostname = 5;
getHostname() - Method in class org.apache.mesos.Protos.MasterInfo
optional string hostname = 5;
getHostname() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string hostname = 5;
getHostname() - Method in class org.apache.mesos.Protos.Offer.Builder
required string hostname = 4;
getHostname() - Method in class org.apache.mesos.Protos.Offer
required string hostname = 4;
getHostname() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required string hostname = 4;
getHostname() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
required string hostname = 1;
getHostname() - Method in class org.apache.mesos.Protos.SlaveInfo
required string hostname = 1;
getHostname() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
required string hostname = 1;
getHostname() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.v1.Protos.Address
optional string hostname = 1;
getHostname() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
required string hostname = 1;
getHostname() - Method in class org.apache.mesos.v1.Protos.AgentInfo
required string hostname = 1;
getHostname() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
required string hostname = 1;
getHostname() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional string hostname = 4;
getHostname() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional string hostname = 4;
getHostname() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional string hostname = 4;
getHostname() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string hostname = 7;
getHostname() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string hostname = 7;
getHostname() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string hostname = 7;
getHostname() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.v1.Protos.MachineID
optional string hostname = 1;
getHostname() - Method in interface org.apache.mesos.v1.Protos.MachineIDOrBuilder
optional string hostname = 1;
getHostname() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string hostname = 5;
getHostname() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string hostname = 5;
getHostname() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string hostname = 5;
getHostname() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required string hostname = 4;
getHostname() - Method in class org.apache.mesos.v1.Protos.Offer
required string hostname = 4;
getHostname() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.Protos.Address.Builder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.Protos.Address
optional string hostname = 1;
getHostnameBytes() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.Protos.ContainerInfo
optional string hostname = 4;
getHostnameBytes() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string hostname = 7;
getHostnameBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string hostname = 7;
getHostnameBytes() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string hostname = 7;
getHostnameBytes() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.Protos.MachineID
optional string hostname = 1;
getHostnameBytes() - Method in interface org.apache.mesos.Protos.MachineIDOrBuilder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string hostname = 5;
getHostnameBytes() - Method in class org.apache.mesos.Protos.MasterInfo
optional string hostname = 5;
getHostnameBytes() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string hostname = 5;
getHostnameBytes() - Method in class org.apache.mesos.Protos.Offer.Builder
required string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.Protos.Offer
required string hostname = 4;
getHostnameBytes() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
required string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.Protos.SlaveInfo
required string hostname = 1;
getHostnameBytes() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
required string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.Address
optional string hostname = 1;
getHostnameBytes() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
required string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.AgentInfo
required string hostname = 1;
getHostnameBytes() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
required string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional string hostname = 4;
getHostnameBytes() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string hostname = 7;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string hostname = 7;
getHostnameBytes() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string hostname = 7;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.MachineID
optional string hostname = 1;
getHostnameBytes() - Method in interface org.apache.mesos.v1.Protos.MachineIDOrBuilder
optional string hostname = 1;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string hostname = 5;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string hostname = 5;
getHostnameBytes() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string hostname = 5;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required string hostname = 4;
getHostnameBytes() - Method in class org.apache.mesos.v1.Protos.Offer
required string hostname = 4;
getHostnameBytes() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required string hostname = 4;
getHostPath() - Method in class org.apache.mesos.Protos.Volume.Builder
optional string host_path = 2;
getHostPath() - Method in class org.apache.mesos.Protos.Volume
optional string host_path = 2;
getHostPath() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional string host_path = 2;
getHostPath() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional string host_path = 2;
getHostPath() - Method in class org.apache.mesos.v1.Protos.Volume
optional string host_path = 2;
getHostPath() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional string host_path = 2;
getHostPathBytes() - Method in class org.apache.mesos.Protos.Volume.Builder
optional string host_path = 2;
getHostPathBytes() - Method in class org.apache.mesos.Protos.Volume
optional string host_path = 2;
getHostPathBytes() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional string host_path = 2;
getHostPathBytes() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional string host_path = 2;
getHostPathBytes() - Method in class org.apache.mesos.v1.Protos.Volume
optional string host_path = 2;
getHostPathBytes() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional string host_path = 2;
getHostPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
getHostPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 host_port = 1;
getHostPort() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 host_port = 1;
getHostPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
getHostPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 host_port = 1;
getHostPort() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 host_port = 1;
getHttp() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
getHttp() - Method in class org.apache.mesos.Protos.HealthCheck
optional .mesos.HealthCheck.HTTP http = 1;
getHttp() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional .mesos.HealthCheck.HTTP http = 1;
getHttp() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
getHttp() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional .mesos.v1.HealthCheck.HTTP http = 1;
getHttp() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional .mesos.v1.HealthCheck.HTTP http = 1;
getHttpBuilder() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
getHttpBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
getHttpOrBuilder() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
getHttpOrBuilder() - Method in class org.apache.mesos.Protos.HealthCheck
optional .mesos.HealthCheck.HTTP http = 1;
getHttpOrBuilder() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional .mesos.HealthCheck.HTTP http = 1;
getHttpOrBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
getHttpOrBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional .mesos.v1.HealthCheck.HTTP http = 1;
getHttpOrBuilder() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional .mesos.v1.HealthCheck.HTTP http = 1;
getIcmpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
getIcmpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.IcmpStatistics icmp_stats = 2;
getIcmpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.IcmpStatistics icmp_stats = 2;
getIcmpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
getIcmpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
getIcmpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
getIcmpStatsBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
getIcmpStatsBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
getIcmpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
getIcmpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.IcmpStatistics icmp_stats = 2;
getIcmpStatsOrBuilder() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.IcmpStatistics icmp_stats = 2;
getIcmpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
getIcmpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
getIcmpStatsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
getId() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
getId() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional .mesos.FrameworkID id = 3;
getId() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional .mesos.FrameworkID id = 3;
getId() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional string id = 2;
getId() - Method in class org.apache.mesos.Protos.Image.Appc
optional string id = 2;
getId() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
optional string id = 2;
getId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
getId() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.OfferID id = 1;
getId() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.OfferID id = 1;
getId() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
getId() - Method in class org.apache.mesos.Protos.MachineInfo
required .mesos.MachineID id = 1;
getId() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
required .mesos.MachineID id = 1;
getId() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required string id = 1;
getId() - Method in class org.apache.mesos.Protos.MasterInfo
required string id = 1;
getId() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
required string id = 1;
getId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
getId() - Method in class org.apache.mesos.Protos.Offer
required .mesos.OfferID id = 1;
getId() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.OfferID id = 1;
getId() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
getId() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
required string id = 1;
getId() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.PersistenceOrBuilder
required string id = 1;
getId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
getId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
required .mesos.TaskID id = 2;
getId() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
required .mesos.TaskID id = 2;
getId() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
getId() - Method in class org.apache.mesos.Protos.SlaveInfo
optional .mesos.SlaveID id = 6;
getId() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
optional .mesos.SlaveID id = 6;
getId() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
required string id = 1;
getId() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
required string id = 1;
getId() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
required string id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
getId() - Method in class org.apache.mesos.v1.Protos.AgentInfo
optional .mesos.v1.AgentID id = 6;
getId() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
optional .mesos.v1.AgentID id = 6;
getId() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
getId() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional .mesos.v1.FrameworkID id = 3;
getId() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional .mesos.v1.FrameworkID id = 3;
getId() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional string id = 2;
getId() - Method in class org.apache.mesos.v1.Protos.Image.Appc
optional string id = 2;
getId() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
optional string id = 2;
getId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.OfferID id = 1;
getId() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.OfferID id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.MachineInfo
required .mesos.v1.MachineID id = 1;
getId() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
required .mesos.v1.MachineID id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required string id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.MasterInfo
required string id = 1;
getId() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
required string id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.OfferID id = 1;
getId() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.OfferID id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
required string id = 1;
getId() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.PersistenceOrBuilder
required string id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
getId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
required .mesos.v1.TaskID id = 2;
getId() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
required .mesos.v1.TaskID id = 2;
getId() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
required string id = 1;
getId() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
required string id = 1;
getId() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
required string id = 1;
getIdBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
getIdBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
getIdBuilder() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
getIdBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
getIdBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
getIdBuilder() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
getIdBuilder() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
getIdBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
getIdBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
getIdBuilder() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
getIdBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
getIdBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
getIdBytes() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional string id = 2;
getIdBytes() - Method in class org.apache.mesos.Protos.Image.Appc
optional string id = 2;
getIdBytes() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
optional string id = 2;
getIdBytes() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.Protos.MasterInfo
required string id = 1;
getIdBytes() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
required string id = 1;
getIdBytes() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.PersistenceOrBuilder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
required string id = 1;
getIdBytes() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional string id = 2;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.Image.Appc
optional string id = 2;
getIdBytes() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
optional string id = 2;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo
required string id = 1;
getIdBytes() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
required string id = 1;
getIdBytes() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.PersistenceOrBuilder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
required string id = 1;
getIdBytes() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
required string id = 1;
getIdBytes() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
required string id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional .mesos.FrameworkID id = 3;
getIdOrBuilder() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional .mesos.FrameworkID id = 3;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.OfferID id = 1;
getIdOrBuilder() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.MachineInfo
required .mesos.MachineID id = 1;
getIdOrBuilder() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
required .mesos.MachineID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.Offer
required .mesos.OfferID id = 1;
getIdOrBuilder() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
required .mesos.TaskID id = 2;
getIdOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
required .mesos.TaskID id = 2;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
getIdOrBuilder() - Method in class org.apache.mesos.Protos.SlaveInfo
optional .mesos.SlaveID id = 6;
getIdOrBuilder() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
optional .mesos.SlaveID id = 6;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.AgentInfo
optional .mesos.v1.AgentID id = 6;
getIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
optional .mesos.v1.AgentID id = 6;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional .mesos.v1.FrameworkID id = 3;
getIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional .mesos.v1.FrameworkID id = 3;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.OfferID id = 1;
getIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.MachineInfo
required .mesos.v1.MachineID id = 1;
getIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
required .mesos.v1.MachineID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.OfferID id = 1;
getIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.OfferID id = 1;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
getIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
required .mesos.v1.TaskID id = 2;
getIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
required .mesos.v1.TaskID id = 2;
getIgnoredMulti() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
getIgnoredMulti() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 IgnoredMulti = 8;
getIgnoredMulti() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 IgnoredMulti = 8;
getIgnoredMulti() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
getIgnoredMulti() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 IgnoredMulti = 8;
getIgnoredMulti() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 IgnoredMulti = 8;
getImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
getImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
required string image = 1;
getImage() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
required string image = 1;
getImage() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
getImage() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
optional .mesos.Image image = 1;
getImage() - Method in interface org.apache.mesos.Protos.ContainerInfo.MesosInfoOrBuilder
optional .mesos.Image image = 1;
getImage() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
getImage() - Method in class org.apache.mesos.Protos.Volume
optional .mesos.Image image = 4;
getImage() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional .mesos.Image image = 4;
getImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
getImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
required string image = 1;
getImage() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
required string image = 1;
getImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
getImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
optional .mesos.v1.Image image = 1;
getImage() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.MesosInfoOrBuilder
optional .mesos.v1.Image image = 1;
getImage() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
getImage() - Method in class org.apache.mesos.v1.Protos.Volume
optional .mesos.v1.Image image = 4;
getImage() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional .mesos.v1.Image image = 4;
getImageBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
getImageBuilder() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
getImageBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
getImageBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
getImageBytes() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
getImageBytes() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
required string image = 1;
getImageBytes() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
required string image = 1;
getImageBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
getImageBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
required string image = 1;
getImageBytes() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
required string image = 1;
getImageOrBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
getImageOrBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
optional .mesos.Image image = 1;
getImageOrBuilder() - Method in interface org.apache.mesos.Protos.ContainerInfo.MesosInfoOrBuilder
optional .mesos.Image image = 1;
getImageOrBuilder() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
getImageOrBuilder() - Method in class org.apache.mesos.Protos.Volume
optional .mesos.Image image = 4;
getImageOrBuilder() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional .mesos.Image image = 4;
getImageOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
getImageOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
optional .mesos.v1.Image image = 1;
getImageOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.MesosInfoOrBuilder
optional .mesos.v1.Image image = 1;
getImageOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
getImageOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume
optional .mesos.v1.Image image = 4;
getImageOrBuilder() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional .mesos.v1.Image image = 4;
getInAddrErrors() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
getInAddrErrors() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InAddrErrors = 5;
getInAddrErrors() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InAddrErrors = 5;
getInAddrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
getInAddrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InAddrErrors = 5;
getInAddrErrors() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InAddrErrors = 5;
getInAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
getInAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InAddrMaskReps = 14;
getInAddrMaskReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMaskReps = 14;
getInAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
getInAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InAddrMaskReps = 14;
getInAddrMaskReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMaskReps = 14;
getInAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
getInAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InAddrMasks = 13;
getInAddrMasks() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMasks = 13;
getInAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
getInAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InAddrMasks = 13;
getInAddrMasks() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMasks = 13;
getInCsumErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
getInCsumErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InCsumErrors = 3;
getInCsumErrors() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InCsumErrors = 3;
getInCsumErrors() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
getInCsumErrors() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 InCsumErrors = 15;
getInCsumErrors() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 InCsumErrors = 15;
getInCsumErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
getInCsumErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 InCsumErrors = 7;
getInCsumErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 InCsumErrors = 7;
getInCsumErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
getInCsumErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InCsumErrors = 3;
getInCsumErrors() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InCsumErrors = 3;
getInCsumErrors() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
getInCsumErrors() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 InCsumErrors = 15;
getInCsumErrors() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 InCsumErrors = 15;
getInCsumErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
getInCsumErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 InCsumErrors = 7;
getInCsumErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 InCsumErrors = 7;
getInDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
getInDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 InDatagrams = 1;
getInDatagrams() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 InDatagrams = 1;
getInDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
getInDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 InDatagrams = 1;
getInDatagrams() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 InDatagrams = 1;
getInDelivers() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
getInDelivers() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InDelivers = 9;
getInDelivers() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InDelivers = 9;
getInDelivers() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
getInDelivers() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InDelivers = 9;
getInDelivers() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InDelivers = 9;
getInDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
getInDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InDestUnreachs = 4;
getInDestUnreachs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InDestUnreachs = 4;
getInDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
getInDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InDestUnreachs = 4;
getInDestUnreachs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InDestUnreachs = 4;
getInDiscards() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
getInDiscards() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InDiscards = 8;
getInDiscards() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InDiscards = 8;
getInDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
getInDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InDiscards = 8;
getInDiscards() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InDiscards = 8;
getInEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
getInEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InEchoReps = 10;
getInEchoReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InEchoReps = 10;
getInEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
getInEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InEchoReps = 10;
getInEchoReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InEchoReps = 10;
getInEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
getInEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InEchos = 9;
getInEchos() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InEchos = 9;
getInEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
getInEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InEchos = 9;
getInEchos() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InEchos = 9;
getInErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
getInErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InErrors = 2;
getInErrors() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InErrors = 2;
getInErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
getInErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 InErrors = 3;
getInErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 InErrors = 3;
getInErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
getInErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InErrors = 2;
getInErrors() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InErrors = 2;
getInErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
getInErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 InErrors = 3;
getInErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 InErrors = 3;
getInErrs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
getInErrs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 InErrs = 13;
getInErrs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 InErrs = 13;
getInErrs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
getInErrs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 InErrs = 13;
getInErrs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 InErrs = 13;
getInHdrErrors() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
getInHdrErrors() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InHdrErrors = 4;
getInHdrErrors() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InHdrErrors = 4;
getInHdrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
getInHdrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InHdrErrors = 4;
getInHdrErrors() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InHdrErrors = 4;
getInMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
getInMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InMsgs = 1;
getInMsgs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InMsgs = 1;
getInMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
getInMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InMsgs = 1;
getInMsgs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InMsgs = 1;
getInParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
getInParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InParmProbs = 6;
getInParmProbs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InParmProbs = 6;
getInParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
getInParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InParmProbs = 6;
getInParmProbs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InParmProbs = 6;
getInReceives() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
getInReceives() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InReceives = 3;
getInReceives() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InReceives = 3;
getInReceives() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
getInReceives() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InReceives = 3;
getInReceives() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InReceives = 3;
getInRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
getInRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InRedirects = 8;
getInRedirects() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InRedirects = 8;
getInRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
getInRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InRedirects = 8;
getInRedirects() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InRedirects = 8;
getInSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
getInSegs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 InSegs = 10;
getInSegs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 InSegs = 10;
getInSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
getInSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 InSegs = 10;
getInSegs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 InSegs = 10;
getInSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
getInSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InSrcQuenchs = 7;
getInSrcQuenchs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InSrcQuenchs = 7;
getInSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
getInSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InSrcQuenchs = 7;
getInSrcQuenchs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InSrcQuenchs = 7;
getInstructions() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
getInstructions() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 instructions = 6;
getInstructions() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 instructions = 6;
getInstructions() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
getInstructions() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 instructions = 6;
getInstructions() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 instructions = 6;
getIntervalSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
getIntervalSeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double interval_seconds = 3 [default = 10];
getIntervalSeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double interval_seconds = 3 [default = 10];
getIntervalSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
getIntervalSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double interval_seconds = 3 [default = 10];
getIntervalSeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double interval_seconds = 3 [default = 10];
getInTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
getInTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InTimeExcds = 5;
getInTimeExcds() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InTimeExcds = 5;
getInTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
getInTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InTimeExcds = 5;
getInTimeExcds() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InTimeExcds = 5;
getInTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
getInTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InTimestampReps = 12;
getInTimestampReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestampReps = 12;
getInTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
getInTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InTimestampReps = 12;
getInTimestampReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestampReps = 12;
getInTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
getInTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InTimestamps = 11;
getInTimestamps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestamps = 11;
getInTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
getInTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InTimestamps = 11;
getInTimestamps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestamps = 11;
getInUnknownProtos() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
getInUnknownProtos() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InUnknownProtos = 7;
getInUnknownProtos() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InUnknownProtos = 7;
getInUnknownProtos() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
getInUnknownProtos() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InUnknownProtos = 7;
getInUnknownProtos() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InUnknownProtos = 7;
getInverseOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
getInverseOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
required .mesos.v1.OfferID inverse_offer_id = 1;
getInverseOfferId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOfferOrBuilder
required .mesos.v1.OfferID inverse_offer_id = 1;
getInverseOfferIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
getInverseOfferIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
getInverseOfferIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
required .mesos.v1.OfferID inverse_offer_id = 1;
getInverseOfferIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOfferOrBuilder
required .mesos.v1.OfferID inverse_offer_id = 1;
getInverseOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIds(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIds(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOfferIdsOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
getInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
getInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
getInverseOffers(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffers(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffers(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.InverseOffersOrBuilder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
getInverseOffersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
getInverseOffersBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.InverseOffersOrBuilder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.InverseOffersOrBuilder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
getInverseOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
getInverseOffersOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.InverseOffersOrBuilder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
getInverseOffersOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getInverseOffersOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.InverseOffersOrBuilder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
getIp() - Method in class org.apache.mesos.Protos.Address.Builder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.Protos.Address
optional string ip = 2;
getIp() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.Protos.MachineID
optional string ip = 2;
getIp() - Method in interface org.apache.mesos.Protos.MachineIDOrBuilder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 ip = 2;
getIp() - Method in class org.apache.mesos.Protos.MasterInfo
required uint32 ip = 2;
getIp() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
required uint32 ip = 2;
getIp() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.v1.Protos.Address
optional string ip = 2;
getIp() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.v1.Protos.MachineID
optional string ip = 2;
getIp() - Method in interface org.apache.mesos.v1.Protos.MachineIDOrBuilder
optional string ip = 2;
getIp() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 ip = 2;
getIp() - Method in class org.apache.mesos.v1.Protos.MasterInfo
required uint32 ip = 2;
getIp() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
required uint32 ip = 2;
getIpAddress() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
getIpAddress() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
optional string ip_address = 2;
getIpAddress() - Method in interface org.apache.mesos.Protos.NetworkInfo.IPAddressOrBuilder
optional string ip_address = 2;
getIpAddress() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
getIpAddress() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
optional string ip_address = 2;
getIpAddress() - Method in interface org.apache.mesos.v1.Protos.NetworkInfo.IPAddressOrBuilder
optional string ip_address = 2;
getIpAddressBytes() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
getIpAddressBytes() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
optional string ip_address = 2;
getIpAddressBytes() - Method in interface org.apache.mesos.Protos.NetworkInfo.IPAddressOrBuilder
optional string ip_address = 2;
getIpAddressBytes() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
getIpAddressBytes() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
optional string ip_address = 2;
getIpAddressBytes() - Method in interface org.apache.mesos.v1.Protos.NetworkInfo.IPAddressOrBuilder
optional string ip_address = 2;
getIpAddresses(int) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddresses(int) - Method in class org.apache.mesos.Protos.NetworkInfo
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddresses(int) - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddresses(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddresses(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddresses(int) - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesBuilder(int) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesBuilder(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesBuilderList() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesBuilderList() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesCount() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesCount() - Method in class org.apache.mesos.Protos.NetworkInfo
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesCount() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesCount() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesCount() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesCount() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesList() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesList() - Method in class org.apache.mesos.Protos.NetworkInfo
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesList() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesList() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesList() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesList() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilder(int) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilder(int) - Method in class org.apache.mesos.Protos.NetworkInfo
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilder(int) - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilderList() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilderList() - Method in class org.apache.mesos.Protos.NetworkInfo
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilderList() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpAddressesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
getIpBytes() - Method in class org.apache.mesos.Protos.Address.Builder
optional string ip = 2;
getIpBytes() - Method in class org.apache.mesos.Protos.Address
optional string ip = 2;
getIpBytes() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
optional string ip = 2;
getIpBytes() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string ip = 2;
getIpBytes() - Method in class org.apache.mesos.Protos.MachineID
optional string ip = 2;
getIpBytes() - Method in interface org.apache.mesos.Protos.MachineIDOrBuilder
optional string ip = 2;
getIpBytes() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string ip = 2;
getIpBytes() - Method in class org.apache.mesos.v1.Protos.Address
optional string ip = 2;
getIpBytes() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
optional string ip = 2;
getIpBytes() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string ip = 2;
getIpBytes() - Method in class org.apache.mesos.v1.Protos.MachineID
optional string ip = 2;
getIpBytes() - Method in interface org.apache.mesos.v1.Protos.MachineIDOrBuilder
optional string ip = 2;
getIpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
getIpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.IpStatistics ip_stats = 1;
getIpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.IpStatistics ip_stats = 1;
getIpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
getIpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.IpStatistics ip_stats = 1;
getIpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.IpStatistics ip_stats = 1;
getIpStatsBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
getIpStatsBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
getIpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
getIpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.IpStatistics ip_stats = 1;
getIpStatsOrBuilder() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.IpStatistics ip_stats = 1;
getIpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
getIpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.IpStatistics ip_stats = 1;
getIpStatsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.IpStatistics ip_stats = 1;
getItem(int) - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
getItem(int) - Method in class org.apache.mesos.Protos.Value.Set
repeated string item = 1;
getItem(int) - Method in interface org.apache.mesos.Protos.Value.SetOrBuilder
repeated string item = 1;
getItem(int) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
getItem(int) - Method in class org.apache.mesos.v1.Protos.Value.Set
repeated string item = 1;
getItem(int) - Method in interface org.apache.mesos.v1.Protos.Value.SetOrBuilder
repeated string item = 1;
getItemBytes(int) - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
getItemBytes(int) - Method in class org.apache.mesos.Protos.Value.Set
repeated string item = 1;
getItemBytes(int) - Method in interface org.apache.mesos.Protos.Value.SetOrBuilder
repeated string item = 1;
getItemBytes(int) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
getItemBytes(int) - Method in class org.apache.mesos.v1.Protos.Value.Set
repeated string item = 1;
getItemBytes(int) - Method in interface org.apache.mesos.v1.Protos.Value.SetOrBuilder
repeated string item = 1;
getItemCount() - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
getItemCount() - Method in class org.apache.mesos.Protos.Value.Set
repeated string item = 1;
getItemCount() - Method in interface org.apache.mesos.Protos.Value.SetOrBuilder
repeated string item = 1;
getItemCount() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
getItemCount() - Method in class org.apache.mesos.v1.Protos.Value.Set
repeated string item = 1;
getItemCount() - Method in interface org.apache.mesos.v1.Protos.Value.SetOrBuilder
repeated string item = 1;
getItemList() - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
getItemList() - Method in class org.apache.mesos.Protos.Value.Set
repeated string item = 1;
getItemList() - Method in interface org.apache.mesos.Protos.Value.SetOrBuilder
repeated string item = 1;
getItemList() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
getItemList() - Method in class org.apache.mesos.v1.Protos.Value.Set
repeated string item = 1;
getItemList() - Method in interface org.apache.mesos.v1.Protos.Value.SetOrBuilder
repeated string item = 1;
getItlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
getItlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 itlb_load_misses = 45;
getItlbLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_load_misses = 45;
getItlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
getItlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 itlb_load_misses = 45;
getItlbLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_load_misses = 45;
getItlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
getItlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 itlb_loads = 44;
getItlbLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_loads = 44;
getItlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
getItlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 itlb_loads = 44;
getItlbLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_loads = 44;
getKey() - Method in class org.apache.mesos.Protos.Label.Builder
required string key = 1;
getKey() - Method in class org.apache.mesos.Protos.Label
required string key = 1;
getKey() - Method in interface org.apache.mesos.Protos.LabelOrBuilder
required string key = 1;
getKey() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string key = 1;
getKey() - Method in class org.apache.mesos.Protos.Parameter
required string key = 1;
getKey() - Method in interface org.apache.mesos.Protos.ParameterOrBuilder
required string key = 1;
getKey() - Method in class org.apache.mesos.v1.Protos.Label.Builder
required string key = 1;
getKey() - Method in class org.apache.mesos.v1.Protos.Label
required string key = 1;
getKey() - Method in interface org.apache.mesos.v1.Protos.LabelOrBuilder
required string key = 1;
getKey() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string key = 1;
getKey() - Method in class org.apache.mesos.v1.Protos.Parameter
required string key = 1;
getKey() - Method in interface org.apache.mesos.v1.Protos.ParameterOrBuilder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.Protos.Label.Builder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.Protos.Label
required string key = 1;
getKeyBytes() - Method in interface org.apache.mesos.Protos.LabelOrBuilder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.Protos.Parameter
required string key = 1;
getKeyBytes() - Method in interface org.apache.mesos.Protos.ParameterOrBuilder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.v1.Protos.Label.Builder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.v1.Protos.Label
required string key = 1;
getKeyBytes() - Method in interface org.apache.mesos.v1.Protos.LabelOrBuilder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string key = 1;
getKeyBytes() - Method in class org.apache.mesos.v1.Protos.Parameter
required string key = 1;
getKeyBytes() - Method in interface org.apache.mesos.v1.Protos.ParameterOrBuilder
required string key = 1;
getKill() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
getKill() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Kill kill = 5;
getKill() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Kill kill = 5;
getKill() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
getKill() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Kill kill = 6;
getKill() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
getKillBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
getKillBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
getKillOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
getKillOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Kill kill = 5;
getKillOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Kill kill = 5;
getKillOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
getKillOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Kill kill = 6;
getKillOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
getKillPolicy() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
getKillPolicy() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.KillPolicy kill_policy = 12;
getKillPolicy() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.KillPolicy kill_policy = 12;
getKillPolicy() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
getKillPolicy() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
optional .mesos.v1.KillPolicy kill_policy = 2;
getKillPolicy() - Method in interface org.apache.mesos.v1.executor.Protos.Event.KillOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 2;
getKillPolicy() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
getKillPolicy() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.KillPolicy kill_policy = 12;
getKillPolicy() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 12;
getKillPolicy() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
getKillPolicy() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
optional .mesos.v1.KillPolicy kill_policy = 3;
getKillPolicy() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 3;
getKillPolicyBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
getKillPolicyBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
getKillPolicyBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
getKillPolicyBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.KillPolicy kill_policy = 12;
getKillPolicyOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.KillPolicy kill_policy = 12;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
optional .mesos.v1.KillPolicy kill_policy = 2;
getKillPolicyOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Event.KillOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 2;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.KillPolicy kill_policy = 12;
getKillPolicyOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 12;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
getKillPolicyOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
optional .mesos.v1.KillPolicy kill_policy = 3;
getKillPolicyOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 3;
getL1DcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
getL1DcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_load_misses = 23;
getL1DcacheLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_load_misses = 23;
getL1DcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
getL1DcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_load_misses = 23;
getL1DcacheLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_load_misses = 23;
getL1DcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
getL1DcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_loads = 22;
getL1DcacheLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_loads = 22;
getL1DcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
getL1DcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_loads = 22;
getL1DcacheLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_loads = 22;
getL1DcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
getL1DcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_prefetches = 26;
getL1DcachePrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetches = 26;
getL1DcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
getL1DcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_prefetches = 26;
getL1DcachePrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetches = 26;
getL1DcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
getL1DcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_prefetch_misses = 27;
getL1DcachePrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetch_misses = 27;
getL1DcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
getL1DcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_prefetch_misses = 27;
getL1DcachePrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetch_misses = 27;
getL1DcacheStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
getL1DcacheStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_store_misses = 25;
getL1DcacheStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_store_misses = 25;
getL1DcacheStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
getL1DcacheStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_store_misses = 25;
getL1DcacheStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_store_misses = 25;
getL1DcacheStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
getL1DcacheStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_stores = 24;
getL1DcacheStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_stores = 24;
getL1DcacheStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
getL1DcacheStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_stores = 24;
getL1DcacheStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_stores = 24;
getL1IcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
getL1IcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_load_misses = 29;
getL1IcacheLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_load_misses = 29;
getL1IcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
getL1IcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_load_misses = 29;
getL1IcacheLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_load_misses = 29;
getL1IcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
getL1IcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_loads = 28;
getL1IcacheLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_loads = 28;
getL1IcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
getL1IcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_loads = 28;
getL1IcacheLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_loads = 28;
getL1IcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
getL1IcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_prefetches = 30;
getL1IcachePrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetches = 30;
getL1IcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
getL1IcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_prefetches = 30;
getL1IcachePrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetches = 30;
getL1IcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
getL1IcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_prefetch_misses = 31;
getL1IcachePrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetch_misses = 31;
getL1IcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
getL1IcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_prefetch_misses = 31;
getL1IcachePrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetch_misses = 31;
getLabels() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
getLabels() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional .mesos.Labels labels = 7;
getLabels() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional .mesos.Labels labels = 7;
getLabels() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
getLabels() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.Labels labels = 14;
getLabels() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.Labels labels = 14;
getLabels() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional .mesos.Labels labels = 11;
getLabels() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional .mesos.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
getLabels() - Method in class org.apache.mesos.Protos.Image.Appc
optional .mesos.Labels labels = 3;
getLabels() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
optional .mesos.Labels labels = 3;
getLabels(int) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
getLabels(int) - Method in class org.apache.mesos.Protos.Labels
repeated .mesos.Label labels = 1;
getLabels(int) - Method in interface org.apache.mesos.Protos.LabelsOrBuilder
repeated .mesos.Label labels = 1;
getLabels() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.Protos.NetworkInfo
optional .mesos.Labels labels = 4;
getLabels() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
optional .mesos.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
getLabels() - Method in class org.apache.mesos.Protos.Port
optional .mesos.Labels labels = 5;
getLabels() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional .mesos.Labels labels = 5;
getLabels() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
getLabels() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
optional .mesos.Labels labels = 2;
getLabels() - Method in interface org.apache.mesos.Protos.Resource.ReservationInfoOrBuilder
optional .mesos.Labels labels = 2;
getLabels() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
optional .mesos.Labels labels = 4;
getLabels() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
optional .mesos.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.Protos.Task
optional .mesos.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
getLabels() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.Labels labels = 10;
getLabels() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.Labels labels = 10;
getLabels() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
getLabels() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.Labels labels = 12;
getLabels() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.Labels labels = 12;
getLabels() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
getLabels() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional .mesos.v1.Labels labels = 7;
getLabels() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional .mesos.v1.Labels labels = 7;
getLabels() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
getLabels() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.Labels labels = 14;
getLabels() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.Labels labels = 14;
getLabels() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional .mesos.v1.Labels labels = 11;
getLabels() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional .mesos.v1.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
getLabels() - Method in class org.apache.mesos.v1.Protos.Image.Appc
optional .mesos.v1.Labels labels = 3;
getLabels() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
optional .mesos.v1.Labels labels = 3;
getLabels(int) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
getLabels(int) - Method in class org.apache.mesos.v1.Protos.Labels
repeated .mesos.v1.Label labels = 1;
getLabels(int) - Method in interface org.apache.mesos.v1.Protos.LabelsOrBuilder
repeated .mesos.v1.Label labels = 1;
getLabels() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
optional .mesos.v1.Labels labels = 4;
getLabels() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
optional .mesos.v1.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
getLabels() - Method in class org.apache.mesos.v1.Protos.Port
optional .mesos.v1.Labels labels = 5;
getLabels() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional .mesos.v1.Labels labels = 5;
getLabels() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
getLabels() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
optional .mesos.v1.Labels labels = 2;
getLabels() - Method in interface org.apache.mesos.v1.Protos.Resource.ReservationInfoOrBuilder
optional .mesos.v1.Labels labels = 2;
getLabels() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
optional .mesos.v1.Labels labels = 4;
getLabels() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
optional .mesos.v1.Labels labels = 4;
getLabels() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
getLabels() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.Labels labels = 10;
getLabels() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.Labels labels = 10;
getLabels() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.Labels labels = 11;
getLabels() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
getLabels() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.Labels labels = 12;
getLabels() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.Labels labels = 12;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
getLabelsBuilder(int) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
getLabelsBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
getLabelsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
getLabelsBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
getLabelsBuilderList() - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
getLabelsBuilderList() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
getLabelsCount() - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
getLabelsCount() - Method in class org.apache.mesos.Protos.Labels
repeated .mesos.Label labels = 1;
getLabelsCount() - Method in interface org.apache.mesos.Protos.LabelsOrBuilder
repeated .mesos.Label labels = 1;
getLabelsCount() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
getLabelsCount() - Method in class org.apache.mesos.v1.Protos.Labels
repeated .mesos.v1.Label labels = 1;
getLabelsCount() - Method in interface org.apache.mesos.v1.Protos.LabelsOrBuilder
repeated .mesos.v1.Label labels = 1;
getLabelsList() - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
getLabelsList() - Method in class org.apache.mesos.Protos.Labels
repeated .mesos.Label labels = 1;
getLabelsList() - Method in interface org.apache.mesos.Protos.LabelsOrBuilder
repeated .mesos.Label labels = 1;
getLabelsList() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
getLabelsList() - Method in class org.apache.mesos.v1.Protos.Labels
repeated .mesos.v1.Label labels = 1;
getLabelsList() - Method in interface org.apache.mesos.v1.Protos.LabelsOrBuilder
repeated .mesos.v1.Label labels = 1;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional .mesos.Labels labels = 7;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional .mesos.Labels labels = 7;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.Labels labels = 14;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.Labels labels = 14;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional .mesos.Labels labels = 11;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional .mesos.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Image.Appc
optional .mesos.Labels labels = 3;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
optional .mesos.Labels labels = 3;
getLabelsOrBuilder(int) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
getLabelsOrBuilder(int) - Method in class org.apache.mesos.Protos.Labels
repeated .mesos.Label labels = 1;
getLabelsOrBuilder(int) - Method in interface org.apache.mesos.Protos.LabelsOrBuilder
repeated .mesos.Label labels = 1;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.NetworkInfo
optional .mesos.Labels labels = 4;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
optional .mesos.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Port
optional .mesos.Labels labels = 5;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional .mesos.Labels labels = 5;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
optional .mesos.Labels labels = 2;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.Resource.ReservationInfoOrBuilder
optional .mesos.Labels labels = 2;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
optional .mesos.Labels labels = 4;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
optional .mesos.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.Task
optional .mesos.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.Labels labels = 10;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.Labels labels = 10;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
getLabelsOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.Labels labels = 12;
getLabelsOrBuilder() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.Labels labels = 12;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional .mesos.v1.Labels labels = 7;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional .mesos.v1.Labels labels = 7;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.Labels labels = 14;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.Labels labels = 14;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional .mesos.v1.Labels labels = 11;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional .mesos.v1.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Appc
optional .mesos.v1.Labels labels = 3;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
optional .mesos.v1.Labels labels = 3;
getLabelsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
getLabelsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Labels
repeated .mesos.v1.Label labels = 1;
getLabelsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.LabelsOrBuilder
repeated .mesos.v1.Label labels = 1;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
optional .mesos.v1.Labels labels = 4;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
optional .mesos.v1.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Port
optional .mesos.v1.Labels labels = 5;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional .mesos.v1.Labels labels = 5;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
optional .mesos.v1.Labels labels = 2;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Resource.ReservationInfoOrBuilder
optional .mesos.v1.Labels labels = 2;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
optional .mesos.v1.Labels labels = 4;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
optional .mesos.v1.Labels labels = 4;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.Labels labels = 10;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.Labels labels = 10;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.Labels labels = 11;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
getLabelsOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.Labels labels = 12;
getLabelsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.Labels labels = 12;
getLabelsOrBuilderList() - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
getLabelsOrBuilderList() - Method in class org.apache.mesos.Protos.Labels
repeated .mesos.Label labels = 1;
getLabelsOrBuilderList() - Method in interface org.apache.mesos.Protos.LabelsOrBuilder
repeated .mesos.Label labels = 1;
getLabelsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
getLabelsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Labels
repeated .mesos.v1.Label labels = 1;
getLabelsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.LabelsOrBuilder
repeated .mesos.v1.Label labels = 1;
getLaunch() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
getLaunch() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Launch launch = 2;
getLaunch() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Launch launch = 2;
getLaunch() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
getLaunch() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Launch launch = 4;
getLaunch() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Launch launch = 4;
getLaunch() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
getLaunch() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Launch launch = 2;
getLaunch() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
getLaunchBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
getLaunchBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
getLaunchBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
getLaunchOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
getLaunchOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Launch launch = 2;
getLaunchOrBuilder() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Launch launch = 2;
getLaunchOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
getLaunchOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Launch launch = 4;
getLaunchOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Launch launch = 4;
getLaunchOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
getLaunchOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Launch launch = 2;
getLaunchOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
getLimits(int) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
getLimits(int) - Method in class org.apache.mesos.Protos.RateLimits
repeated .mesos.RateLimit limits = 1;
getLimits(int) - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
repeated .mesos.RateLimit limits = 1;
getLimits(int) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
getLimits(int) - Method in class org.apache.mesos.v1.Protos.RateLimits
repeated .mesos.v1.RateLimit limits = 1;
getLimits(int) - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsBuilder(int) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
getLimitsBuilder(int) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsBuilderList() - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
getLimitsBuilderList() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsCount() - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
getLimitsCount() - Method in class org.apache.mesos.Protos.RateLimits
repeated .mesos.RateLimit limits = 1;
getLimitsCount() - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
repeated .mesos.RateLimit limits = 1;
getLimitsCount() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsCount() - Method in class org.apache.mesos.v1.Protos.RateLimits
repeated .mesos.v1.RateLimit limits = 1;
getLimitsCount() - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsList() - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
getLimitsList() - Method in class org.apache.mesos.Protos.RateLimits
repeated .mesos.RateLimit limits = 1;
getLimitsList() - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
repeated .mesos.RateLimit limits = 1;
getLimitsList() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsList() - Method in class org.apache.mesos.v1.Protos.RateLimits
repeated .mesos.v1.RateLimit limits = 1;
getLimitsList() - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsOrBuilder(int) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
getLimitsOrBuilder(int) - Method in class org.apache.mesos.Protos.RateLimits
repeated .mesos.RateLimit limits = 1;
getLimitsOrBuilder(int) - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
repeated .mesos.RateLimit limits = 1;
getLimitsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.RateLimits
repeated .mesos.v1.RateLimit limits = 1;
getLimitsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsOrBuilderList() - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
getLimitsOrBuilderList() - Method in class org.apache.mesos.Protos.RateLimits
repeated .mesos.RateLimit limits = 1;
getLimitsOrBuilderList() - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
repeated .mesos.RateLimit limits = 1;
getLimitsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
getLimitsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.RateLimits
repeated .mesos.v1.RateLimit limits = 1;
getLimitsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
repeated .mesos.v1.RateLimit limits = 1;
getLlcLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
getLlcLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_load_misses = 33;
getLlcLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_load_misses = 33;
getLlcLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
getLlcLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_load_misses = 33;
getLlcLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_load_misses = 33;
getLlcLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
getLlcLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_loads = 32;
getLlcLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_loads = 32;
getLlcLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
getLlcLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_loads = 32;
getLlcLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_loads = 32;
getLlcPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
getLlcPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_prefetches = 36;
getLlcPrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetches = 36;
getLlcPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
getLlcPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_prefetches = 36;
getLlcPrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetches = 36;
getLlcPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
getLlcPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_prefetch_misses = 37;
getLlcPrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetch_misses = 37;
getLlcPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
getLlcPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_prefetch_misses = 37;
getLlcPrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetch_misses = 37;
getLlcStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
getLlcStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_store_misses = 35;
getLlcStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_store_misses = 35;
getLlcStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
getLlcStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_store_misses = 35;
getLlcStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_store_misses = 35;
getLlcStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
getLlcStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_stores = 34;
getLlcStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_stores = 34;
getLlcStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
getLlcStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_stores = 34;
getLlcStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_stores = 34;
getLocation() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string location = 4;
getLocation() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string location = 4;
getLocation() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string location = 4;
getLocation() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string location = 4;
getLocation() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string location = 4;
getLocation() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string location = 4;
getLocationBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string location = 4;
getLocationBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string location = 4;
getLocationBytes() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string location = 4;
getLocationBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string location = 4;
getLocationBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string location = 4;
getLocationBytes() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string location = 4;
getMajorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
getMajorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 major_faults = 17;
getMajorFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 major_faults = 17;
getMajorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
getMajorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 major_faults = 17;
getMajorFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 major_faults = 17;
getMaxConn() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
getMaxConn() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 MaxConn = 4;
getMaxConn() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 MaxConn = 4;
getMaxConn() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
getMaxConn() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 MaxConn = 4;
getMaxConn() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 MaxConn = 4;
getMemAnonBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
getMemAnonBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_anon_bytes = 11;
getMemAnonBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_anon_bytes = 11;
getMemAnonBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
getMemAnonBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_anon_bytes = 11;
getMemAnonBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_anon_bytes = 11;
getMemCacheBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
getMemCacheBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_cache_bytes = 39;
getMemCacheBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_cache_bytes = 39;
getMemCacheBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
getMemCacheBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_cache_bytes = 39;
getMemCacheBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_cache_bytes = 39;
getMemCriticalPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
getMemCriticalPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_critical_pressure_counter = 34;
getMemCriticalPressureCounter() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_critical_pressure_counter = 34;
getMemCriticalPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
getMemCriticalPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_critical_pressure_counter = 34;
getMemCriticalPressureCounter() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_critical_pressure_counter = 34;
getMemFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
getMemFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_file_bytes = 10;
getMemFileBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_file_bytes = 10;
getMemFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
getMemFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_file_bytes = 10;
getMemFileBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_file_bytes = 10;
getMemLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
getMemLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_limit_bytes = 6;
getMemLimitBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_limit_bytes = 6;
getMemLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
getMemLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_limit_bytes = 6;
getMemLimitBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_limit_bytes = 6;
getMemLowPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
getMemLowPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_low_pressure_counter = 32;
getMemLowPressureCounter() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_low_pressure_counter = 32;
getMemLowPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
getMemLowPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_low_pressure_counter = 32;
getMemLowPressureCounter() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_low_pressure_counter = 32;
getMemMappedFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
getMemMappedFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_mapped_file_bytes = 12;
getMemMappedFileBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_mapped_file_bytes = 12;
getMemMappedFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
getMemMappedFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_mapped_file_bytes = 12;
getMemMappedFileBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_mapped_file_bytes = 12;
getMemMediumPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
getMemMediumPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_medium_pressure_counter = 33;
getMemMediumPressureCounter() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_medium_pressure_counter = 33;
getMemMediumPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
getMemMediumPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_medium_pressure_counter = 33;
getMemMediumPressureCounter() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_medium_pressure_counter = 33;
getMemRssBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
getMemRssBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_rss_bytes = 5;
getMemRssBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_rss_bytes = 5;
getMemRssBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
getMemRssBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_rss_bytes = 5;
getMemRssBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_rss_bytes = 5;
getMemSoftLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
getMemSoftLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_soft_limit_bytes = 38;
getMemSoftLimitBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_soft_limit_bytes = 38;
getMemSoftLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
getMemSoftLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_soft_limit_bytes = 38;
getMemSoftLimitBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_soft_limit_bytes = 38;
getMemSwapBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
getMemSwapBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_swap_bytes = 40;
getMemSwapBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_swap_bytes = 40;
getMemSwapBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
getMemSwapBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_swap_bytes = 40;
getMemSwapBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_swap_bytes = 40;
getMemTotalBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
getMemTotalBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_total_bytes = 36;
getMemTotalBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_bytes = 36;
getMemTotalBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
getMemTotalBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_total_bytes = 36;
getMemTotalBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_bytes = 36;
getMemTotalMemswBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
getMemTotalMemswBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_total_memsw_bytes = 37;
getMemTotalMemswBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_memsw_bytes = 37;
getMemTotalMemswBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
getMemTotalMemswBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_total_memsw_bytes = 37;
getMemTotalMemswBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_memsw_bytes = 37;
getMemUnevictableBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
getMemUnevictableBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_unevictable_bytes = 41;
getMemUnevictableBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_unevictable_bytes = 41;
getMemUnevictableBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
getMemUnevictableBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_unevictable_bytes = 41;
getMemUnevictableBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_unevictable_bytes = 41;
getMesos() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
getMesos() - Method in class org.apache.mesos.Protos.ContainerInfo
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
getMesos() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
getMesos() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
getMesos() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
getMesos() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
getMesosBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
getMesosBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
getMesosOrBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
getMesosOrBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
getMesosOrBuilder() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
getMesosOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
getMesosOrBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
getMesosOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
getMessage() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional string message = 2;
getMessage() - Method in class org.apache.mesos.containerizer.Protos.Termination
optional string message = 2;
getMessage() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
optional string message = 2;
getMessage() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional string message = 4;
getMessage() - Method in class org.apache.mesos.Protos.TaskStatus
optional string message = 4;
getMessage() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional string message = 4;
getMessage() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
getMessage() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Message message = 6;
getMessage() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Message message = 6;
getMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
getMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
required string message = 1;
getMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
required string message = 1;
getMessage() - Method in interface org.apache.mesos.v1.executor.Protos.Event.ErrorOrBuilder
required string message = 1;
getMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Message message = 6;
getMessage() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Message message = 6;
getMessage() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional string message = 4;
getMessage() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional string message = 4;
getMessage() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional string message = 4;
getMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
getMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Message message = 10;
getMessage() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Message message = 10;
getMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
getMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
required string message = 1;
getMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
required string message = 1;
getMessage() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.ErrorOrBuilder
required string message = 1;
getMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Message message = 6;
getMessage() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Message message = 6;
getMessageBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
getMessageBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
getMessageBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
getMessageBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
getMessageBytes() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional string message = 2;
getMessageBytes() - Method in class org.apache.mesos.containerizer.Protos.Termination
optional string message = 2;
getMessageBytes() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
optional string message = 2;
getMessageBytes() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional string message = 4;
getMessageBytes() - Method in class org.apache.mesos.Protos.TaskStatus
optional string message = 4;
getMessageBytes() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional string message = 4;
getMessageBytes() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
required string message = 1;
getMessageBytes() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
required string message = 1;
getMessageBytes() - Method in interface org.apache.mesos.v1.executor.Protos.Event.ErrorOrBuilder
required string message = 1;
getMessageBytes() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional string message = 4;
getMessageBytes() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional string message = 4;
getMessageBytes() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional string message = 4;
getMessageBytes() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
required string message = 1;
getMessageBytes() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
required string message = 1;
getMessageBytes() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.ErrorOrBuilder
required string message = 1;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Message message = 6;
getMessageOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Message message = 6;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Message message = 6;
getMessageOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Message message = 6;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Message message = 10;
getMessageOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Message message = 10;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
getMessageOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Message message = 6;
getMessageOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Message message = 6;
getMinorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
getMinorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 minor_faults = 16;
getMinorFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 minor_faults = 16;
getMinorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
getMinorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 minor_faults = 16;
getMinorFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 minor_faults = 16;
getMode() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint32 mode = 5;
getMode() - Method in class org.apache.mesos.Protos.FileInfo
optional uint32 mode = 5;
getMode() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional uint32 mode = 5;
getMode() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.MachineInfo.Mode mode = 2;
getMode() - Method in class org.apache.mesos.Protos.MachineInfo
optional .mesos.MachineInfo.Mode mode = 2;
getMode() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
optional .mesos.MachineInfo.Mode mode = 2;
getMode() - Method in class org.apache.mesos.Protos.Volume.Builder
required .mesos.Volume.Mode mode = 3;
getMode() - Method in class org.apache.mesos.Protos.Volume
required .mesos.Volume.Mode mode = 3;
getMode() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
required .mesos.Volume.Mode mode = 3;
getMode() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint32 mode = 5;
getMode() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional uint32 mode = 5;
getMode() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional uint32 mode = 5;
getMode() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.MachineInfo.Mode mode = 2;
getMode() - Method in class org.apache.mesos.v1.Protos.MachineInfo
optional .mesos.v1.MachineInfo.Mode mode = 2;
getMode() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
optional .mesos.v1.MachineInfo.Mode mode = 2;
getMode() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required .mesos.v1.Volume.Mode mode = 3;
getMode() - Method in class org.apache.mesos.v1.Protos.Volume
required .mesos.v1.Volume.Mode mode = 3;
getMode() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
required .mesos.v1.Volume.Mode mode = 3;
getMount() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
getMount() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
getMount() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
getMount() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
getMount() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
getMount() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
getMountBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
getMountBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
getMountOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
getMountOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
getMountOrBuilder() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
getMountOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
getMountOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
getMountOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
getMtime() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
getMtime() - Method in class org.apache.mesos.Protos.FileInfo
optional .mesos.TimeInfo mtime = 4;
getMtime() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional .mesos.TimeInfo mtime = 4;
getMtime() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
getMtime() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional .mesos.v1.TimeInfo mtime = 4;
getMtime() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional .mesos.v1.TimeInfo mtime = 4;
getMtimeBuilder() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
getMtimeBuilder() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
getMtimeOrBuilder() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
getMtimeOrBuilder() - Method in class org.apache.mesos.Protos.FileInfo
optional .mesos.TimeInfo mtime = 4;
getMtimeOrBuilder() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional .mesos.TimeInfo mtime = 4;
getMtimeOrBuilder() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
getMtimeOrBuilder() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional .mesos.v1.TimeInfo mtime = 4;
getMtimeOrBuilder() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional .mesos.v1.TimeInfo mtime = 4;
getName() - Method in class org.apache.mesos.Protos.Attribute.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Attribute
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string name = 2;
getName() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string name = 2;
getName() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string name = 2;
getName() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Environment.Variable
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.Environment.VariableOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional string name = 9;
getName() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional string name = 9;
getName() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional string name = 9;
getName() - Method in class org.apache.mesos.Protos.Flag.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Flag
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.FlagOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string name = 2;
getName() - Method in class org.apache.mesos.Protos.FrameworkInfo
required string name = 2;
getName() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
required string name = 2;
getName() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Image.Appc
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Image.Docker
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.Image.DockerOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Metric.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Metric
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.MetricOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional string name = 6;
getName() - Method in class org.apache.mesos.Protos.NetworkInfo
optional string name = 6;
getName() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
optional string name = 6;
getName() - Method in class org.apache.mesos.Protos.Port.Builder
optional string name = 2;
getName() - Method in class org.apache.mesos.Protos.Port
optional string name = 2;
getName() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional string name = 2;
getName() - Method in class org.apache.mesos.Protos.Resource.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Resource
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Role.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Role
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Task.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Task
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.TaskInfo
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required string name = 1;
getName() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
getName() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
required string name = 2;
getName() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
required string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Attribute
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string name = 2;
getName() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.Environment.VariableOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional string name = 9;
getName() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional string name = 9;
getName() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional string name = 9;
getName() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Flag
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.FlagOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
required string name = 2;
getName() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
required string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Image.Appc
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Image.Docker
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.Image.DockerOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Metric
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.MetricOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional string name = 6;
getName() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
optional string name = 6;
getName() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
optional string name = 6;
getName() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.Port
optional string name = 2;
getName() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Resource
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Role.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Role
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Task
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required string name = 1;
getName() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required string name = 1;
getName() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
getName() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
required string name = 2;
getName() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.Attribute.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Attribute
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string name = 2;
getNameBytes() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Environment.Variable
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.Environment.VariableOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional string name = 9;
getNameBytes() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional string name = 9;
getNameBytes() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional string name = 9;
getNameBytes() - Method in class org.apache.mesos.Protos.Flag.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Flag
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.FlagOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo
required string name = 2;
getNameBytes() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Image.Appc
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Image.Docker
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.Image.DockerOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Metric.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Metric
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.MetricOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional string name = 6;
getNameBytes() - Method in class org.apache.mesos.Protos.NetworkInfo
optional string name = 6;
getNameBytes() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
optional string name = 6;
getNameBytes() - Method in class org.apache.mesos.Protos.Port.Builder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.Port
optional string name = 2;
getNameBytes() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.Resource.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Resource
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Role.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Role
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Task.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Task
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.TaskInfo
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
required string name = 2;
getNameBytes() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Attribute
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string name = 2;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.Environment.VariableOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional string name = 9;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional string name = 9;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional string name = 9;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Flag
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.FlagOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
required string name = 2;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Image.Appc
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Image.Docker
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.Image.DockerOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Metric
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.MetricOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional string name = 6;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
optional string name = 6;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
optional string name = 6;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Port
optional string name = 2;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Resource
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Role.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Role
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Task
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required string name = 1;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
getNameBytes() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
required string name = 2;
getNameBytes() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
required string name = 2;
getNanoseconds() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
getNanoseconds() - Method in class org.apache.mesos.Protos.DurationInfo
required int64 nanoseconds = 1;
getNanoseconds() - Method in interface org.apache.mesos.Protos.DurationInfoOrBuilder
required int64 nanoseconds = 1;
getNanoseconds() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
getNanoseconds() - Method in class org.apache.mesos.Protos.TimeInfo
required int64 nanoseconds = 1;
getNanoseconds() - Method in interface org.apache.mesos.Protos.TimeInfoOrBuilder
required int64 nanoseconds = 1;
getNanoseconds() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
getNanoseconds() - Method in class org.apache.mesos.v1.Protos.DurationInfo
required int64 nanoseconds = 1;
getNanoseconds() - Method in interface org.apache.mesos.v1.Protos.DurationInfoOrBuilder
required int64 nanoseconds = 1;
getNanoseconds() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
getNanoseconds() - Method in class org.apache.mesos.v1.Protos.TimeInfo
required int64 nanoseconds = 1;
getNanoseconds() - Method in interface org.apache.mesos.v1.Protos.TimeInfoOrBuilder
required int64 nanoseconds = 1;
getNetCls() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetCls() - Method in class org.apache.mesos.Protos.CgroupInfo
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetCls() - Method in interface org.apache.mesos.Protos.CgroupInfoOrBuilder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetCls() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
getNetCls() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
getNetCls() - Method in interface org.apache.mesos.v1.Protos.CgroupInfoOrBuilder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
getNetClsBuilder() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetClsBuilder() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
getNetClsOrBuilder() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetClsOrBuilder() - Method in class org.apache.mesos.Protos.CgroupInfo
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetClsOrBuilder() - Method in interface org.apache.mesos.Protos.CgroupInfoOrBuilder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetClsOrBuilder() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
getNetClsOrBuilder() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
getNetClsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.CgroupInfoOrBuilder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
getNetRxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
getNetRxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_bytes = 15;
getNetRxBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_bytes = 15;
getNetRxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
getNetRxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_bytes = 15;
getNetRxBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_bytes = 15;
getNetRxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
getNetRxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_dropped = 17;
getNetRxDropped() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_dropped = 17;
getNetRxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
getNetRxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_dropped = 17;
getNetRxDropped() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_dropped = 17;
getNetRxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
getNetRxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_errors = 16;
getNetRxErrors() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_errors = 16;
getNetRxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
getNetRxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_errors = 16;
getNetRxErrors() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_errors = 16;
getNetRxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
getNetRxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_packets = 14;
getNetRxPackets() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_packets = 14;
getNetRxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
getNetRxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_packets = 14;
getNetRxPackets() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_packets = 14;
getNetSnmpStatistics() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatistics() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatistics() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatistics() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsOrBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsOrBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
getNetSnmpStatisticsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
getNetTcpActiveConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
getNetTcpActiveConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_active_connections = 28;
getNetTcpActiveConnections() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_active_connections = 28;
getNetTcpActiveConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
getNetTcpActiveConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_active_connections = 28;
getNetTcpActiveConnections() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_active_connections = 28;
getNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
getNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p50 = 22;
getNetTcpRttMicrosecsP50() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p50 = 22;
getNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
getNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p50 = 22;
getNetTcpRttMicrosecsP50() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p50 = 22;
getNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
getNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p90 = 23;
getNetTcpRttMicrosecsP90() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p90 = 23;
getNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
getNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p90 = 23;
getNetTcpRttMicrosecsP90() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p90 = 23;
getNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
getNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p95 = 24;
getNetTcpRttMicrosecsP95() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p95 = 24;
getNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
getNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p95 = 24;
getNetTcpRttMicrosecsP95() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p95 = 24;
getNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
getNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p99 = 25;
getNetTcpRttMicrosecsP99() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p99 = 25;
getNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
getNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p99 = 25;
getNetTcpRttMicrosecsP99() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p99 = 25;
getNetTcpTimeWaitConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
getNetTcpTimeWaitConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_time_wait_connections = 29;
getNetTcpTimeWaitConnections() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_time_wait_connections = 29;
getNetTcpTimeWaitConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
getNetTcpTimeWaitConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_time_wait_connections = 29;
getNetTcpTimeWaitConnections() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_time_wait_connections = 29;
getNetTrafficControlStatistics(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatistics(int) - Method in class org.apache.mesos.Protos.ResourceStatistics
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatistics(int) - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatistics(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatistics(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatistics(int) - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsBuilder(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsBuilderList() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsCount() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsCount() - Method in class org.apache.mesos.Protos.ResourceStatistics
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsCount() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsCount() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsCount() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsCount() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsList() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsList() - Method in class org.apache.mesos.Protos.ResourceStatistics
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsList() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsList() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsList() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsList() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceStatistics
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilder(int) - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceStatistics
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilderList() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTrafficControlStatisticsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
getNetTxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
getNetTxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_bytes = 19;
getNetTxBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_bytes = 19;
getNetTxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
getNetTxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_bytes = 19;
getNetTxBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_bytes = 19;
getNetTxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
getNetTxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_dropped = 21;
getNetTxDropped() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_dropped = 21;
getNetTxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
getNetTxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_dropped = 21;
getNetTxDropped() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_dropped = 21;
getNetTxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
getNetTxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_errors = 20;
getNetTxErrors() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_errors = 20;
getNetTxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
getNetTxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_errors = 20;
getNetTxErrors() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_errors = 20;
getNetTxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
getNetTxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_packets = 18;
getNetTxPackets() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_packets = 18;
getNetTxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
getNetTxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_packets = 18;
getNetTxPackets() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_packets = 18;
getNetwork() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
getNetwork() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
getNetwork() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
getNetwork() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
getNetwork() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
getNetwork() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
getNetworkInfos(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfos(int) - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfos(int) - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfos(int) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfos(int) - Method in class org.apache.mesos.Protos.ContainerStatus
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfos(int) - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfos(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfos(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfos(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfos(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfos(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfos(int) - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosBuilder(int) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosBuilderList() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosCount() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosCount() - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosCount() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosCount() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosCount() - Method in class org.apache.mesos.Protos.ContainerStatus
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosCount() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosCount() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosCount() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosCount() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosCount() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosList() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosList() - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosList() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosList() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosList() - Method in class org.apache.mesos.Protos.ContainerStatus
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosList() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosList() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosList() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosList() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilder(int) - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerStatus
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilder(int) - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilderList() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerStatus
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilderList() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 7;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
repeated .mesos.v1.NetworkInfo network_infos = 1;
getNlink() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional int32 nlink = 2;
getNlink() - Method in class org.apache.mesos.Protos.FileInfo
optional int32 nlink = 2;
getNlink() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional int32 nlink = 2;
getNlink() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional int32 nlink = 2;
getNlink() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional int32 nlink = 2;
getNlink() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional int32 nlink = 2;
getNodeLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
getNodeLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_load_misses = 49;
getNodeLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_load_misses = 49;
getNodeLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
getNodeLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_load_misses = 49;
getNodeLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_load_misses = 49;
getNodeLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
getNodeLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_loads = 48;
getNodeLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_loads = 48;
getNodeLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
getNodeLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_loads = 48;
getNodeLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_loads = 48;
getNodePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
getNodePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_prefetches = 52;
getNodePrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetches = 52;
getNodePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
getNodePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_prefetches = 52;
getNodePrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetches = 52;
getNodePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
getNodePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_prefetch_misses = 53;
getNodePrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetch_misses = 53;
getNodePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
getNodePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_prefetch_misses = 53;
getNodePrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetch_misses = 53;
getNodeStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
getNodeStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_store_misses = 51;
getNodeStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_store_misses = 51;
getNodeStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
getNodeStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_store_misses = 51;
getNodeStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_store_misses = 51;
getNodeStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
getNodeStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_stores = 50;
getNodeStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_stores = 50;
getNodeStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
getNodeStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_stores = 50;
getNodeStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_stores = 50;
getNoPorts() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
getNoPorts() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 NoPorts = 2;
getNoPorts() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 NoPorts = 2;
getNoPorts() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
getNoPorts() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 NoPorts = 2;
getNoPorts() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 NoPorts = 2;
getNumber() - Method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
 
getNumber() - Method in enum org.apache.mesos.Protos.ContainerInfo.Type
 
getNumber() - Method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
 
getNumber() - Method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
 
getNumber() - Method in enum org.apache.mesos.Protos.Image.Type
 
getNumber() - Method in enum org.apache.mesos.Protos.MachineInfo.Mode
 
getNumber() - Method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
 
getNumber() - Method in enum org.apache.mesos.Protos.Offer.Operation.Type
 
getNumber() - Method in class org.apache.mesos.Protos.Port.Builder
required uint32 number = 1;
getNumber() - Method in class org.apache.mesos.Protos.Port
required uint32 number = 1;
getNumber() - Method in interface org.apache.mesos.Protos.PortOrBuilder
required uint32 number = 1;
getNumber() - Method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
 
getNumber() - Method in enum org.apache.mesos.Protos.Status
 
getNumber() - Method in enum org.apache.mesos.Protos.TaskState
 
getNumber() - Method in enum org.apache.mesos.Protos.TaskStatus.Reason
 
getNumber() - Method in enum org.apache.mesos.Protos.TaskStatus.Source
 
getNumber() - Method in enum org.apache.mesos.Protos.Value.Type
 
getNumber() - Method in enum org.apache.mesos.Protos.Volume.Mode
 
getNumber() - Method in enum org.apache.mesos.Protos.Volume.Source.Type
 
getNumber() - Method in enum org.apache.mesos.v1.executor.Protos.Call.Type
 
getNumber() - Method in enum org.apache.mesos.v1.executor.Protos.Event.Type
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.Image.Type
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
 
getNumber() - Method in class org.apache.mesos.v1.Protos.Port.Builder
required uint32 number = 1;
getNumber() - Method in class org.apache.mesos.v1.Protos.Port
required uint32 number = 1;
getNumber() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
required uint32 number = 1;
getNumber() - Method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.Status
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.TaskState
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.Value.Type
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.Volume.Mode
 
getNumber() - Method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
 
getNumber() - Method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
 
getNumber() - Method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
 
getOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
getOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
required .mesos.v1.OfferID offer_id = 1;
getOfferId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.RescindOrBuilder
required .mesos.v1.OfferID offer_id = 1;
getOfferIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
getOfferIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
getOfferIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
required .mesos.v1.OfferID offer_id = 1;
getOfferIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.RescindOrBuilder
required .mesos.v1.OfferID offer_id = 1;
getOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIds(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIds(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
repeated .mesos.v1.OfferID offer_ids = 1;
getOfferIdsOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
repeated .mesos.v1.OfferID offer_ids = 1;
getOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
getOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Offers offers = 3;
getOffers(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
getOffers(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
repeated .mesos.v1.Offer offers = 1;
getOffers(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.OffersOrBuilder
repeated .mesos.v1.Offer offers = 1;
getOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
getOffersBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
getOffersBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
getOffersBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
getOffersCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
getOffersCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
repeated .mesos.v1.Offer offers = 1;
getOffersCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.OffersOrBuilder
repeated .mesos.v1.Offer offers = 1;
getOffersList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
getOffersList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
repeated .mesos.v1.Offer offers = 1;
getOffersList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.OffersOrBuilder
repeated .mesos.v1.Offer offers = 1;
getOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
getOffersOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Offers offers = 3;
getOffersOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
getOffersOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
repeated .mesos.v1.Offer offers = 1;
getOffersOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.OffersOrBuilder
repeated .mesos.v1.Offer offers = 1;
getOffersOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
getOffersOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
getOffersOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
repeated .mesos.v1.Offer offers = 1;
getOffersOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.OffersOrBuilder
repeated .mesos.v1.Offer offers = 1;
getOperations(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperations(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.Offer.Operation operations = 2;
getOperations(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
repeated .mesos.v1.Offer.Operation operations = 2;
getOperationsOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
repeated .mesos.v1.Offer.Operation operations = 2;
getOutAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
getOutAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutAddrMaskReps = 27;
getOutAddrMaskReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMaskReps = 27;
getOutAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
getOutAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutAddrMaskReps = 27;
getOutAddrMaskReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMaskReps = 27;
getOutAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
getOutAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutAddrMasks = 26;
getOutAddrMasks() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMasks = 26;
getOutAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
getOutAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutAddrMasks = 26;
getOutAddrMasks() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMasks = 26;
getOutDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
getOutDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 OutDatagrams = 4;
getOutDatagrams() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 OutDatagrams = 4;
getOutDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
getOutDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 OutDatagrams = 4;
getOutDatagrams() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 OutDatagrams = 4;
getOutDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
getOutDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutDestUnreachs = 17;
getOutDestUnreachs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutDestUnreachs = 17;
getOutDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
getOutDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutDestUnreachs = 17;
getOutDestUnreachs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutDestUnreachs = 17;
getOutDiscards() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
getOutDiscards() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 OutDiscards = 11;
getOutDiscards() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 OutDiscards = 11;
getOutDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
getOutDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 OutDiscards = 11;
getOutDiscards() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 OutDiscards = 11;
getOutEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
getOutEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutEchoReps = 23;
getOutEchoReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchoReps = 23;
getOutEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
getOutEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutEchoReps = 23;
getOutEchoReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchoReps = 23;
getOutEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
getOutEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutEchos = 22;
getOutEchos() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchos = 22;
getOutEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
getOutEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutEchos = 22;
getOutEchos() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchos = 22;
getOutErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
getOutErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutErrors = 16;
getOutErrors() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutErrors = 16;
getOutErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
getOutErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutErrors = 16;
getOutErrors() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutErrors = 16;
getOutMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
getOutMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutMsgs = 15;
getOutMsgs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutMsgs = 15;
getOutMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
getOutMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutMsgs = 15;
getOutMsgs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutMsgs = 15;
getOutNoRoutes() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
getOutNoRoutes() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 OutNoRoutes = 12;
getOutNoRoutes() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 OutNoRoutes = 12;
getOutNoRoutes() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
getOutNoRoutes() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 OutNoRoutes = 12;
getOutNoRoutes() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 OutNoRoutes = 12;
getOutParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
getOutParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutParmProbs = 19;
getOutParmProbs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutParmProbs = 19;
getOutParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
getOutParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutParmProbs = 19;
getOutParmProbs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutParmProbs = 19;
getOutputFile() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
getOutputFile() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional string output_file = 5;
getOutputFile() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional string output_file = 5;
getOutputFile() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
getOutputFile() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional string output_file = 5;
getOutputFile() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional string output_file = 5;
getOutputFileBytes() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
getOutputFileBytes() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional string output_file = 5;
getOutputFileBytes() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional string output_file = 5;
getOutputFileBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
getOutputFileBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional string output_file = 5;
getOutputFileBytes() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional string output_file = 5;
getOutRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
getOutRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutRedirects = 21;
getOutRedirects() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutRedirects = 21;
getOutRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
getOutRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutRedirects = 21;
getOutRedirects() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutRedirects = 21;
getOutRequests() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
getOutRequests() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 OutRequests = 10;
getOutRequests() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 OutRequests = 10;
getOutRequests() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
getOutRequests() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 OutRequests = 10;
getOutRequests() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 OutRequests = 10;
getOutRsts() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
getOutRsts() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 OutRsts = 14;
getOutRsts() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 OutRsts = 14;
getOutRsts() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
getOutRsts() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 OutRsts = 14;
getOutRsts() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 OutRsts = 14;
getOutSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
getOutSegs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 OutSegs = 11;
getOutSegs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 OutSegs = 11;
getOutSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
getOutSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 OutSegs = 11;
getOutSegs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 OutSegs = 11;
getOutSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
getOutSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutSrcQuenchs = 20;
getOutSrcQuenchs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutSrcQuenchs = 20;
getOutSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
getOutSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutSrcQuenchs = 20;
getOutSrcQuenchs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutSrcQuenchs = 20;
getOutTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
getOutTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutTimeExcds = 18;
getOutTimeExcds() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimeExcds = 18;
getOutTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
getOutTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutTimeExcds = 18;
getOutTimeExcds() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimeExcds = 18;
getOutTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
getOutTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutTimestampReps = 25;
getOutTimestampReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestampReps = 25;
getOutTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
getOutTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutTimestampReps = 25;
getOutTimestampReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestampReps = 25;
getOutTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
getOutTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutTimestamps = 24;
getOutTimestamps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestamps = 24;
getOutTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
getOutTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutTimestamps = 24;
getOutTimestamps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestamps = 24;
getOverlimits() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
getOverlimits() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 overlimits = 5;
getOverlimits() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 overlimits = 5;
getOverlimits() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
getOverlimits() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 overlimits = 5;
getOverlimits() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 overlimits = 5;
getPackets() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
getPackets() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 packets = 6;
getPackets() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 packets = 6;
getPackets() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
getPackets() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 packets = 6;
getPackets() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 packets = 6;
getPageFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
getPageFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 page_faults = 15;
getPageFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 page_faults = 15;
getPageFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
getPageFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 page_faults = 15;
getPageFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 page_faults = 15;
getParameter(int) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
getParameter(int) - Method in class org.apache.mesos.Protos.Parameters
repeated .mesos.Parameter parameter = 1;
getParameter(int) - Method in interface org.apache.mesos.Protos.ParametersOrBuilder
repeated .mesos.Parameter parameter = 1;
getParameter(int) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
getParameter(int) - Method in class org.apache.mesos.v1.Protos.Parameters
repeated .mesos.v1.Parameter parameter = 1;
getParameter(int) - Method in interface org.apache.mesos.v1.Protos.ParametersOrBuilder
repeated .mesos.v1.Parameter parameter = 1;
getParameterBuilder(int) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
getParameterBuilder(int) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
getParameterBuilderList() - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
getParameterBuilderList() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
getParameterCount() - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
getParameterCount() - Method in class org.apache.mesos.Protos.Parameters
repeated .mesos.Parameter parameter = 1;
getParameterCount() - Method in interface org.apache.mesos.Protos.ParametersOrBuilder
repeated .mesos.Parameter parameter = 1;
getParameterCount() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
getParameterCount() - Method in class org.apache.mesos.v1.Protos.Parameters
repeated .mesos.v1.Parameter parameter = 1;
getParameterCount() - Method in interface org.apache.mesos.v1.Protos.ParametersOrBuilder
repeated .mesos.v1.Parameter parameter = 1;
getParameterList() - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
getParameterList() - Method in class org.apache.mesos.Protos.Parameters
repeated .mesos.Parameter parameter = 1;
getParameterList() - Method in interface org.apache.mesos.Protos.ParametersOrBuilder
repeated .mesos.Parameter parameter = 1;
getParameterList() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
getParameterList() - Method in class org.apache.mesos.v1.Protos.Parameters
repeated .mesos.v1.Parameter parameter = 1;
getParameterList() - Method in interface org.apache.mesos.v1.Protos.ParametersOrBuilder
repeated .mesos.v1.Parameter parameter = 1;
getParameterOrBuilder(int) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilder(int) - Method in class org.apache.mesos.Protos.Parameters
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilder(int) - Method in interface org.apache.mesos.Protos.ParametersOrBuilder
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
getParameterOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Parameters
repeated .mesos.v1.Parameter parameter = 1;
getParameterOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ParametersOrBuilder
repeated .mesos.v1.Parameter parameter = 1;
getParameterOrBuilderList() - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilderList() - Method in class org.apache.mesos.Protos.Parameters
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilderList() - Method in interface org.apache.mesos.Protos.ParametersOrBuilder
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
getParameterOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Parameters
repeated .mesos.v1.Parameter parameter = 1;
getParameterOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ParametersOrBuilder
repeated .mesos.v1.Parameter parameter = 1;
getParameters(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
getParameters(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.Parameter parameters = 5;
getParameters(int) - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.Parameter parameters = 5;
getParameters(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
getParameters(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.Parameter parameters = 5;
getParameters(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.Parameter parameters = 5;
getParametersBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
getParametersBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
getParametersBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
getParametersBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
getParametersCount() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
getParametersCount() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.Parameter parameters = 5;
getParametersCount() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.Parameter parameters = 5;
getParametersCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
getParametersCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.Parameter parameters = 5;
getParametersCount() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.Parameter parameters = 5;
getParametersList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
getParametersList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.Parameter parameters = 5;
getParametersList() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.Parameter parameters = 5;
getParametersList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
getParametersList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.Parameter parameters = 5;
getParametersList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.Parameter parameters = 5;
getParametersOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilder(int) - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
getParametersOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.Parameter parameters = 5;
getParametersOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.Parameter parameters = 5;
getParametersOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilderList() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.Parameter parameters = 5;
getParametersOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
getParametersOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.Parameter parameters = 5;
getParametersOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.Parameter parameters = 5;
getParserForType() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
getParserForType() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
getParserForType() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
getParserForType() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
getParserForType() - Method in class org.apache.mesos.containerizer.Protos.Update
 
getParserForType() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
getParserForType() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
getParserForType() - Method in class org.apache.mesos.Protos.Address
 
getParserForType() - Method in class org.apache.mesos.Protos.Attribute
 
getParserForType() - Method in class org.apache.mesos.Protos.CgroupInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
getParserForType() - Method in class org.apache.mesos.Protos.CommandInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
getParserForType() - Method in class org.apache.mesos.Protos.ContainerID
 
getParserForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
getParserForType() - Method in class org.apache.mesos.Protos.ContainerInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.ContainerStatus
 
getParserForType() - Method in class org.apache.mesos.Protos.Credential
 
getParserForType() - Method in class org.apache.mesos.Protos.Credentials
 
getParserForType() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.DurationInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.Environment
 
getParserForType() - Method in class org.apache.mesos.Protos.Environment.Variable
 
getParserForType() - Method in class org.apache.mesos.Protos.ExecutorID
 
getParserForType() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.FileInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.Filters
 
getParserForType() - Method in class org.apache.mesos.Protos.Flag
 
getParserForType() - Method in class org.apache.mesos.Protos.FrameworkID
 
getParserForType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
getParserForType() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.HealthCheck
 
getParserForType() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
getParserForType() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.Image.Appc
 
getParserForType() - Method in class org.apache.mesos.Protos.Image.Docker
 
getParserForType() - Method in class org.apache.mesos.Protos.Image
 
getParserForType() - Method in class org.apache.mesos.Protos.InverseOffer
 
getParserForType() - Method in class org.apache.mesos.Protos.IpStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.KillPolicy
 
getParserForType() - Method in class org.apache.mesos.Protos.Label
 
getParserForType() - Method in class org.apache.mesos.Protos.Labels
 
getParserForType() - Method in class org.apache.mesos.Protos.MachineID
 
getParserForType() - Method in class org.apache.mesos.Protos.MachineInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.MasterInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.Metric
 
getParserForType() - Method in class org.apache.mesos.Protos.NetworkInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
getParserForType() - Method in class org.apache.mesos.Protos.Offer
 
getParserForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
getParserForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
getParserForType() - Method in class org.apache.mesos.Protos.Offer.Operation
 
getParserForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
getParserForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
getParserForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
getParserForType() - Method in class org.apache.mesos.Protos.OfferID
 
getParserForType() - Method in class org.apache.mesos.Protos.Parameter
 
getParserForType() - Method in class org.apache.mesos.Protos.Parameters
 
getParserForType() - Method in class org.apache.mesos.Protos.PerfStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.Port
 
getParserForType() - Method in class org.apache.mesos.Protos.Ports
 
getParserForType() - Method in class org.apache.mesos.Protos.RateLimit
 
getParserForType() - Method in class org.apache.mesos.Protos.RateLimits
 
getParserForType() - Method in class org.apache.mesos.Protos.Request
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
getParserForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
getParserForType() - Method in class org.apache.mesos.Protos.ResourceUsage
 
getParserForType() - Method in class org.apache.mesos.Protos.Role
 
getParserForType() - Method in class org.apache.mesos.Protos.SlaveID
 
getParserForType() - Method in class org.apache.mesos.Protos.SlaveInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.Task
 
getParserForType() - Method in class org.apache.mesos.Protos.TaskID
 
getParserForType() - Method in class org.apache.mesos.Protos.TaskInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.TaskStatus
 
getParserForType() - Method in class org.apache.mesos.Protos.TcpStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.TimeInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.UdpStatistics
 
getParserForType() - Method in class org.apache.mesos.Protos.Unavailability
 
getParserForType() - Method in class org.apache.mesos.Protos.URL
 
getParserForType() - Method in class org.apache.mesos.Protos.Value
 
getParserForType() - Method in class org.apache.mesos.Protos.Value.Range
 
getParserForType() - Method in class org.apache.mesos.Protos.Value.Ranges
 
getParserForType() - Method in class org.apache.mesos.Protos.Value.Scalar
 
getParserForType() - Method in class org.apache.mesos.Protos.Value.Set
 
getParserForType() - Method in class org.apache.mesos.Protos.Value.Text
 
getParserForType() - Method in class org.apache.mesos.Protos.VersionInfo
 
getParserForType() - Method in class org.apache.mesos.Protos.Volume
 
getParserForType() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
getParserForType() - Method in class org.apache.mesos.Protos.Volume.Source
 
getParserForType() - Method in class org.apache.mesos.Protos.WeightInfo
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
getParserForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Address
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.AgentID
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Attribute
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Credential
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Credentials
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Environment
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Filters
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Flag
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Image
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Label
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Labels
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.MachineID
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Metric
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Offer
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.OfferID
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Parameter
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Parameters
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Port
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Ports
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Request
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Role
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Task
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.TaskID
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.URL
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Value
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Volume
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
getParserForType() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
getParserForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
getPassiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
getPassiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 PassiveOpens = 6;
getPassiveOpens() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 PassiveOpens = 6;
getPassiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
getPassiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 PassiveOpens = 6;
getPassiveOpens() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 PassiveOpens = 6;
getPath() - Method in class org.apache.mesos.Protos.FileInfo.Builder
required string path = 1;
getPath() - Method in class org.apache.mesos.Protos.FileInfo
required string path = 1;
getPath() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
required string path = 1;
getPath() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
getPath() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
optional string path = 2 [default = "/"];
getPath() - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
optional string path = 2 [default = "/"];
getPath() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
getPath() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
getPath() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
getPath() - Method in class org.apache.mesos.Protos.URL.Builder
optional string path = 3;
getPath() - Method in class org.apache.mesos.Protos.URL
optional string path = 3;
getPath() - Method in interface org.apache.mesos.Protos.URLOrBuilder
optional string path = 3;
getPath() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
required string path = 1;
getPath() - Method in class org.apache.mesos.v1.Protos.FileInfo
required string path = 1;
getPath() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
required string path = 1;
getPath() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
getPath() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
optional string path = 2 [default = "/"];
getPath() - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
optional string path = 2 [default = "/"];
getPath() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
getPath() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
getPath() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
getPath() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string path = 3;
getPath() - Method in class org.apache.mesos.v1.Protos.URL
optional string path = 3;
getPath() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
optional string path = 3;
getPathBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
getPathBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
getPathBytes() - Method in class org.apache.mesos.Protos.FileInfo.Builder
required string path = 1;
getPathBytes() - Method in class org.apache.mesos.Protos.FileInfo
required string path = 1;
getPathBytes() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
required string path = 1;
getPathBytes() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
getPathBytes() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
optional string path = 2 [default = "/"];
getPathBytes() - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
optional string path = 2 [default = "/"];
getPathBytes() - Method in class org.apache.mesos.Protos.URL.Builder
optional string path = 3;
getPathBytes() - Method in class org.apache.mesos.Protos.URL
optional string path = 3;
getPathBytes() - Method in interface org.apache.mesos.Protos.URLOrBuilder
optional string path = 3;
getPathBytes() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
required string path = 1;
getPathBytes() - Method in class org.apache.mesos.v1.Protos.FileInfo
required string path = 1;
getPathBytes() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
required string path = 1;
getPathBytes() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
getPathBytes() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
optional string path = 2 [default = "/"];
getPathBytes() - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
optional string path = 2 [default = "/"];
getPathBytes() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string path = 3;
getPathBytes() - Method in class org.apache.mesos.v1.Protos.URL
optional string path = 3;
getPathBytes() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
optional string path = 3;
getPathOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
getPathOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
getPathOrBuilder() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
getPathOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
getPathOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
getPathOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
getPerf() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
getPerf() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional .mesos.PerfStatistics perf = 13;
getPerf() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional .mesos.PerfStatistics perf = 13;
getPerf() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
getPerf() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional .mesos.v1.PerfStatistics perf = 13;
getPerf() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional .mesos.v1.PerfStatistics perf = 13;
getPerfBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
getPerfBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
getPerfOrBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
getPerfOrBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional .mesos.PerfStatistics perf = 13;
getPerfOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional .mesos.PerfStatistics perf = 13;
getPerfOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
getPerfOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional .mesos.v1.PerfStatistics perf = 13;
getPerfOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional .mesos.v1.PerfStatistics perf = 13;
getPersistence() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
getPersistence() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
getPersistence() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
getPersistence() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
getPersistence() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
getPersistence() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceOrBuilder() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
getPersistenceOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
getPid() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string pid = 4;
getPid() - Method in class org.apache.mesos.Protos.MasterInfo
optional string pid = 4;
getPid() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string pid = 4;
getPid() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string pid = 4;
getPid() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string pid = 4;
getPid() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string pid = 4;
getPidBytes() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string pid = 4;
getPidBytes() - Method in class org.apache.mesos.Protos.MasterInfo
optional string pid = 4;
getPidBytes() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string pid = 4;
getPidBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string pid = 4;
getPidBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string pid = 4;
getPidBytes() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string pid = 4;
getPort() - Method in class org.apache.mesos.Protos.Address.Builder
required int32 port = 3;
getPort() - Method in class org.apache.mesos.Protos.Address
required int32 port = 3;
getPort() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
required int32 port = 3;
getPort() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
getPort() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
required uint32 port = 1;
getPort() - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
required uint32 port = 1;
getPort() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
getPort() - Method in class org.apache.mesos.Protos.MasterInfo
required uint32 port = 3 [default = 5050];
getPort() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
required uint32 port = 3 [default = 5050];
getPort() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional int32 port = 8 [default = 5051];
getPort() - Method in class org.apache.mesos.Protos.SlaveInfo
optional int32 port = 8 [default = 5051];
getPort() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
optional int32 port = 8 [default = 5051];
getPort() - Method in class org.apache.mesos.v1.Protos.Address.Builder
required int32 port = 3;
getPort() - Method in class org.apache.mesos.v1.Protos.Address
required int32 port = 3;
getPort() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
required int32 port = 3;
getPort() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional int32 port = 8 [default = 5051];
getPort() - Method in class org.apache.mesos.v1.Protos.AgentInfo
optional int32 port = 8 [default = 5051];
getPort() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
optional int32 port = 8 [default = 5051];
getPort() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
getPort() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
required uint32 port = 1;
getPort() - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
required uint32 port = 1;
getPort() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
getPort() - Method in class org.apache.mesos.v1.Protos.MasterInfo
required uint32 port = 3 [default = 5050];
getPort() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
required uint32 port = 3 [default = 5050];
getPortMappings(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappings(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappings(int) - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappings(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappings(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappings(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsCount() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsCount() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsCount() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsCount() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsList() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilder(int) - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilderList() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPortMappingsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
getPorts() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
getPorts() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional .mesos.Ports ports = 6;
getPorts() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional .mesos.Ports ports = 6;
getPorts(int) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
getPorts(int) - Method in class org.apache.mesos.Protos.Ports
repeated .mesos.Port ports = 1;
getPorts(int) - Method in interface org.apache.mesos.Protos.PortsOrBuilder
repeated .mesos.Port ports = 1;
getPorts() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
getPorts() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional .mesos.v1.Ports ports = 6;
getPorts() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional .mesos.v1.Ports ports = 6;
getPorts(int) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
getPorts(int) - Method in class org.apache.mesos.v1.Protos.Ports
repeated .mesos.v1.Port ports = 1;
getPorts(int) - Method in interface org.apache.mesos.v1.Protos.PortsOrBuilder
repeated .mesos.v1.Port ports = 1;
getPortsBuilder() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
getPortsBuilder(int) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
getPortsBuilder() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
getPortsBuilder(int) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
getPortsBuilderList() - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
getPortsBuilderList() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
getPortsCount() - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
getPortsCount() - Method in class org.apache.mesos.Protos.Ports
repeated .mesos.Port ports = 1;
getPortsCount() - Method in interface org.apache.mesos.Protos.PortsOrBuilder
repeated .mesos.Port ports = 1;
getPortsCount() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
getPortsCount() - Method in class org.apache.mesos.v1.Protos.Ports
repeated .mesos.v1.Port ports = 1;
getPortsCount() - Method in interface org.apache.mesos.v1.Protos.PortsOrBuilder
repeated .mesos.v1.Port ports = 1;
getPortsList() - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
getPortsList() - Method in class org.apache.mesos.Protos.Ports
repeated .mesos.Port ports = 1;
getPortsList() - Method in interface org.apache.mesos.Protos.PortsOrBuilder
repeated .mesos.Port ports = 1;
getPortsList() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
getPortsList() - Method in class org.apache.mesos.v1.Protos.Ports
repeated .mesos.v1.Port ports = 1;
getPortsList() - Method in interface org.apache.mesos.v1.Protos.PortsOrBuilder
repeated .mesos.v1.Port ports = 1;
getPortsOrBuilder() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
getPortsOrBuilder() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional .mesos.Ports ports = 6;
getPortsOrBuilder() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional .mesos.Ports ports = 6;
getPortsOrBuilder(int) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
getPortsOrBuilder(int) - Method in class org.apache.mesos.Protos.Ports
repeated .mesos.Port ports = 1;
getPortsOrBuilder(int) - Method in interface org.apache.mesos.Protos.PortsOrBuilder
repeated .mesos.Port ports = 1;
getPortsOrBuilder() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
getPortsOrBuilder() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional .mesos.v1.Ports ports = 6;
getPortsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional .mesos.v1.Ports ports = 6;
getPortsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
getPortsOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Ports
repeated .mesos.v1.Port ports = 1;
getPortsOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.PortsOrBuilder
repeated .mesos.v1.Port ports = 1;
getPortsOrBuilderList() - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
getPortsOrBuilderList() - Method in class org.apache.mesos.Protos.Ports
repeated .mesos.Port ports = 1;
getPortsOrBuilderList() - Method in interface org.apache.mesos.Protos.PortsOrBuilder
repeated .mesos.Port ports = 1;
getPortsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
getPortsOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Ports
repeated .mesos.v1.Port ports = 1;
getPortsOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.PortsOrBuilder
repeated .mesos.v1.Port ports = 1;
getPrincipal() - Method in class org.apache.mesos.Protos.Credential.Builder
required string principal = 1;
getPrincipal() - Method in class org.apache.mesos.Protos.Credential
required string principal = 1;
getPrincipal() - Method in interface org.apache.mesos.Protos.CredentialOrBuilder
required string principal = 1;
getPrincipal() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string principal = 8;
getPrincipal() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string principal = 8;
getPrincipal() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string principal = 8;
getPrincipal() - Method in class org.apache.mesos.Protos.RateLimit.Builder
required string principal = 2;
getPrincipal() - Method in class org.apache.mesos.Protos.RateLimit
required string principal = 2;
getPrincipal() - Method in interface org.apache.mesos.Protos.RateLimitOrBuilder
required string principal = 2;
getPrincipal() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
getPrincipal() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
optional string principal = 2;
getPrincipal() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.PersistenceOrBuilder
optional string principal = 2;
getPrincipal() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
getPrincipal() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
optional string principal = 1;
getPrincipal() - Method in interface org.apache.mesos.Protos.Resource.ReservationInfoOrBuilder
optional string principal = 1;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
required string principal = 1;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.Credential
required string principal = 1;
getPrincipal() - Method in interface org.apache.mesos.v1.Protos.CredentialOrBuilder
required string principal = 1;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string principal = 8;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string principal = 8;
getPrincipal() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string principal = 8;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
required string principal = 2;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.RateLimit
required string principal = 2;
getPrincipal() - Method in interface org.apache.mesos.v1.Protos.RateLimitOrBuilder
required string principal = 2;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
optional string principal = 2;
getPrincipal() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.PersistenceOrBuilder
optional string principal = 2;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
getPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
optional string principal = 1;
getPrincipal() - Method in interface org.apache.mesos.v1.Protos.Resource.ReservationInfoOrBuilder
optional string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.Credential.Builder
required string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.Credential
required string principal = 1;
getPrincipalBytes() - Method in interface org.apache.mesos.Protos.CredentialOrBuilder
required string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string principal = 8;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string principal = 8;
getPrincipalBytes() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string principal = 8;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.RateLimit.Builder
required string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.RateLimit
required string principal = 2;
getPrincipalBytes() - Method in interface org.apache.mesos.Protos.RateLimitOrBuilder
required string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
optional string principal = 2;
getPrincipalBytes() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.PersistenceOrBuilder
optional string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
optional string principal = 1;
getPrincipalBytes() - Method in interface org.apache.mesos.Protos.Resource.ReservationInfoOrBuilder
optional string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
required string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.Credential
required string principal = 1;
getPrincipalBytes() - Method in interface org.apache.mesos.v1.Protos.CredentialOrBuilder
required string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string principal = 8;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string principal = 8;
getPrincipalBytes() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string principal = 8;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
required string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.RateLimit
required string principal = 2;
getPrincipalBytes() - Method in interface org.apache.mesos.v1.Protos.RateLimitOrBuilder
required string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
optional string principal = 2;
getPrincipalBytes() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.PersistenceOrBuilder
optional string principal = 2;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
getPrincipalBytes() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
optional string principal = 1;
getPrincipalBytes() - Method in interface org.apache.mesos.v1.Protos.Resource.ReservationInfoOrBuilder
optional string principal = 1;
getPrivileged() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
getPrivileged() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
optional bool privileged = 4 [default = false];
getPrivileged() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool privileged = 4 [default = false];
getPrivileged() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
getPrivileged() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
optional bool privileged = 4 [default = false];
getPrivileged() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool privileged = 4 [default = false];
getProcesses() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
getProcesses() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 processes = 30;
getProcesses() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 processes = 30;
getProcesses() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
getProcesses() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 processes = 30;
getProcesses() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 processes = 30;
getProtocol() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
getProtocol() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
optional string protocol = 3;
getProtocol() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
optional string protocol = 3;
getProtocol() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.NetworkInfo.Protocol protocol = 1;
getProtocol() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
optional .mesos.NetworkInfo.Protocol protocol = 1;
getProtocol() - Method in interface org.apache.mesos.Protos.NetworkInfo.IPAddressOrBuilder
optional .mesos.NetworkInfo.Protocol protocol = 1;
getProtocol() - Method in class org.apache.mesos.Protos.Port.Builder
optional string protocol = 3;
getProtocol() - Method in class org.apache.mesos.Protos.Port
optional string protocol = 3;
getProtocol() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional string protocol = 3;
getProtocol() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
getProtocol() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
optional string protocol = 3;
getProtocol() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
optional string protocol = 3;
getProtocol() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
getProtocol() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
getProtocol() - Method in interface org.apache.mesos.v1.Protos.NetworkInfo.IPAddressOrBuilder
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
getProtocol() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string protocol = 3;
getProtocol() - Method in class org.apache.mesos.v1.Protos.Port
optional string protocol = 3;
getProtocol() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
optional string protocol = 3;
getProtocolBytes() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.Protos.Port.Builder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.Protos.Port
optional string protocol = 3;
getProtocolBytes() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
optional string protocol = 3;
getProtocolBytes() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.mesos.v1.Protos.Port
optional string protocol = 3;
getProtocolBytes() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional string protocol = 3;
getQlen() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
getQlen() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 qlen = 7;
getQlen() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 qlen = 7;
getQlen() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
getQlen() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 qlen = 7;
getQlen() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 qlen = 7;
getQps() - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional double qps = 1;
getQps() - Method in class org.apache.mesos.Protos.RateLimit
optional double qps = 1;
getQps() - Method in interface org.apache.mesos.Protos.RateLimitOrBuilder
optional double qps = 1;
getQps() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional double qps = 1;
getQps() - Method in class org.apache.mesos.v1.Protos.RateLimit
optional double qps = 1;
getQps() - Method in interface org.apache.mesos.v1.Protos.RateLimitOrBuilder
optional double qps = 1;
getQuery(int) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
getQuery(int) - Method in class org.apache.mesos.Protos.URL
repeated .mesos.Parameter query = 4;
getQuery(int) - Method in interface org.apache.mesos.Protos.URLOrBuilder
repeated .mesos.Parameter query = 4;
getQuery(int) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
getQuery(int) - Method in class org.apache.mesos.v1.Protos.URL
repeated .mesos.v1.Parameter query = 4;
getQuery(int) - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
repeated .mesos.v1.Parameter query = 4;
getQueryBuilder(int) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
getQueryBuilder(int) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
getQueryBuilderList() - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
getQueryBuilderList() - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
getQueryCount() - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
getQueryCount() - Method in class org.apache.mesos.Protos.URL
repeated .mesos.Parameter query = 4;
getQueryCount() - Method in interface org.apache.mesos.Protos.URLOrBuilder
repeated .mesos.Parameter query = 4;
getQueryCount() - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
getQueryCount() - Method in class org.apache.mesos.v1.Protos.URL
repeated .mesos.v1.Parameter query = 4;
getQueryCount() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
repeated .mesos.v1.Parameter query = 4;
getQueryList() - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
getQueryList() - Method in class org.apache.mesos.Protos.URL
repeated .mesos.Parameter query = 4;
getQueryList() - Method in interface org.apache.mesos.Protos.URLOrBuilder
repeated .mesos.Parameter query = 4;
getQueryList() - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
getQueryList() - Method in class org.apache.mesos.v1.Protos.URL
repeated .mesos.v1.Parameter query = 4;
getQueryList() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
repeated .mesos.v1.Parameter query = 4;
getQueryOrBuilder(int) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
getQueryOrBuilder(int) - Method in class org.apache.mesos.Protos.URL
repeated .mesos.Parameter query = 4;
getQueryOrBuilder(int) - Method in interface org.apache.mesos.Protos.URLOrBuilder
repeated .mesos.Parameter query = 4;
getQueryOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
getQueryOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.URL
repeated .mesos.v1.Parameter query = 4;
getQueryOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
repeated .mesos.v1.Parameter query = 4;
getQueryOrBuilderList() - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
getQueryOrBuilderList() - Method in class org.apache.mesos.Protos.URL
repeated .mesos.Parameter query = 4;
getQueryOrBuilderList() - Method in interface org.apache.mesos.Protos.URLOrBuilder
repeated .mesos.Parameter query = 4;
getQueryOrBuilderList() - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
getQueryOrBuilderList() - Method in class org.apache.mesos.v1.Protos.URL
repeated .mesos.v1.Parameter query = 4;
getQueryOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
repeated .mesos.v1.Parameter query = 4;
getRange(int) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
getRange(int) - Method in class org.apache.mesos.Protos.Value.Ranges
repeated .mesos.Value.Range range = 1;
getRange(int) - Method in interface org.apache.mesos.Protos.Value.RangesOrBuilder
repeated .mesos.Value.Range range = 1;
getRange(int) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
getRange(int) - Method in class org.apache.mesos.v1.Protos.Value.Ranges
repeated .mesos.v1.Value.Range range = 1;
getRange(int) - Method in interface org.apache.mesos.v1.Protos.Value.RangesOrBuilder
repeated .mesos.v1.Value.Range range = 1;
getRangeBuilder(int) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
getRangeBuilder(int) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
getRangeBuilderList() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
getRangeBuilderList() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
getRangeCount() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
getRangeCount() - Method in class org.apache.mesos.Protos.Value.Ranges
repeated .mesos.Value.Range range = 1;
getRangeCount() - Method in interface org.apache.mesos.Protos.Value.RangesOrBuilder
repeated .mesos.Value.Range range = 1;
getRangeCount() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
getRangeCount() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
repeated .mesos.v1.Value.Range range = 1;
getRangeCount() - Method in interface org.apache.mesos.v1.Protos.Value.RangesOrBuilder
repeated .mesos.v1.Value.Range range = 1;
getRangeList() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
getRangeList() - Method in class org.apache.mesos.Protos.Value.Ranges
repeated .mesos.Value.Range range = 1;
getRangeList() - Method in interface org.apache.mesos.Protos.Value.RangesOrBuilder
repeated .mesos.Value.Range range = 1;
getRangeList() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
getRangeList() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
repeated .mesos.v1.Value.Range range = 1;
getRangeList() - Method in interface org.apache.mesos.v1.Protos.Value.RangesOrBuilder
repeated .mesos.v1.Value.Range range = 1;
getRangeOrBuilder(int) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
getRangeOrBuilder(int) - Method in class org.apache.mesos.Protos.Value.Ranges
repeated .mesos.Value.Range range = 1;
getRangeOrBuilder(int) - Method in interface org.apache.mesos.Protos.Value.RangesOrBuilder
repeated .mesos.Value.Range range = 1;
getRangeOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
getRangeOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Value.Ranges
repeated .mesos.v1.Value.Range range = 1;
getRangeOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.Value.RangesOrBuilder
repeated .mesos.v1.Value.Range range = 1;
getRangeOrBuilderList() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
getRangeOrBuilderList() - Method in class org.apache.mesos.Protos.Value.Ranges
repeated .mesos.Value.Range range = 1;
getRangeOrBuilderList() - Method in interface org.apache.mesos.Protos.Value.RangesOrBuilder
repeated .mesos.Value.Range range = 1;
getRangeOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
getRangeOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
repeated .mesos.v1.Value.Range range = 1;
getRangeOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.Value.RangesOrBuilder
repeated .mesos.v1.Value.Range range = 1;
getRanges() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Ranges ranges = 4;
getRanges() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Ranges ranges = 4;
getRanges() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
getRanges() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Ranges ranges = 3;
getRanges() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Ranges ranges = 3;
getRanges() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Ranges ranges = 4;
getRanges() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Ranges ranges = 4;
getRanges() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Ranges ranges = 4;
getRanges() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
getRanges() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Ranges ranges = 3;
getRanges() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Ranges ranges = 3;
getRangesBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
getRangesBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
getRangesBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
getRangesBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
getRangesOrBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
getRangesOrBuilder() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Ranges ranges = 3;
getRangesOrBuilder() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Ranges ranges = 3;
getRangesOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Ranges ranges = 4;
getRangesOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
getRangesOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Ranges ranges = 3;
getRangesOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Ranges ranges = 3;
getRatebps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
getRatebps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 ratebps = 8;
getRatebps() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratebps = 8;
getRatebps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
getRatebps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 ratebps = 8;
getRatebps() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratebps = 8;
getRatepps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
getRatepps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 ratepps = 9;
getRatepps() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratepps = 9;
getRatepps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
getRatepps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 ratepps = 9;
getRatepps() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratepps = 9;
getRcvbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
getRcvbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 RcvbufErrors = 5;
getRcvbufErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 RcvbufErrors = 5;
getRcvbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
getRcvbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 RcvbufErrors = 5;
getRcvbufErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 RcvbufErrors = 5;
getReasmFails() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
getReasmFails() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmFails = 16;
getReasmFails() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmFails = 16;
getReasmFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
getReasmFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmFails = 16;
getReasmFails() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmFails = 16;
getReasmOKs() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
getReasmOKs() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmOKs = 15;
getReasmOKs() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmOKs = 15;
getReasmOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
getReasmOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmOKs = 15;
getReasmOKs() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmOKs = 15;
getReasmReqds() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
getReasmReqds() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmReqds = 14;
getReasmReqds() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmReqds = 14;
getReasmReqds() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
getReasmReqds() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmReqds = 14;
getReasmReqds() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmReqds = 14;
getReasmTimeout() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
getReasmTimeout() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmTimeout = 13;
getReasmTimeout() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmTimeout = 13;
getReasmTimeout() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
getReasmTimeout() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmTimeout = 13;
getReasmTimeout() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmTimeout = 13;
getReason() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Reason reason = 10;
getReason() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.TaskStatus.Reason reason = 10;
getReason() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.TaskStatus.Reason reason = 10;
getReason() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Reason reason = 10;
getReason() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.TaskStatus.Reason reason = 10;
getReason() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.TaskStatus.Reason reason = 10;
getReasons(int) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasons(int) - Method in class org.apache.mesos.containerizer.Protos.Termination
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasons(int) - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasonsCount() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasonsCount() - Method in class org.apache.mesos.containerizer.Protos.Termination
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasonsCount() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasonsList() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasonsList() - Method in class org.apache.mesos.containerizer.Protos.Termination
repeated .mesos.TaskStatus.Reason reasons = 5;
getReasonsList() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
repeated .mesos.TaskStatus.Reason reasons = 5;
getReconcile() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
getReconcile() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
getReconcile() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
getReconcileBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
getReconcileOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
getReconcileOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
getReconcileOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
getRefCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
getRefCycles() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 ref_cycles = 12;
getRefCycles() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 ref_cycles = 12;
getRefCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
getRefCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 ref_cycles = 12;
getRefCycles() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 ref_cycles = 12;
getRefuseSeconds() - Method in class org.apache.mesos.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
getRefuseSeconds() - Method in class org.apache.mesos.Protos.Filters
optional double refuse_seconds = 1 [default = 5];
getRefuseSeconds() - Method in interface org.apache.mesos.Protos.FiltersOrBuilder
optional double refuse_seconds = 1 [default = 5];
getRefuseSeconds() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
getRefuseSeconds() - Method in class org.apache.mesos.v1.Protos.Filters
optional double refuse_seconds = 1 [default = 5];
getRefuseSeconds() - Method in interface org.apache.mesos.v1.Protos.FiltersOrBuilder
optional double refuse_seconds = 1 [default = 5];
getRequest() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
getRequest() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Request request = 11;
getRequest() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Request request = 11;
getRequestBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
getRequestOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
getRequestOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Request request = 11;
getRequestOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Request request = 11;
getRequests(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
getRequests(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
repeated .mesos.v1.Request requests = 1;
getRequests(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.RequestOrBuilder
repeated .mesos.v1.Request requests = 1;
getRequestsBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
getRequestsBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
getRequestsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
getRequestsCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
repeated .mesos.v1.Request requests = 1;
getRequestsCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.RequestOrBuilder
repeated .mesos.v1.Request requests = 1;
getRequestsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
getRequestsList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
repeated .mesos.v1.Request requests = 1;
getRequestsList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.RequestOrBuilder
repeated .mesos.v1.Request requests = 1;
getRequestsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
getRequestsOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
repeated .mesos.v1.Request requests = 1;
getRequestsOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.RequestOrBuilder
repeated .mesos.v1.Request requests = 1;
getRequestsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
getRequestsOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
repeated .mesos.v1.Request requests = 1;
getRequestsOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.RequestOrBuilder
repeated .mesos.v1.Request requests = 1;
getRequeues() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
getRequeues() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 requeues = 10;
getRequeues() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 requeues = 10;
getRequeues() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
getRequeues() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 requeues = 10;
getRequeues() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 requeues = 10;
getRescind() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
getRescind() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
getRescind() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
getRescindBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
getRescindInverseOffer() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
getRescindInverseOffer() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
getRescindInverseOffer() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
getRescindInverseOfferBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
getRescindInverseOfferOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
getRescindInverseOfferOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
getRescindInverseOfferOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
getRescindOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
getRescindOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
getRescindOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
getReservation() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
getReservation() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.ReservationInfo reservation = 8;
getReservation() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.ReservationInfo reservation = 8;
getReservation() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
getReservation() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
getReservation() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
getReservationBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
getReservationBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
getReservationOrBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
getReservationOrBuilder() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.ReservationInfo reservation = 8;
getReservationOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.ReservationInfo reservation = 8;
getReservationOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
getReservationOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
getReservationOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
getReserve() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
getReserve() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Reserve reserve = 3;
getReserve() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Reserve reserve = 3;
getReserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
getReserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
getReserve() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
getReserveBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
getReserveBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
getReserveOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
getReserveOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Reserve reserve = 3;
getReserveOrBuilder() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Reserve reserve = 3;
getReserveOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
getReserveOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
getReserveOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
getResources(int) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
getResources(int) - Method in class org.apache.mesos.containerizer.Protos.Update
repeated .mesos.Resource resources = 2;
getResources(int) - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
repeated .mesos.Resource resources = 2;
getResources(int) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.Protos.ExecutorInfo
repeated .mesos.Resource resources = 5;
getResources(int) - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
repeated .mesos.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
getResources(int) - Method in class org.apache.mesos.Protos.InverseOffer
repeated .mesos.Resource resources = 6;
getResources(int) - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
repeated .mesos.Resource resources = 6;
getResources(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
getResources(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
repeated .mesos.Resource resources = 1;
getResources(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.Resource resources = 1;
getResources(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
getResources(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
repeated .mesos.Resource resources = 1;
getResources(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.Resource resources = 1;
getResources(int) - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
getResources(int) - Method in class org.apache.mesos.Protos.Request
repeated .mesos.Resource resources = 2;
getResources(int) - Method in interface org.apache.mesos.Protos.RequestOrBuilder
repeated .mesos.Resource resources = 2;
getResources(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
repeated .mesos.Resource resources = 3;
getResources(int) - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
getResources(int) - Method in class org.apache.mesos.Protos.Role
repeated .mesos.Resource resources = 4;
getResources(int) - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.Resource resources = 4;
getResources(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Resource resources = 3;
getResources(int) - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
getResources(int) - Method in class org.apache.mesos.Protos.Task
repeated .mesos.Resource resources = 7;
getResources(int) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
getResources(int) - Method in class org.apache.mesos.Protos.TaskInfo
repeated .mesos.Resource resources = 4;
getResources(int) - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
repeated .mesos.Resource resources = 4;
getResources(int) - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.Resource resources = 7;
getResources(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Resource resources = 3;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
repeated .mesos.v1.Resource resources = 5;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
getResources(int) - Method in class org.apache.mesos.v1.Protos.InverseOffer
repeated .mesos.v1.Resource resources = 6;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
repeated .mesos.v1.Resource resources = 6;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
repeated .mesos.v1.Resource resources = 1;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
repeated .mesos.v1.Resource resources = 1;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Request
repeated .mesos.v1.Resource resources = 2;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
repeated .mesos.v1.Resource resources = 2;
getResources(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
repeated .mesos.v1.Resource resources = 3;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.Resource resources = 4;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
getResources(int) - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.Resource resources = 7;
getResources(int) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
getResources(int) - Method in class org.apache.mesos.v1.Protos.TaskInfo
repeated .mesos.v1.Resource resources = 4;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResources(int) - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.Resource resources = 7;
getResourcesBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
getResourcesBuilder(int) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
getResourcesBuilder(int) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesBuilderList() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
getResourcesBuilderList() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
getResourcesBuilderList() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesCount() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
getResourcesCount() - Method in class org.apache.mesos.containerizer.Protos.Update
repeated .mesos.Resource resources = 2;
getResourcesCount() - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesCount() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.Protos.ExecutorInfo
repeated .mesos.Resource resources = 5;
getResourcesCount() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
getResourcesCount() - Method in class org.apache.mesos.Protos.InverseOffer
repeated .mesos.Resource resources = 6;
getResourcesCount() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
repeated .mesos.Resource resources = 6;
getResourcesCount() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
repeated .mesos.Resource resources = 1;
getResourcesCount() - Method in interface org.apache.mesos.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
repeated .mesos.Resource resources = 1;
getResourcesCount() - Method in interface org.apache.mesos.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesCount() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
getResourcesCount() - Method in class org.apache.mesos.Protos.Request
repeated .mesos.Resource resources = 2;
getResourcesCount() - Method in interface org.apache.mesos.Protos.RequestOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
repeated .mesos.Resource resources = 3;
getResourcesCount() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
getResourcesCount() - Method in class org.apache.mesos.Protos.Role
repeated .mesos.Resource resources = 4;
getResourcesCount() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesCount() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Resource resources = 3;
getResourcesCount() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
getResourcesCount() - Method in class org.apache.mesos.Protos.Task
repeated .mesos.Resource resources = 7;
getResourcesCount() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
getResourcesCount() - Method in class org.apache.mesos.Protos.TaskInfo
repeated .mesos.Resource resources = 4;
getResourcesCount() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesCount() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.Resource resources = 7;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Resource resources = 3;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
repeated .mesos.v1.Resource resources = 5;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.InverseOffer
repeated .mesos.v1.Resource resources = 6;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
repeated .mesos.v1.Resource resources = 6;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
repeated .mesos.v1.Resource resources = 1;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
repeated .mesos.v1.Resource resources = 1;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Request
repeated .mesos.v1.Resource resources = 2;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
repeated .mesos.v1.Resource resources = 2;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
repeated .mesos.v1.Resource resources = 3;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.Resource resources = 4;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.Resource resources = 7;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesCount() - Method in class org.apache.mesos.v1.Protos.TaskInfo
repeated .mesos.v1.Resource resources = 4;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesCount() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.Resource resources = 7;
getResourcesList() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
getResourcesList() - Method in class org.apache.mesos.containerizer.Protos.Update
repeated .mesos.Resource resources = 2;
getResourcesList() - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesList() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.Protos.ExecutorInfo
repeated .mesos.Resource resources = 5;
getResourcesList() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
getResourcesList() - Method in class org.apache.mesos.Protos.InverseOffer
repeated .mesos.Resource resources = 6;
getResourcesList() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
repeated .mesos.Resource resources = 6;
getResourcesList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
repeated .mesos.Resource resources = 1;
getResourcesList() - Method in interface org.apache.mesos.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
repeated .mesos.Resource resources = 1;
getResourcesList() - Method in interface org.apache.mesos.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesList() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
getResourcesList() - Method in class org.apache.mesos.Protos.Request
repeated .mesos.Resource resources = 2;
getResourcesList() - Method in interface org.apache.mesos.Protos.RequestOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
repeated .mesos.Resource resources = 3;
getResourcesList() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
getResourcesList() - Method in class org.apache.mesos.Protos.Role
repeated .mesos.Resource resources = 4;
getResourcesList() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesList() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Resource resources = 3;
getResourcesList() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
getResourcesList() - Method in class org.apache.mesos.Protos.Task
repeated .mesos.Resource resources = 7;
getResourcesList() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
getResourcesList() - Method in class org.apache.mesos.Protos.TaskInfo
repeated .mesos.Resource resources = 4;
getResourcesList() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesList() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.Resource resources = 7;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Resource resources = 3;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
repeated .mesos.v1.Resource resources = 5;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.InverseOffer
repeated .mesos.v1.Resource resources = 6;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
repeated .mesos.v1.Resource resources = 6;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
repeated .mesos.v1.Resource resources = 1;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
repeated .mesos.v1.Resource resources = 1;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Request
repeated .mesos.v1.Resource resources = 2;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
repeated .mesos.v1.Resource resources = 2;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
repeated .mesos.v1.Resource resources = 3;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.Resource resources = 4;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.Resource resources = 7;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesList() - Method in class org.apache.mesos.v1.Protos.TaskInfo
repeated .mesos.v1.Resource resources = 4;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesList() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.Resource resources = 7;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.containerizer.Protos.Update
repeated .mesos.Resource resources = 2;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.ExecutorInfo
repeated .mesos.Resource resources = 5;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.InverseOffer
repeated .mesos.Resource resources = 6;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
repeated .mesos.Resource resources = 6;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
repeated .mesos.Resource resources = 1;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
repeated .mesos.Resource resources = 1;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Request
repeated .mesos.Resource resources = 2;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.RequestOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
repeated .mesos.Resource resources = 3;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Role
repeated .mesos.Resource resources = 4;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Resource resources = 3;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.Task
repeated .mesos.Resource resources = 7;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.Protos.TaskInfo
repeated .mesos.Resource resources = 4;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.Resource resources = 7;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.InverseOffer
repeated .mesos.v1.Resource resources = 6;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
repeated .mesos.v1.Resource resources = 6;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Request
repeated .mesos.v1.Resource resources = 2;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
repeated .mesos.v1.Resource resources = 2;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.Resource resources = 7;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.TaskInfo
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.Resource resources = 7;
getResourcesOrBuilderList() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilderList() - Method in class org.apache.mesos.containerizer.Protos.Update
repeated .mesos.Resource resources = 2;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.ExecutorInfo
repeated .mesos.Resource resources = 5;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.InverseOffer
repeated .mesos.Resource resources = 6;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
repeated .mesos.Resource resources = 6;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer
repeated .mesos.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
repeated .mesos.Resource resources = 1;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
repeated .mesos.Resource resources = 1;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.Resource resources = 1;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
repeated .mesos.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Request
repeated .mesos.Resource resources = 2;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.RequestOrBuilder
repeated .mesos.Resource resources = 2;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
repeated .mesos.Resource resources = 3;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Role
repeated .mesos.Resource resources = 4;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.SlaveInfo
repeated .mesos.Resource resources = 3;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
repeated .mesos.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.Task
repeated .mesos.Resource resources = 7;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilderList() - Method in class org.apache.mesos.Protos.TaskInfo
repeated .mesos.Resource resources = 4;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
repeated .mesos.Resource resources = 4;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.Resource resources = 7;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.AgentInfo
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.InverseOffer
repeated .mesos.v1.Resource resources = 6;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
repeated .mesos.v1.Resource resources = 6;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.ReserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.UnreserveOrBuilder
repeated .mesos.v1.Resource resources = 1;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
repeated .mesos.v1.Resource resources = 5;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Request
repeated .mesos.v1.Resource resources = 2;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
repeated .mesos.v1.Resource resources = 2;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
repeated .mesos.v1.Resource resources = 3;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Role
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.Resource resources = 7;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.TaskInfo
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
repeated .mesos.v1.Resource resources = 4;
getResourcesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.Resource resources = 7;
getRetransSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
getRetransSegs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RetransSegs = 12;
getRetransSegs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RetransSegs = 12;
getRetransSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
getRetransSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RetransSegs = 12;
getRetransSegs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RetransSegs = 12;
getRevocable() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
getRevocable() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.RevocableInfo revocable = 9;
getRevocable() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.RevocableInfo revocable = 9;
getRevocable() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
getRevocable() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
getRevocable() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
getRevocableBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
getRevocableBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
getRevocableOrBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
getRevocableOrBuilder() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.RevocableInfo revocable = 9;
getRevocableOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.RevocableInfo revocable = 9;
getRevocableOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
getRevocableOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
getRevocableOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
getRole() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string role = 6 [default = "*"];
getRole() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.Protos.Resource.Builder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.Protos.Resource
optional string role = 6 [default = "*"];
getRole() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
optional string role = 2;
getRole() - Method in class org.apache.mesos.Protos.WeightInfo
optional string role = 2;
getRole() - Method in interface org.apache.mesos.Protos.WeightInfoOrBuilder
optional string role = 2;
getRole() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string role = 6 [default = "*"];
getRole() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.v1.Protos.Resource
optional string role = 6 [default = "*"];
getRole() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional string role = 6 [default = "*"];
getRole() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
optional string role = 2;
getRole() - Method in class org.apache.mesos.v1.Protos.WeightInfo
optional string role = 2;
getRole() - Method in interface org.apache.mesos.v1.Protos.WeightInfoOrBuilder
optional string role = 2;
getRoleBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string role = 6 [default = "*"];
getRoleBytes() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.Protos.Resource.Builder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.Protos.Resource
optional string role = 6 [default = "*"];
getRoleBytes() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
optional string role = 2;
getRoleBytes() - Method in class org.apache.mesos.Protos.WeightInfo
optional string role = 2;
getRoleBytes() - Method in interface org.apache.mesos.Protos.WeightInfoOrBuilder
optional string role = 2;
getRoleBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string role = 6 [default = "*"];
getRoleBytes() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.v1.Protos.Resource
optional string role = 6 [default = "*"];
getRoleBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional string role = 6 [default = "*"];
getRoleBytes() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
optional string role = 2;
getRoleBytes() - Method in class org.apache.mesos.v1.Protos.WeightInfo
optional string role = 2;
getRoleBytes() - Method in interface org.apache.mesos.v1.Protos.WeightInfoOrBuilder
optional string role = 2;
getRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
getRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
required string root = 1;
getRoot() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.Source.MountOrBuilder
required string root = 1;
getRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
getRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
required string root = 1;
getRoot() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.Source.PathOrBuilder
required string root = 1;
getRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
getRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
required string root = 1;
getRoot() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.MountOrBuilder
required string root = 1;
getRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
getRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
required string root = 1;
getRoot() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.PathOrBuilder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
required string root = 1;
getRootBytes() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.Source.MountOrBuilder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
required string root = 1;
getRootBytes() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.Source.PathOrBuilder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
required string root = 1;
getRootBytes() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.MountOrBuilder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
getRootBytes() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
required string root = 1;
getRootBytes() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.PathOrBuilder
required string root = 1;
getRtoAlgorithm() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
getRtoAlgorithm() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RtoAlgorithm = 1;
getRtoAlgorithm() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RtoAlgorithm = 1;
getRtoAlgorithm() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
getRtoAlgorithm() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RtoAlgorithm = 1;
getRtoAlgorithm() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RtoAlgorithm = 1;
getRtoMax() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
getRtoMax() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RtoMax = 3;
getRtoMax() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RtoMax = 3;
getRtoMax() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
getRtoMax() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RtoMax = 3;
getRtoMax() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RtoMax = 3;
getRtoMin() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
getRtoMin() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RtoMin = 2;
getRtoMin() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RtoMin = 2;
getRtoMin() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
getRtoMin() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RtoMin = 2;
getRtoMin() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RtoMin = 2;
getScalar() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Scalar scalar = 3;
getScalar() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Scalar scalar = 3;
getScalar() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
getScalar() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Scalar scalar = 2;
getScalar() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Scalar scalar = 2;
getScalar() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Scalar scalar = 3;
getScalar() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Scalar scalar = 3;
getScalar() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalar() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
getScalar() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Scalar scalar = 2;
getScalar() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Scalar scalar = 2;
getScalarBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
getScalarBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
getScalarBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
getScalarBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
getScalarOrBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
getScalarOrBuilder() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Scalar scalar = 2;
getScalarOrBuilder() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Scalar scalar = 2;
getScalarOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Scalar scalar = 3;
getScalarOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
getScalarOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Scalar scalar = 2;
getScalarOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Scalar scalar = 2;
getScheme() - Method in class org.apache.mesos.Protos.URL.Builder
required string scheme = 1;
getScheme() - Method in class org.apache.mesos.Protos.URL
required string scheme = 1;
getScheme() - Method in interface org.apache.mesos.Protos.URLOrBuilder
required string scheme = 1;
getScheme() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required string scheme = 1;
getScheme() - Method in class org.apache.mesos.v1.Protos.URL
required string scheme = 1;
getScheme() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
required string scheme = 1;
getSchemeBytes() - Method in class org.apache.mesos.Protos.URL.Builder
required string scheme = 1;
getSchemeBytes() - Method in class org.apache.mesos.Protos.URL
required string scheme = 1;
getSchemeBytes() - Method in interface org.apache.mesos.Protos.URLOrBuilder
required string scheme = 1;
getSchemeBytes() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required string scheme = 1;
getSchemeBytes() - Method in class org.apache.mesos.v1.Protos.URL
required string scheme = 1;
getSchemeBytes() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
required string scheme = 1;
getSecret() - Method in class org.apache.mesos.Protos.Credential.Builder
optional string secret = 2;
getSecret() - Method in class org.apache.mesos.Protos.Credential
optional string secret = 2;
getSecret() - Method in interface org.apache.mesos.Protos.CredentialOrBuilder
optional string secret = 2;
getSecret() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
optional string secret = 2;
getSecret() - Method in class org.apache.mesos.v1.Protos.Credential
optional string secret = 2;
getSecret() - Method in interface org.apache.mesos.v1.Protos.CredentialOrBuilder
optional string secret = 2;
getSecretBytes() - Method in class org.apache.mesos.Protos.Credential.Builder
optional string secret = 2;
getSecretBytes() - Method in class org.apache.mesos.Protos.Credential
optional string secret = 2;
getSecretBytes() - Method in interface org.apache.mesos.Protos.CredentialOrBuilder
optional string secret = 2;
getSecretBytes() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
optional string secret = 2;
getSecretBytes() - Method in class org.apache.mesos.v1.Protos.Credential
optional string secret = 2;
getSecretBytes() - Method in interface org.apache.mesos.v1.Protos.CredentialOrBuilder
optional string secret = 2;
getSerializedSize() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
getSerializedSize() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
getSerializedSize() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
getSerializedSize() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
getSerializedSize() - Method in class org.apache.mesos.containerizer.Protos.Update
 
getSerializedSize() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
getSerializedSize() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Address
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Attribute
 
getSerializedSize() - Method in class org.apache.mesos.Protos.CgroupInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
getSerializedSize() - Method in class org.apache.mesos.Protos.CommandInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ContainerID
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ContainerInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ContainerStatus
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Credential
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Credentials
 
getSerializedSize() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.DurationInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Environment
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Environment.Variable
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ExecutorID
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.FileInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Filters
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Flag
 
getSerializedSize() - Method in class org.apache.mesos.Protos.FrameworkID
 
getSerializedSize() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
getSerializedSize() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.HealthCheck
 
getSerializedSize() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
getSerializedSize() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Image.Appc
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Image.Docker
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Image
 
getSerializedSize() - Method in class org.apache.mesos.Protos.InverseOffer
 
getSerializedSize() - Method in class org.apache.mesos.Protos.IpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.KillPolicy
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Label
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Labels
 
getSerializedSize() - Method in class org.apache.mesos.Protos.MachineID
 
getSerializedSize() - Method in class org.apache.mesos.Protos.MachineInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.MasterInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Metric
 
getSerializedSize() - Method in class org.apache.mesos.Protos.NetworkInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Offer
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Offer.Operation
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
getSerializedSize() - Method in class org.apache.mesos.Protos.OfferID
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Parameter
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Parameters
 
getSerializedSize() - Method in class org.apache.mesos.Protos.PerfStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Port
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Ports
 
getSerializedSize() - Method in class org.apache.mesos.Protos.RateLimit
 
getSerializedSize() - Method in class org.apache.mesos.Protos.RateLimits
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Request
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
getSerializedSize() - Method in class org.apache.mesos.Protos.ResourceUsage
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Role
 
getSerializedSize() - Method in class org.apache.mesos.Protos.SlaveID
 
getSerializedSize() - Method in class org.apache.mesos.Protos.SlaveInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Task
 
getSerializedSize() - Method in class org.apache.mesos.Protos.TaskID
 
getSerializedSize() - Method in class org.apache.mesos.Protos.TaskInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.TaskStatus
 
getSerializedSize() - Method in class org.apache.mesos.Protos.TcpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.TimeInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.UdpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Unavailability
 
getSerializedSize() - Method in class org.apache.mesos.Protos.URL
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Value
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Value.Range
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Value.Ranges
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Value.Scalar
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Value.Set
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Value.Text
 
getSerializedSize() - Method in class org.apache.mesos.Protos.VersionInfo
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Volume
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
getSerializedSize() - Method in class org.apache.mesos.Protos.Volume.Source
 
getSerializedSize() - Method in class org.apache.mesos.Protos.WeightInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
getSerializedSize() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Address
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.AgentID
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Attribute
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Credential
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Credentials
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Environment
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Filters
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Flag
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Image
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Label
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Labels
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.MachineID
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Metric
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Offer
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.OfferID
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Parameter
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Parameters
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Port
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Ports
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Request
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Role
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Task
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.TaskID
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.URL
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Value
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Volume
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
getSerializedSize() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
getSerializedSize() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
getSet() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
getSet() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Set set = 6;
getSet() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Set set = 6;
getSet() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
getSet() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Set set = 5;
getSet() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Set set = 5;
getSet() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
getSet() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Set set = 4;
getSet() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Set set = 4;
getSet() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
getSet() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Set set = 6;
getSet() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Set set = 6;
getSet() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
getSet() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Set set = 5;
getSet() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Set set = 5;
getSet() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
getSet() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Set set = 4;
getSet() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Set set = 4;
getSetBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
getSetBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
getSetBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
getSetBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
getSetBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
getSetBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
getSetOrBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
getSetOrBuilder() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Set set = 6;
getSetOrBuilder() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Set set = 6;
getSetOrBuilder() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
getSetOrBuilder() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Set set = 5;
getSetOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Set set = 5;
getSetOrBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
getSetOrBuilder() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Set set = 4;
getSetOrBuilder() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Set set = 4;
getSetOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
getSetOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Set set = 6;
getSetOrBuilder() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Set set = 6;
getSetOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
getSetOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Set set = 5;
getSetOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Set set = 5;
getSetOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
getSetOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Set set = 4;
getSetOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Set set = 4;
getShell() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
getShell() - Method in class org.apache.mesos.Protos.CommandInfo
optional bool shell = 6 [default = true];
getShell() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional bool shell = 6 [default = true];
getShell() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
getShell() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional bool shell = 6 [default = true];
getShell() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional bool shell = 6 [default = true];
getShutdown() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
getShutdown() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
getShutdown() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
getShutdownBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
getShutdownGracePeriod() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriod() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriod() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriod() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriod() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriod() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodOrBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodOrBuilder() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodOrBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
getShutdownGracePeriodOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
getShutdownOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
getShutdownOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
getShutdownOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
getSize() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint64 size = 3;
getSize() - Method in class org.apache.mesos.Protos.FileInfo
optional uint64 size = 3;
getSize() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional uint64 size = 3;
getSize() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint64 size = 3;
getSize() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional uint64 size = 3;
getSize() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional uint64 size = 3;
getSlaveId() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
getSlaveId() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.SlaveID slave_id = 6;
getSlaveId() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.SlaveID slave_id = 6;
getSlaveId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
getSlaveId() - Method in class org.apache.mesos.Protos.InverseOffer
optional .mesos.SlaveID slave_id = 4;
getSlaveId() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
optional .mesos.SlaveID slave_id = 4;
getSlaveId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
getSlaveId() - Method in class org.apache.mesos.Protos.Offer
required .mesos.SlaveID slave_id = 3;
getSlaveId() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.SlaveID slave_id = 3;
getSlaveId() - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
getSlaveId() - Method in class org.apache.mesos.Protos.Request
optional .mesos.SlaveID slave_id = 1;
getSlaveId() - Method in interface org.apache.mesos.Protos.RequestOrBuilder
optional .mesos.SlaveID slave_id = 1;
getSlaveId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
getSlaveId() - Method in class org.apache.mesos.Protos.Task
required .mesos.SlaveID slave_id = 5;
getSlaveId() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
getSlaveId() - Method in class org.apache.mesos.Protos.TaskInfo
required .mesos.SlaveID slave_id = 3;
getSlaveId() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required .mesos.SlaveID slave_id = 3;
getSlaveId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.SlaveID slave_id = 5;
getSlaveId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
getSlaveId() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.SlaveID slave_id = 5;
getSlaveId() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.SlaveID slave_id = 5;
getSlaveIdBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
getSlaveIdBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
getSlaveIdBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
getSlaveIdBuilder() - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
getSlaveIdBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
getSlaveIdBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
getSlaveIdBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.SlaveID slave_id = 6;
getSlaveIdOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.SlaveID slave_id = 6;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer
optional .mesos.SlaveID slave_id = 4;
getSlaveIdOrBuilder() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
optional .mesos.SlaveID slave_id = 4;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.Offer
required .mesos.SlaveID slave_id = 3;
getSlaveIdOrBuilder() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.SlaveID slave_id = 3;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.Request
optional .mesos.SlaveID slave_id = 1;
getSlaveIdOrBuilder() - Method in interface org.apache.mesos.Protos.RequestOrBuilder
optional .mesos.SlaveID slave_id = 1;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.Task
required .mesos.SlaveID slave_id = 5;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
required .mesos.SlaveID slave_id = 3;
getSlaveIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required .mesos.SlaveID slave_id = 3;
getSlaveIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.SlaveID slave_id = 5;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
getSlaveIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.SlaveID slave_id = 5;
getSlaveIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.SlaveID slave_id = 5;
getSlavePid() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string slave_pid = 7;
getSlavePid() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string slave_pid = 7;
getSlavePid() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string slave_pid = 7;
getSlavePidBytes() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string slave_pid = 7;
getSlavePidBytes() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string slave_pid = 7;
getSlavePidBytes() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string slave_pid = 7;
getSndbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
getSndbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 SndbufErrors = 6;
getSndbufErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 SndbufErrors = 6;
getSndbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
getSndbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 SndbufErrors = 6;
getSndbufErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 SndbufErrors = 6;
getSource() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
Deprecated.
getSource() - Method in class org.apache.mesos.Protos.ExecutorInfo
Deprecated.
getSource() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
Deprecated.
getSource() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
getSource() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Resource.DiskInfo.Source source = 3;
getSource() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Resource.DiskInfo.Source source = 3;
getSource() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Source source = 9;
getSource() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.TaskStatus.Source source = 9;
getSource() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.TaskStatus.Source source = 9;
getSource() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
getSource() - Method in class org.apache.mesos.Protos.Volume
optional .mesos.Volume.Source source = 5;
getSource() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional .mesos.Volume.Source source = 5;
getSource() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
Deprecated.
getSource() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
Deprecated.
getSource() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
Deprecated.
getSource() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
getSource() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
getSource() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
getSource() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Source source = 9;
getSource() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.TaskStatus.Source source = 9;
getSource() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.TaskStatus.Source source = 9;
getSource() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
getSource() - Method in class org.apache.mesos.v1.Protos.Volume
optional .mesos.v1.Volume.Source source = 5;
getSource() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional .mesos.v1.Volume.Source source = 5;
getSourceBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
getSourceBuilder() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
getSourceBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
getSourceBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
getSourceBytes() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
Deprecated.
getSourceBytes() - Method in class org.apache.mesos.Protos.ExecutorInfo
Deprecated.
getSourceBytes() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
Deprecated.
getSourceBytes() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
Deprecated.
getSourceBytes() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
Deprecated.
getSourceBytes() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
Deprecated.
getSourceOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
getSourceOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Resource.DiskInfo.Source source = 3;
getSourceOrBuilder() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Resource.DiskInfo.Source source = 3;
getSourceOrBuilder() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
getSourceOrBuilder() - Method in class org.apache.mesos.Protos.Volume
optional .mesos.Volume.Source source = 5;
getSourceOrBuilder() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional .mesos.Volume.Source source = 5;
getSourceOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
getSourceOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
getSourceOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
getSourceOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
getSourceOrBuilder() - Method in class org.apache.mesos.v1.Protos.Volume
optional .mesos.v1.Volume.Source source = 5;
getSourceOrBuilder() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional .mesos.v1.Volume.Source source = 5;
getStalledCyclesBackend() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
getStalledCyclesBackend() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 stalled_cycles_backend = 5;
getStalledCyclesBackend() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_backend = 5;
getStalledCyclesBackend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
getStalledCyclesBackend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 stalled_cycles_backend = 5;
getStalledCyclesBackend() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_backend = 5;
getStalledCyclesFrontend() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
getStalledCyclesFrontend() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 stalled_cycles_frontend = 4;
getStalledCyclesFrontend() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_frontend = 4;
getStalledCyclesFrontend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
getStalledCyclesFrontend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 stalled_cycles_frontend = 4;
getStalledCyclesFrontend() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_frontend = 4;
getStart() - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
getStart() - Method in class org.apache.mesos.Protos.Unavailability
required .mesos.TimeInfo start = 1;
getStart() - Method in interface org.apache.mesos.Protos.UnavailabilityOrBuilder
required .mesos.TimeInfo start = 1;
getStart() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
getStart() - Method in class org.apache.mesos.v1.Protos.Unavailability
required .mesos.v1.TimeInfo start = 1;
getStart() - Method in interface org.apache.mesos.v1.Protos.UnavailabilityOrBuilder
required .mesos.v1.TimeInfo start = 1;
getStartBuilder() - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
getStartBuilder() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
getStartOrBuilder() - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
getStartOrBuilder() - Method in class org.apache.mesos.Protos.Unavailability
required .mesos.TimeInfo start = 1;
getStartOrBuilder() - Method in interface org.apache.mesos.Protos.UnavailabilityOrBuilder
required .mesos.TimeInfo start = 1;
getStartOrBuilder() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
getStartOrBuilder() - Method in class org.apache.mesos.v1.Protos.Unavailability
required .mesos.v1.TimeInfo start = 1;
getStartOrBuilder() - Method in interface org.apache.mesos.v1.Protos.UnavailabilityOrBuilder
required .mesos.v1.TimeInfo start = 1;
getState() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional .mesos.TaskState state = 4;
getState() - Method in class org.apache.mesos.containerizer.Protos.Termination
optional .mesos.TaskState state = 4;
getState() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
optional .mesos.TaskState state = 4;
getState() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskState state = 6;
getState() - Method in class org.apache.mesos.Protos.Task
required .mesos.TaskState state = 6;
getState() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.TaskState state = 6;
getState() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskState state = 2;
getState() - Method in class org.apache.mesos.Protos.TaskStatus
required .mesos.TaskState state = 2;
getState() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
required .mesos.TaskState state = 2;
getState() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskState state = 6;
getState() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.TaskState state = 6;
getState() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.TaskState state = 6;
getState() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskState state = 2;
getState() - Method in class org.apache.mesos.v1.Protos.TaskStatus
required .mesos.v1.TaskState state = 2;
getState() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
required .mesos.v1.TaskState state = 2;
getStatistics() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
getStatistics() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
optional .mesos.ResourceStatistics statistics = 3;
getStatistics() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
optional .mesos.ResourceStatistics statistics = 3;
getStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
getStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
optional .mesos.v1.ResourceStatistics statistics = 3;
getStatistics() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
optional .mesos.v1.ResourceStatistics statistics = 3;
getStatisticsBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
getStatisticsBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
getStatisticsOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
getStatisticsOrBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
optional .mesos.ResourceStatistics statistics = 3;
getStatisticsOrBuilder() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
optional .mesos.ResourceStatistics statistics = 3;
getStatisticsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
getStatisticsOrBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
optional .mesos.v1.ResourceStatistics statistics = 3;
getStatisticsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
optional .mesos.v1.ResourceStatistics statistics = 3;
getStatus() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional int32 status = 3;
getStatus() - Method in class org.apache.mesos.containerizer.Protos.Termination
optional int32 status = 3;
getStatus() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
optional int32 status = 3;
getStatus() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
getStatus() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
required .mesos.v1.TaskStatus status = 1;
getStatus() - Method in interface org.apache.mesos.v1.executor.Protos.Call.UpdateOrBuilder
required .mesos.v1.TaskStatus status = 1;
getStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional int32 status = 3;
getStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional int32 status = 3;
getStatus() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional int32 status = 3;
getStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
getStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
required .mesos.v1.TaskStatus status = 1;
getStatus() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.UpdateOrBuilder
required .mesos.v1.TaskStatus status = 1;
getStatusBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
getStatusBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
getStatuses(int) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
getStatuses(int) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
repeated uint32 statuses = 4;
getStatuses(int) - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
repeated uint32 statuses = 4;
getStatuses(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
getStatuses(int) - Method in class org.apache.mesos.Protos.Task
repeated .mesos.TaskStatus statuses = 8;
getStatuses(int) - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.TaskStatus statuses = 8;
getStatuses(int) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
getStatuses(int) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
repeated uint32 statuses = 4;
getStatuses(int) - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
repeated uint32 statuses = 4;
getStatuses(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatuses(int) - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.TaskStatus statuses = 8;
getStatuses(int) - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesBuilder(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
getStatusesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesBuilderList() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
getStatusesBuilderList() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesCount() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
getStatusesCount() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
repeated uint32 statuses = 4;
getStatusesCount() - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
repeated uint32 statuses = 4;
getStatusesCount() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
getStatusesCount() - Method in class org.apache.mesos.Protos.Task
repeated .mesos.TaskStatus statuses = 8;
getStatusesCount() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.TaskStatus statuses = 8;
getStatusesCount() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
getStatusesCount() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
repeated uint32 statuses = 4;
getStatusesCount() - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
repeated uint32 statuses = 4;
getStatusesCount() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesCount() - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesCount() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesList() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
getStatusesList() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
repeated uint32 statuses = 4;
getStatusesList() - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
repeated uint32 statuses = 4;
getStatusesList() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
getStatusesList() - Method in class org.apache.mesos.Protos.Task
repeated .mesos.TaskStatus statuses = 8;
getStatusesList() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.TaskStatus statuses = 8;
getStatusesList() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
getStatusesList() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
repeated uint32 statuses = 4;
getStatusesList() - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
repeated uint32 statuses = 4;
getStatusesList() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesList() - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesList() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesOrBuilder(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
getStatusesOrBuilder(int) - Method in class org.apache.mesos.Protos.Task
repeated .mesos.TaskStatus statuses = 8;
getStatusesOrBuilder(int) - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.TaskStatus statuses = 8;
getStatusesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesOrBuilderList() - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
getStatusesOrBuilderList() - Method in class org.apache.mesos.Protos.Task
repeated .mesos.TaskStatus statuses = 8;
getStatusesOrBuilderList() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
repeated .mesos.TaskStatus statuses = 8;
getStatusesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Task
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
repeated .mesos.v1.TaskStatus statuses = 8;
getStatusOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
getStatusOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
required .mesos.v1.TaskStatus status = 1;
getStatusOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Call.UpdateOrBuilder
required .mesos.v1.TaskStatus status = 1;
getStatusOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
getStatusOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
required .mesos.v1.TaskStatus status = 1;
getStatusOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.UpdateOrBuilder
required .mesos.v1.TaskStatus status = 1;
getStatusUpdateState() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.TaskState status_update_state = 9;
getStatusUpdateState() - Method in class org.apache.mesos.Protos.Task
optional .mesos.TaskState status_update_state = 9;
getStatusUpdateState() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.TaskState status_update_state = 9;
getStatusUpdateState() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.TaskState status_update_state = 9;
getStatusUpdateState() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.TaskState status_update_state = 9;
getStatusUpdateState() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.TaskState status_update_state = 9;
getStatusUpdateUuid() - Method in class org.apache.mesos.Protos.Task.Builder
optional bytes status_update_uuid = 10;
getStatusUpdateUuid() - Method in class org.apache.mesos.Protos.Task
optional bytes status_update_uuid = 10;
getStatusUpdateUuid() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional bytes status_update_uuid = 10;
getStatusUpdateUuid() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional bytes status_update_uuid = 10;
getStatusUpdateUuid() - Method in class org.apache.mesos.v1.Protos.Task
optional bytes status_update_uuid = 10;
getStatusUpdateUuid() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional bytes status_update_uuid = 10;
getSubscribe() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
getSubscribe() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
getSubscribe() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
getSubscribe() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
getSubscribe() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
getSubscribe() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
getSubscribeBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
getSubscribeBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
getSubscribed() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
getSubscribed() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
getSubscribed() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
getSubscribed() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
getSubscribed() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
getSubscribed() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
getSubscribedBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
getSubscribedBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
getSubscribedOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
getSubscribedOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
getSubscribedOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
getSubscribedOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
getSubscribedOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
getSubscribedOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
getSubscribeOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
getSubscribeOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
getSubscribeOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
getSubscribeOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
getSubscribeOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
getSubscribeOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
getTask() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
getTask() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
required .mesos.v1.TaskInfo task = 1;
getTask() - Method in interface org.apache.mesos.v1.executor.Protos.Event.LaunchOrBuilder
required .mesos.v1.TaskInfo task = 1;
getTaskBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
getTaskClock() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double task_clock = 14;
getTaskClock() - Method in class org.apache.mesos.Protos.PerfStatistics
optional double task_clock = 14;
getTaskClock() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional double task_clock = 14;
getTaskClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double task_clock = 14;
getTaskClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional double task_clock = 14;
getTaskClock() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional double task_clock = 14;
getTaskId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.Protos.Task
required .mesos.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.Protos.TaskInfo
required .mesos.TaskID task_id = 2;
getTaskId() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required .mesos.TaskID task_id = 2;
getTaskId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.Protos.TaskStatus
required .mesos.TaskID task_id = 1;
getTaskId() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
required .mesos.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in interface org.apache.mesos.v1.executor.Protos.Event.AcknowledgedOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in interface org.apache.mesos.v1.executor.Protos.Event.KillOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.Protos.TaskStatus
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required .mesos.v1.TaskID task_id = 2;
getTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
required .mesos.v1.TaskID task_id = 1;
getTaskId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.TaskOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskIdBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
getTaskIdBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
getTaskIdBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.Protos.Task
required .mesos.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
required .mesos.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required .mesos.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.Protos.TaskStatus
required .mesos.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
required .mesos.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Event.AcknowledgedOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Event.KillOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required .mesos.v1.TaskID task_id = 2;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
required .mesos.v1.TaskID task_id = 1;
getTaskIdOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.TaskOrBuilder
required .mesos.v1.TaskID task_id = 1;
getTaskInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
getTaskInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.TaskInfo task_info = 2;
getTaskInfo() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.TaskInfo task_info = 2;
getTaskInfoBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
getTaskInfoOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
getTaskInfoOrBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.TaskInfo task_info = 2;
getTaskInfoOrBuilder() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.TaskInfo task_info = 2;
getTaskInfos(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfos(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfos(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfos(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfos(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfos(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosCount() - Method in interface org.apache.mesos.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosCount() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosList() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosList() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosList() - Method in interface org.apache.mesos.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosOrBuilder(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosOrBuilderList() - Method in interface org.apache.mesos.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.TaskInfo task_infos = 1;
getTaskInfosOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskInfosOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.LaunchOrBuilder
repeated .mesos.v1.TaskInfo task_infos = 1;
getTaskOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
getTaskOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
required .mesos.v1.TaskInfo task = 1;
getTaskOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.Event.LaunchOrBuilder
required .mesos.v1.TaskInfo task = 1;
getTasks(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasks(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasks(int) - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasks(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasks(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasks(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasks(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasks(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasks(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ReconcileOrBuilder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksCount() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksCount() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksCount() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksCount() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ReconcileOrBuilder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksList() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ReconcileOrBuilder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilder(int) - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksOrBuilder(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksOrBuilder(int) - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ReconcileOrBuilder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilderList() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
getTasksOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksOrBuilderList() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTasksOrBuilderList() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ReconcileOrBuilder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
getTcpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
getTcpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.TcpStatistics tcp_stats = 3;
getTcpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.TcpStatistics tcp_stats = 3;
getTcpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
getTcpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.TcpStatistics tcp_stats = 3;
getTcpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
getTcpStatsBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
getTcpStatsBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
getTcpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
getTcpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.TcpStatistics tcp_stats = 3;
getTcpStatsOrBuilder() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.TcpStatistics tcp_stats = 3;
getTcpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
getTcpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.TcpStatistics tcp_stats = 3;
getTcpStatsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
getText() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
getText() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Text text = 5;
getText() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Text text = 5;
getText() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
getText() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Text text = 5;
getText() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Text text = 5;
getText() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
getText() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Text text = 5;
getText() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Text text = 5;
getText() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
getText() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Text text = 5;
getText() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Text text = 5;
getTextBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
getTextBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
getTextBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
getTextBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Text text = 5;
getTextOrBuilder() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Text text = 5;
getTextOrBuilder() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Text text = 5;
getTextOrBuilder() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
getTextOrBuilder() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Text text = 5;
getTextOrBuilder() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Text text = 5;
getThreads() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
getThreads() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 threads = 31;
getThreads() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 threads = 31;
getThreads() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
getThreads() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 threads = 31;
getThreads() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 threads = 31;
getTimeoutSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
getTimeoutSeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double timeout_seconds = 4 [default = 20];
getTimeoutSeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double timeout_seconds = 4 [default = 20];
getTimeoutSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
getTimeoutSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double timeout_seconds = 4 [default = 20];
getTimeoutSeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double timeout_seconds = 4 [default = 20];
getTimestamp() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.Protos.PerfStatistics
required double timestamp = 1;
getTimestamp() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.Protos.ResourceStatistics
required double timestamp = 1;
getTimestamp() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional double timestamp = 6;
getTimestamp() - Method in class org.apache.mesos.Protos.TaskStatus
optional double timestamp = 6;
getTimestamp() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional double timestamp = 6;
getTimestamp() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
required double timestamp = 1;
getTimestamp() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
required double timestamp = 1;
getTimestamp() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
required double timestamp = 1;
getTimestamp() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional double timestamp = 6;
getTimestamp() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional double timestamp = 6;
getTimestamp() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional double timestamp = 6;
getTotal(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
getTotal(int) - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.Resource total = 2;
getTotal(int) - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.Resource total = 2;
getTotal(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
getTotal(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.Resource total = 2;
getTotal(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.Resource total = 2;
getTotalBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
getTotalBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
getTotalBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
getTotalBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
getTotalCount() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
getTotalCount() - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.Resource total = 2;
getTotalCount() - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.Resource total = 2;
getTotalCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
getTotalCount() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.Resource total = 2;
getTotalCount() - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.Resource total = 2;
getTotalList() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
getTotalList() - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.Resource total = 2;
getTotalList() - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.Resource total = 2;
getTotalList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
getTotalList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.Resource total = 2;
getTotalList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.Resource total = 2;
getTotalOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
getTotalOrBuilder(int) - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.Resource total = 2;
getTotalOrBuilder(int) - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.Resource total = 2;
getTotalOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
getTotalOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.Resource total = 2;
getTotalOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.Resource total = 2;
getTotalOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
getTotalOrBuilderList() - Method in class org.apache.mesos.Protos.ResourceUsage
repeated .mesos.Resource total = 2;
getTotalOrBuilderList() - Method in interface org.apache.mesos.Protos.ResourceUsageOrBuilder
repeated .mesos.Resource total = 2;
getTotalOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
getTotalOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
repeated .mesos.v1.Resource total = 2;
getTotalOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ResourceUsageOrBuilder
repeated .mesos.v1.Resource total = 2;
getType() - Method in class org.apache.mesos.Protos.Attribute.Builder
required .mesos.Value.Type type = 2;
getType() - Method in class org.apache.mesos.Protos.Attribute
required .mesos.Value.Type type = 2;
getType() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
required .mesos.Value.Type type = 2;
getType() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
required .mesos.ContainerInfo.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.ContainerInfo
required .mesos.ContainerInfo.Type type = 1;
getType() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
required .mesos.ContainerInfo.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
optional .mesos.FrameworkInfo.Capability.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
optional .mesos.FrameworkInfo.Capability.Type type = 1;
getType() - Method in interface org.apache.mesos.Protos.FrameworkInfo.CapabilityOrBuilder
optional .mesos.FrameworkInfo.Capability.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Image.Builder
required .mesos.Image.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Image
required .mesos.Image.Type type = 1;
getType() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
required .mesos.Image.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
required .mesos.Offer.Operation.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Offer.Operation
required .mesos.Offer.Operation.Type type = 1;
getType() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
required .mesos.Offer.Operation.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Resource.Builder
required .mesos.Value.Type type = 2;
getType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
required .mesos.Resource.DiskInfo.Source.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
required .mesos.Resource.DiskInfo.Source.Type type = 1;
getType() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
required .mesos.Resource.DiskInfo.Source.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Resource
required .mesos.Value.Type type = 2;
getType() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
required .mesos.Value.Type type = 2;
getType() - Method in class org.apache.mesos.Protos.Value.Builder
required .mesos.Value.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Value
required .mesos.Value.Type type = 1;
getType() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
required .mesos.Value.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.Type type = 1;
getType() - Method in class org.apache.mesos.Protos.Volume.Source
optional .mesos.Volume.Source.Type type = 1;
getType() - Method in interface org.apache.mesos.Protos.Volume.SourceOrBuilder
optional .mesos.Volume.Source.Type type = 1;
getType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Type type = 3;
getType() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Type type = 3;
getType() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Type type = 3;
getType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Type type = 1;
getType() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required .mesos.v1.Value.Type type = 2;
getType() - Method in class org.apache.mesos.v1.Protos.Attribute
required .mesos.v1.Value.Type type = 2;
getType() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
required .mesos.v1.Value.Type type = 2;
getType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
required .mesos.v1.ContainerInfo.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
required .mesos.v1.ContainerInfo.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
required .mesos.v1.ContainerInfo.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfo.CapabilityOrBuilder
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Image.Builder
required .mesos.v1.Image.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Image
required .mesos.v1.Image.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
required .mesos.v1.Image.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
required .mesos.v1.Offer.Operation.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
required .mesos.v1.Offer.Operation.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
required .mesos.v1.Offer.Operation.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required .mesos.v1.Value.Type type = 2;
getType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Resource
required .mesos.v1.Value.Type type = 2;
getType() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
required .mesos.v1.Value.Type type = 2;
getType() - Method in class org.apache.mesos.v1.Protos.Value.Builder
required .mesos.v1.Value.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Value
required .mesos.v1.Value.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
required .mesos.v1.Value.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.Type type = 1;
getType() - Method in class org.apache.mesos.v1.Protos.Volume.Source
optional .mesos.v1.Volume.Source.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.Protos.Volume.SourceOrBuilder
optional .mesos.v1.Volume.Source.Type type = 1;
getType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Type type = 2;
getType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Type type = 2;
getType() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Type type = 2;
getType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Type type = 1;
getType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Type type = 1;
getType() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Type type = 1;
getUdpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
getUdpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.UdpStatistics udp_stats = 4;
getUdpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.UdpStatistics udp_stats = 4;
getUdpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
getUdpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.UdpStatistics udp_stats = 4;
getUdpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.UdpStatistics udp_stats = 4;
getUdpStatsBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
getUdpStatsBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
getUdpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
getUdpStatsOrBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.UdpStatistics udp_stats = 4;
getUdpStatsOrBuilder() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.UdpStatistics udp_stats = 4;
getUdpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
getUdpStatsOrBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.UdpStatistics udp_stats = 4;
getUdpStatsOrBuilder() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.UdpStatistics udp_stats = 4;
getUid() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string uid = 6;
getUid() - Method in class org.apache.mesos.Protos.FileInfo
optional string uid = 6;
getUid() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional string uid = 6;
getUid() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string uid = 6;
getUid() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional string uid = 6;
getUid() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional string uid = 6;
getUidBytes() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string uid = 6;
getUidBytes() - Method in class org.apache.mesos.Protos.FileInfo
optional string uid = 6;
getUidBytes() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional string uid = 6;
getUidBytes() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string uid = 6;
getUidBytes() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional string uid = 6;
getUidBytes() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional string uid = 6;
getUnacknowledgedTasks(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasks(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasks(int) - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksBuilderList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksCount() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksCount() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksCount() - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksList() - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksOrBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksOrBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksOrBuilder(int) - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksOrBuilderList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksOrBuilderList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedTasksOrBuilderList() - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
getUnacknowledgedUpdates(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdates(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdates(int) - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesBuilderList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesCount() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesCount() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesCount() - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesList() - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesOrBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesOrBuilder(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesOrBuilder(int) - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesOrBuilderList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesOrBuilderList() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnacknowledgedUpdatesOrBuilderList() - Method in interface org.apache.mesos.v1.executor.Protos.Call.SubscribeOrBuilder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
getUnavailability() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
getUnavailability() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.Unavailability unavailability = 5;
getUnavailability() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.Unavailability unavailability = 5;
getUnavailability() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
getUnavailability() - Method in class org.apache.mesos.Protos.MachineInfo
optional .mesos.Unavailability unavailability = 3;
getUnavailability() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
optional .mesos.Unavailability unavailability = 3;
getUnavailability() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
getUnavailability() - Method in class org.apache.mesos.Protos.Offer
optional .mesos.Unavailability unavailability = 9;
getUnavailability() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
optional .mesos.Unavailability unavailability = 9;
getUnavailability() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
getUnavailability() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.Unavailability unavailability = 5;
getUnavailability() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.Unavailability unavailability = 5;
getUnavailability() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
getUnavailability() - Method in class org.apache.mesos.v1.Protos.MachineInfo
optional .mesos.v1.Unavailability unavailability = 3;
getUnavailability() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
optional .mesos.v1.Unavailability unavailability = 3;
getUnavailability() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
getUnavailability() - Method in class org.apache.mesos.v1.Protos.Offer
optional .mesos.v1.Unavailability unavailability = 9;
getUnavailability() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
optional .mesos.v1.Unavailability unavailability = 9;
getUnavailabilityBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
getUnavailabilityBuilder() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
getUnavailabilityBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
getUnavailabilityBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
getUnavailabilityBuilder() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
getUnavailabilityBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.Unavailability unavailability = 5;
getUnavailabilityOrBuilder() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.Unavailability unavailability = 5;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.Protos.MachineInfo
optional .mesos.Unavailability unavailability = 3;
getUnavailabilityOrBuilder() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
optional .mesos.Unavailability unavailability = 3;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.Protos.Offer
optional .mesos.Unavailability unavailability = 9;
getUnavailabilityOrBuilder() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
optional .mesos.Unavailability unavailability = 9;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.Unavailability unavailability = 5;
getUnavailabilityOrBuilder() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.Unavailability unavailability = 5;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.v1.Protos.MachineInfo
optional .mesos.v1.Unavailability unavailability = 3;
getUnavailabilityOrBuilder() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
optional .mesos.v1.Unavailability unavailability = 3;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
getUnavailabilityOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer
optional .mesos.v1.Unavailability unavailability = 9;
getUnavailabilityOrBuilder() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
optional .mesos.v1.Unavailability unavailability = 9;
getUnknownFields() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
getUnknownFields() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
getUnknownFields() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
getUnknownFields() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
getUnknownFields() - Method in class org.apache.mesos.containerizer.Protos.Update
 
getUnknownFields() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
getUnknownFields() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Address
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Attribute
 
getUnknownFields() - Method in class org.apache.mesos.Protos.CgroupInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
getUnknownFields() - Method in class org.apache.mesos.Protos.CommandInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ContainerID
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ContainerInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ContainerStatus
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Credential
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Credentials
 
getUnknownFields() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.DurationInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Environment
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Environment.Variable
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ExecutorID
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.FileInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Filters
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Flag
 
getUnknownFields() - Method in class org.apache.mesos.Protos.FrameworkID
 
getUnknownFields() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
getUnknownFields() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.HealthCheck
 
getUnknownFields() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
getUnknownFields() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Image.Appc
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Image.Docker
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Image
 
getUnknownFields() - Method in class org.apache.mesos.Protos.InverseOffer
 
getUnknownFields() - Method in class org.apache.mesos.Protos.IpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.KillPolicy
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Label
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Labels
 
getUnknownFields() - Method in class org.apache.mesos.Protos.MachineID
 
getUnknownFields() - Method in class org.apache.mesos.Protos.MachineInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.MasterInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Metric
 
getUnknownFields() - Method in class org.apache.mesos.Protos.NetworkInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Offer
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Offer.Operation
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
getUnknownFields() - Method in class org.apache.mesos.Protos.OfferID
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Parameter
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Parameters
 
getUnknownFields() - Method in class org.apache.mesos.Protos.PerfStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Port
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Ports
 
getUnknownFields() - Method in class org.apache.mesos.Protos.RateLimit
 
getUnknownFields() - Method in class org.apache.mesos.Protos.RateLimits
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Request
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
getUnknownFields() - Method in class org.apache.mesos.Protos.ResourceUsage
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Role
 
getUnknownFields() - Method in class org.apache.mesos.Protos.SlaveID
 
getUnknownFields() - Method in class org.apache.mesos.Protos.SlaveInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Task
 
getUnknownFields() - Method in class org.apache.mesos.Protos.TaskID
 
getUnknownFields() - Method in class org.apache.mesos.Protos.TaskInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.TaskStatus
 
getUnknownFields() - Method in class org.apache.mesos.Protos.TcpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.TimeInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.UdpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Unavailability
 
getUnknownFields() - Method in class org.apache.mesos.Protos.URL
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Value
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Value.Range
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Value.Ranges
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Value.Scalar
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Value.Set
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Value.Text
 
getUnknownFields() - Method in class org.apache.mesos.Protos.VersionInfo
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Volume
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
getUnknownFields() - Method in class org.apache.mesos.Protos.Volume.Source
 
getUnknownFields() - Method in class org.apache.mesos.Protos.WeightInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
getUnknownFields() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Address
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.AgentID
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Attribute
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Credential
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Credentials
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Environment
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Filters
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Flag
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Image
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Label
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Labels
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.MachineID
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Metric
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Offer
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.OfferID
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Parameter
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Parameters
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Port
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Ports
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Request
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Role
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Task
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.TaskID
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.URL
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Value
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Volume
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
getUnknownFields() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
getUnknownFields() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
getUnreserve() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
getUnreserve() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
getUnreserve() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
getUnreserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
getUnreserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
getUnreserve() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
getUnreserveBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
getUnreserveBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
getUnreserveOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
getUnreserveOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
getUnreserveOrBuilder() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
getUnreserveOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
getUnreserveOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
getUnreserveOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
getUpdate() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
getUpdate() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Update update = 5;
getUpdate() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Update update = 5;
getUpdate() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
getUpdate() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Update update = 5;
getUpdate() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Update update = 5;
getUpdateBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
getUpdateBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
getUpdateOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
getUpdateOrBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Update update = 5;
getUpdateOrBuilder() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Update update = 5;
getUpdateOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
getUpdateOrBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Update update = 5;
getUpdateOrBuilder() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Update update = 5;
getUris(int) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
getUris(int) - Method in class org.apache.mesos.Protos.CommandInfo
repeated .mesos.CommandInfo.URI uris = 1;
getUris(int) - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated .mesos.CommandInfo.URI uris = 1;
getUris(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUris(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUris(int) - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisBuilder(int) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisBuilder(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisBuilderList() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisBuilderList() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisCount() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisCount() - Method in class org.apache.mesos.Protos.CommandInfo
repeated .mesos.CommandInfo.URI uris = 1;
getUrisCount() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisCount() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisCount() - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisCount() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisList() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisList() - Method in class org.apache.mesos.Protos.CommandInfo
repeated .mesos.CommandInfo.URI uris = 1;
getUrisList() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisList() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisList() - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisList() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisOrBuilder(int) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisOrBuilder(int) - Method in class org.apache.mesos.Protos.CommandInfo
repeated .mesos.CommandInfo.URI uris = 1;
getUrisOrBuilder(int) - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisOrBuilderList() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisOrBuilderList() - Method in class org.apache.mesos.Protos.CommandInfo
repeated .mesos.CommandInfo.URI uris = 1;
getUrisOrBuilderList() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
repeated .mesos.CommandInfo.URI uris = 1;
getUrisOrBuilderList() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisOrBuilderList() - Method in class org.apache.mesos.v1.Protos.CommandInfo
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrisOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
repeated .mesos.v1.CommandInfo.URI uris = 1;
getUrl() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
getUrl() - Method in class org.apache.mesos.Protos.InverseOffer
optional .mesos.URL url = 2;
getUrl() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
optional .mesos.URL url = 2;
getUrl() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
getUrl() - Method in class org.apache.mesos.Protos.Offer
optional .mesos.URL url = 8;
getUrl() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
optional .mesos.URL url = 8;
getUrl() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
getUrl() - Method in class org.apache.mesos.v1.Protos.InverseOffer
optional .mesos.v1.URL url = 2;
getUrl() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
optional .mesos.v1.URL url = 2;
getUrl() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
getUrl() - Method in class org.apache.mesos.v1.Protos.Offer
optional .mesos.v1.URL url = 8;
getUrl() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
optional .mesos.v1.URL url = 8;
getUrlBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
getUrlBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
getUrlBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
getUrlBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
getUrlOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
getUrlOrBuilder() - Method in class org.apache.mesos.Protos.InverseOffer
optional .mesos.URL url = 2;
getUrlOrBuilder() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
optional .mesos.URL url = 2;
getUrlOrBuilder() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
getUrlOrBuilder() - Method in class org.apache.mesos.Protos.Offer
optional .mesos.URL url = 8;
getUrlOrBuilder() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
optional .mesos.URL url = 8;
getUrlOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
getUrlOrBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer
optional .mesos.v1.URL url = 2;
getUrlOrBuilder() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
optional .mesos.v1.URL url = 2;
getUrlOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
getUrlOrBuilder() - Method in class org.apache.mesos.v1.Protos.Offer
optional .mesos.v1.URL url = 8;
getUrlOrBuilder() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
optional .mesos.v1.URL url = 8;
getUser() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string user = 5;
getUser() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string user = 5;
getUser() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string user = 5;
getUser() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string user = 5;
getUser() - Method in class org.apache.mesos.Protos.CommandInfo
optional string user = 5;
getUser() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional string user = 5;
getUser() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string user = 1;
getUser() - Method in class org.apache.mesos.Protos.FrameworkInfo
required string user = 1;
getUser() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
required string user = 1;
getUser() - Method in class org.apache.mesos.Protos.Task.Builder
optional string user = 14;
getUser() - Method in class org.apache.mesos.Protos.Task
optional string user = 14;
getUser() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional string user = 14;
getUser() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string user = 5;
getUser() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional string user = 5;
getUser() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional string user = 5;
getUser() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string user = 1;
getUser() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
required string user = 1;
getUser() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
required string user = 1;
getUser() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional string user = 14;
getUser() - Method in class org.apache.mesos.v1.Protos.Task
optional string user = 14;
getUser() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional string user = 14;
getUserBytes() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string user = 5;
getUserBytes() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string user = 5;
getUserBytes() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string user = 5;
getUserBytes() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string user = 5;
getUserBytes() - Method in class org.apache.mesos.Protos.CommandInfo
optional string user = 5;
getUserBytes() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional string user = 5;
getUserBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string user = 1;
getUserBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo
required string user = 1;
getUserBytes() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
required string user = 1;
getUserBytes() - Method in class org.apache.mesos.Protos.Task.Builder
optional string user = 14;
getUserBytes() - Method in class org.apache.mesos.Protos.Task
optional string user = 14;
getUserBytes() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional string user = 14;
getUserBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string user = 5;
getUserBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional string user = 5;
getUserBytes() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional string user = 5;
getUserBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string user = 1;
getUserBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
required string user = 1;
getUserBytes() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
required string user = 1;
getUserBytes() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional string user = 14;
getUserBytes() - Method in class org.apache.mesos.v1.Protos.Task
optional string user = 14;
getUserBytes() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional string user = 14;
getUuid() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes uuid = 11;
getUuid() - Method in class org.apache.mesos.Protos.TaskStatus
optional bytes uuid = 11;
getUuid() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional bytes uuid = 11;
getUuid() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required bytes uuid = 2;
getUuid() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
required bytes uuid = 2;
getUuid() - Method in interface org.apache.mesos.v1.executor.Protos.Event.AcknowledgedOrBuilder
required bytes uuid = 2;
getUuid() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes uuid = 11;
getUuid() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional bytes uuid = 11;
getUuid() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional bytes uuid = 11;
getUuid() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required bytes uuid = 3;
getUuid() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required bytes uuid = 3;
getUuid() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required bytes uuid = 3;
getValue() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string value = 3;
getValue() - Method in class org.apache.mesos.Protos.CommandInfo
optional string value = 3;
getValue() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.CommandInfo.URI
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional string value = 3;
getValue() - Method in class org.apache.mesos.Protos.ContainerID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.ContainerID
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.ContainerIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string value = 2;
getValue() - Method in class org.apache.mesos.Protos.Environment.Variable
required string value = 2;
getValue() - Method in interface org.apache.mesos.Protos.Environment.VariableOrBuilder
required string value = 2;
getValue() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.ExecutorID
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.ExecutorIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.Flag.Builder
optional string value = 2;
getValue() - Method in class org.apache.mesos.Protos.Flag
optional string value = 2;
getValue() - Method in interface org.apache.mesos.Protos.FlagOrBuilder
optional string value = 2;
getValue() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.FrameworkID
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.FrameworkIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.Label.Builder
optional string value = 2;
getValue() - Method in class org.apache.mesos.Protos.Label
optional string value = 2;
getValue() - Method in interface org.apache.mesos.Protos.LabelOrBuilder
optional string value = 2;
getValue() - Method in class org.apache.mesos.Protos.Metric.Builder
optional double value = 2;
getValue() - Method in class org.apache.mesos.Protos.Metric
optional double value = 2;
getValue() - Method in interface org.apache.mesos.Protos.MetricOrBuilder
optional double value = 2;
getValue() - Method in class org.apache.mesos.Protos.OfferID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.OfferID
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.OfferIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string value = 2;
getValue() - Method in class org.apache.mesos.Protos.Parameter
required string value = 2;
getValue() - Method in interface org.apache.mesos.Protos.ParameterOrBuilder
required string value = 2;
getValue() - Method in class org.apache.mesos.Protos.SlaveID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.SlaveID
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.SlaveIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.TaskID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.TaskID
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.TaskIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
required double value = 1;
getValue() - Method in class org.apache.mesos.Protos.Value.Scalar
required double value = 1;
getValue() - Method in interface org.apache.mesos.Protos.Value.ScalarOrBuilder
required double value = 1;
getValue() - Method in class org.apache.mesos.Protos.Value.Text.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.Protos.Value.Text
required string value = 1;
getValue() - Method in interface org.apache.mesos.Protos.Value.TextOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.AgentID
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.AgentIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string value = 3;
getValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional string value = 3;
getValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional string value = 3;
getValue() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.ContainerID
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.ContainerIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
required string value = 2;
getValue() - Method in interface org.apache.mesos.v1.Protos.Environment.VariableOrBuilder
required string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.ExecutorID
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.ExecutorIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
optional string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.Flag
optional string value = 2;
getValue() - Method in interface org.apache.mesos.v1.Protos.FlagOrBuilder
optional string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.FrameworkID
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.FrameworkIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Label.Builder
optional string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.Label
optional string value = 2;
getValue() - Method in interface org.apache.mesos.v1.Protos.LabelOrBuilder
optional string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
optional double value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.Metric
optional double value = 2;
getValue() - Method in interface org.apache.mesos.v1.Protos.MetricOrBuilder
optional double value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.OfferID
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.OfferIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.Parameter
required string value = 2;
getValue() - Method in interface org.apache.mesos.v1.Protos.ParameterOrBuilder
required string value = 2;
getValue() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.TaskID
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.TaskIDOrBuilder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
required double value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
required double value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.Value.ScalarOrBuilder
required double value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
required string value = 1;
getValue() - Method in class org.apache.mesos.v1.Protos.Value.Text
required string value = 1;
getValue() - Method in interface org.apache.mesos.v1.Protos.Value.TextOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string value = 3;
getValueBytes() - Method in class org.apache.mesos.Protos.CommandInfo
optional string value = 3;
getValueBytes() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.CommandInfo.URI
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional string value = 3;
getValueBytes() - Method in class org.apache.mesos.Protos.ContainerID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.ContainerID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.ContainerIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.Environment.Variable
required string value = 2;
getValueBytes() - Method in interface org.apache.mesos.Protos.Environment.VariableOrBuilder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.ExecutorID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.ExecutorIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.Flag.Builder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.Flag
optional string value = 2;
getValueBytes() - Method in interface org.apache.mesos.Protos.FlagOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.FrameworkID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.FrameworkIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.Label.Builder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.Label
optional string value = 2;
getValueBytes() - Method in interface org.apache.mesos.Protos.LabelOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.OfferID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.OfferID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.OfferIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.Parameter
required string value = 2;
getValueBytes() - Method in interface org.apache.mesos.Protos.ParameterOrBuilder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.Protos.SlaveID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.SlaveID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.SlaveIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.TaskID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.TaskID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.TaskIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.Value.Text.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.Protos.Value.Text
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.Protos.Value.TextOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.AgentID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.AgentIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string value = 3;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional string value = 3;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional string value = 3;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.ContainerID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.ContainerIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
required string value = 2;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.Environment.VariableOrBuilder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.ExecutorID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.ExecutorIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Flag
optional string value = 2;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.FlagOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.FrameworkIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Label.Builder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Label
optional string value = 2;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.LabelOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.OfferID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.OfferIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Parameter
required string value = 2;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.ParameterOrBuilder
required string value = 2;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.TaskID
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.TaskIDOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.mesos.v1.Protos.Value.Text
required string value = 1;
getValueBytes() - Method in interface org.apache.mesos.v1.Protos.Value.TextOrBuilder
required string value = 1;
getValueDescriptor() - Method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.ContainerInfo.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.Image.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.MachineInfo.Mode
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.Offer.Operation.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.Status
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.TaskState
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.TaskStatus.Reason
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.TaskStatus.Source
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.Value.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.Volume.Mode
 
getValueDescriptor() - Method in enum org.apache.mesos.Protos.Volume.Source.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.executor.Protos.Call.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.executor.Protos.Event.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.Image.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.Status
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.TaskState
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.Value.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.Volume.Mode
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
 
getValueDescriptor() - Method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
 
getVariables(int) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
getVariables(int) - Method in class org.apache.mesos.Protos.Environment
repeated .mesos.Environment.Variable variables = 1;
getVariables(int) - Method in interface org.apache.mesos.Protos.EnvironmentOrBuilder
repeated .mesos.Environment.Variable variables = 1;
getVariables(int) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariables(int) - Method in class org.apache.mesos.v1.Protos.Environment
repeated .mesos.v1.Environment.Variable variables = 1;
getVariables(int) - Method in interface org.apache.mesos.v1.Protos.EnvironmentOrBuilder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesBuilder(int) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
getVariablesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesBuilderList() - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
getVariablesBuilderList() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesCount() - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
getVariablesCount() - Method in class org.apache.mesos.Protos.Environment
repeated .mesos.Environment.Variable variables = 1;
getVariablesCount() - Method in interface org.apache.mesos.Protos.EnvironmentOrBuilder
repeated .mesos.Environment.Variable variables = 1;
getVariablesCount() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesCount() - Method in class org.apache.mesos.v1.Protos.Environment
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesCount() - Method in interface org.apache.mesos.v1.Protos.EnvironmentOrBuilder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesList() - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
getVariablesList() - Method in class org.apache.mesos.Protos.Environment
repeated .mesos.Environment.Variable variables = 1;
getVariablesList() - Method in interface org.apache.mesos.Protos.EnvironmentOrBuilder
repeated .mesos.Environment.Variable variables = 1;
getVariablesList() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesList() - Method in class org.apache.mesos.v1.Protos.Environment
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesList() - Method in interface org.apache.mesos.v1.Protos.EnvironmentOrBuilder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesOrBuilder(int) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
getVariablesOrBuilder(int) - Method in class org.apache.mesos.Protos.Environment
repeated .mesos.Environment.Variable variables = 1;
getVariablesOrBuilder(int) - Method in interface org.apache.mesos.Protos.EnvironmentOrBuilder
repeated .mesos.Environment.Variable variables = 1;
getVariablesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Environment
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.EnvironmentOrBuilder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesOrBuilderList() - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
getVariablesOrBuilderList() - Method in class org.apache.mesos.Protos.Environment
repeated .mesos.Environment.Variable variables = 1;
getVariablesOrBuilderList() - Method in interface org.apache.mesos.Protos.EnvironmentOrBuilder
repeated .mesos.Environment.Variable variables = 1;
getVariablesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Environment
repeated .mesos.v1.Environment.Variable variables = 1;
getVariablesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.EnvironmentOrBuilder
repeated .mesos.v1.Environment.Variable variables = 1;
getVersion() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string version = 5;
getVersion() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string version = 5;
getVersion() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string version = 5;
getVersion() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string version = 6;
getVersion() - Method in class org.apache.mesos.Protos.MasterInfo
optional string version = 6;
getVersion() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string version = 6;
getVersion() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
required string version = 1;
getVersion() - Method in class org.apache.mesos.Protos.VersionInfo
required string version = 1;
getVersion() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
required string version = 1;
getVersion() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string version = 5;
getVersion() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string version = 5;
getVersion() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string version = 5;
getVersion() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string version = 6;
getVersion() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string version = 6;
getVersion() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string version = 6;
getVersion() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
required string version = 1;
getVersion() - Method in class org.apache.mesos.v1.Protos.VersionInfo
required string version = 1;
getVersion() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
required string version = 1;
getVersionBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string version = 5;
getVersionBytes() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string version = 5;
getVersionBytes() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string version = 5;
getVersionBytes() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string version = 6;
getVersionBytes() - Method in class org.apache.mesos.Protos.MasterInfo
optional string version = 6;
getVersionBytes() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string version = 6;
getVersionBytes() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
required string version = 1;
getVersionBytes() - Method in class org.apache.mesos.Protos.VersionInfo
required string version = 1;
getVersionBytes() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
required string version = 1;
getVersionBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string version = 5;
getVersionBytes() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string version = 5;
getVersionBytes() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string version = 5;
getVersionBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string version = 6;
getVersionBytes() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string version = 6;
getVersionBytes() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string version = 6;
getVersionBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
required string version = 1;
getVersionBytes() - Method in class org.apache.mesos.v1.Protos.VersionInfo
required string version = 1;
getVersionBytes() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
required string version = 1;
getVisibility() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
required .mesos.DiscoveryInfo.Visibility visibility = 1;
getVisibility() - Method in class org.apache.mesos.Protos.DiscoveryInfo
required .mesos.DiscoveryInfo.Visibility visibility = 1;
getVisibility() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
required .mesos.DiscoveryInfo.Visibility visibility = 1;
getVisibility() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
getVisibility() - Method in class org.apache.mesos.Protos.Port
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
getVisibility() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
getVisibility() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
getVisibility() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
getVisibility() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
getVisibility() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
getVisibility() - Method in class org.apache.mesos.v1.Protos.Port
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
getVisibility() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
getVolume() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
getVolume() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Volume volume = 2;
getVolume() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Volume volume = 2;
getVolume() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
getVolume() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Volume volume = 2;
getVolume() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Volume volume = 2;
getVolumeBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
getVolumeBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
getVolumeDriver() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
getVolumeDriver() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
Deprecated.
getVolumeDriver() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
Deprecated.
getVolumeDriver() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
getVolumeDriver() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
Deprecated.
getVolumeDriver() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
Deprecated.
getVolumeDriverBytes() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
getVolumeDriverBytes() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
Deprecated.
getVolumeDriverBytes() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
Deprecated.
getVolumeDriverBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
getVolumeDriverBytes() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
Deprecated.
getVolumeDriverBytes() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
Deprecated.
getVolumeOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
getVolumeOrBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Volume volume = 2;
getVolumeOrBuilder() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Volume volume = 2;
getVolumeOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
getVolumeOrBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Volume volume = 2;
getVolumeOrBuilder() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Volume volume = 2;
getVolumes(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
getVolumes(int) - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.Volume volumes = 2;
getVolumes(int) - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.Volume volumes = 2;
getVolumes(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
getVolumes(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Create
repeated .mesos.Resource volumes = 1;
getVolumes(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumes(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
getVolumes(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
repeated .mesos.Resource volumes = 1;
getVolumes(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumes(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
getVolumes(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.Volume volumes = 2;
getVolumes(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.Volume volumes = 2;
getVolumes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
repeated .mesos.v1.Resource volumes = 1;
getVolumes(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
repeated .mesos.v1.Resource volumes = 1;
getVolumes(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
getVolumesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
getVolumesBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
getVolumesBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
getVolumesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
getVolumesBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
getVolumesBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
getVolumesBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
getVolumesBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
getVolumesCount() - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.Volume volumes = 2;
getVolumesCount() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.Volume volumes = 2;
getVolumesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
repeated .mesos.Resource volumes = 1;
getVolumesCount() - Method in interface org.apache.mesos.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
repeated .mesos.Resource volumes = 1;
getVolumesCount() - Method in interface org.apache.mesos.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
getVolumesCount() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.Volume volumes = 2;
getVolumesCount() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.Volume volumes = 2;
getVolumesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
repeated .mesos.v1.Resource volumes = 1;
getVolumesCount() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesCount() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
repeated .mesos.v1.Resource volumes = 1;
getVolumesCount() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
getVolumesList() - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.Volume volumes = 2;
getVolumesList() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.Volume volumes = 2;
getVolumesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
repeated .mesos.Resource volumes = 1;
getVolumesList() - Method in interface org.apache.mesos.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
repeated .mesos.Resource volumes = 1;
getVolumesList() - Method in interface org.apache.mesos.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
getVolumesList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.Volume volumes = 2;
getVolumesList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.Volume volumes = 2;
getVolumesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
repeated .mesos.v1.Resource volumes = 1;
getVolumesList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
repeated .mesos.v1.Resource volumes = 1;
getVolumesList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.Volume volumes = 2;
getVolumesOrBuilder(int) - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.Volume volumes = 2;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Create
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in interface org.apache.mesos.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.Volume volumes = 2;
getVolumesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.Volume volumes = 2;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilder(int) - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
getVolumesOrBuilderList() - Method in class org.apache.mesos.Protos.ContainerInfo
repeated .mesos.Volume volumes = 2;
getVolumesOrBuilderList() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
repeated .mesos.Volume volumes = 2;
getVolumesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilderList() - Method in interface org.apache.mesos.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilderList() - Method in interface org.apache.mesos.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
getVolumesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
repeated .mesos.v1.Volume volumes = 2;
getVolumesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
repeated .mesos.v1.Volume volumes = 2;
getVolumesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.CreateOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilderList() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
repeated .mesos.v1.Resource volumes = 1;
getVolumesOrBuilderList() - Method in interface org.apache.mesos.v1.Protos.Offer.Operation.DestroyOrBuilder
repeated .mesos.v1.Resource volumes = 1;
getWebuiUrl() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
getWebuiUrl() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string webui_url = 9;
getWebuiUrl() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string webui_url = 9;
getWebuiUrl() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
getWebuiUrl() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string webui_url = 9;
getWebuiUrl() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string webui_url = 9;
getWebuiUrlBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
getWebuiUrlBytes() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string webui_url = 9;
getWebuiUrlBytes() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string webui_url = 9;
getWebuiUrlBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
getWebuiUrlBytes() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string webui_url = 9;
getWebuiUrlBytes() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string webui_url = 9;
getWeight() - Method in class org.apache.mesos.Protos.Role.Builder
required double weight = 2;
getWeight() - Method in class org.apache.mesos.Protos.Role
required double weight = 2;
getWeight() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
required double weight = 2;
getWeight() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
required double weight = 1;
getWeight() - Method in class org.apache.mesos.Protos.WeightInfo
required double weight = 1;
getWeight() - Method in interface org.apache.mesos.Protos.WeightInfoOrBuilder
required double weight = 1;
getWeight() - Method in class org.apache.mesos.v1.Protos.Role.Builder
required double weight = 2;
getWeight() - Method in class org.apache.mesos.v1.Protos.Role
required double weight = 2;
getWeight() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
required double weight = 2;
getWeight() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
required double weight = 1;
getWeight() - Method in class org.apache.mesos.v1.Protos.WeightInfo
required double weight = 1;
getWeight() - Method in interface org.apache.mesos.v1.Protos.WeightInfoOrBuilder
required double weight = 1;
GID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FileInfo
 
GID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
GIT_BRANCH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
GIT_BRANCH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
GIT_SHA_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
GIT_SHA_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
GIT_TAG_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
GIT_TAG_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
GPU_RESOURCES_VALUE - Static variable in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
GPU_RESOURCES = 3;
GPU_RESOURCES_VALUE - Static variable in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
GPU_RESOURCES = 3;
GRACE_PERIOD_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.KillPolicy
 
GRACE_PERIOD_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.KillPolicy
 
GRACE_PERIOD_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
GRACE_PERIOD_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 
GROUPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.NetworkInfo
 
GROUPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo
 

H

hasAccept() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
hasAccept() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Accept accept = 4;
hasAccept() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
hasAcceptInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
hasAcceptInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
hasAcceptInverseOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
hasAcknowledge() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
hasAcknowledge() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
hasAcknowledge() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
hasAcknowledged() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
hasAcknowledged() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
hasAcknowledged() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
hasActiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
hasActiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 ActiveOpens = 5;
hasActiveOpens() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 ActiveOpens = 5;
hasActiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
hasActiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 ActiveOpens = 5;
hasActiveOpens() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 ActiveOpens = 5;
hasAddress() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
hasAddress() - Method in class org.apache.mesos.Protos.MasterInfo
optional .mesos.Address address = 7;
hasAddress() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional .mesos.Address address = 7;
hasAddress() - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
hasAddress() - Method in class org.apache.mesos.Protos.URL
required .mesos.Address address = 2;
hasAddress() - Method in interface org.apache.mesos.Protos.URLOrBuilder
required .mesos.Address address = 2;
hasAddress() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
hasAddress() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional .mesos.v1.Address address = 7;
hasAddress() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional .mesos.v1.Address address = 7;
hasAddress() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
hasAddress() - Method in class org.apache.mesos.v1.Protos.URL
required .mesos.v1.Address address = 2;
hasAddress() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
required .mesos.v1.Address address = 2;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.InverseOffer
optional .mesos.v1.AgentID agent_id = 4;
hasAgentId() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
optional .mesos.v1.AgentID agent_id = 4;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.AgentID agent_id = 3;
hasAgentId() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.AgentID agent_id = 3;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.Request
optional .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in interface org.apache.mesos.v1.Protos.RequestOrBuilder
optional .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.AgentID agent_id = 5;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required .mesos.v1.AgentID agent_id = 3;
hasAgentId() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required .mesos.v1.AgentID agent_id = 3;
hasAgentId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.AgentID agent_id = 5;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
hasAgentId() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.AgentID agent_id = 5;
hasAgentId() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.AgentID agent_id = 5;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
optional .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
optional .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
optional .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.TaskOrBuilder
optional .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
required .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ShutdownOrBuilder
required .mesos.v1.AgentID agent_id = 2;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required .mesos.v1.AgentID agent_id = 1;
hasAgentId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required .mesos.v1.AgentID agent_id = 1;
hasAgentInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
hasAgentInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.AgentInfo agent_info = 3;
hasAgentInfo() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.AgentInfo agent_info = 3;
hasAggregateDefaultCapacity() - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
hasAggregateDefaultCapacity() - Method in class org.apache.mesos.Protos.RateLimits
optional uint64 aggregate_default_capacity = 3;
hasAggregateDefaultCapacity() - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
optional uint64 aggregate_default_capacity = 3;
hasAggregateDefaultCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
hasAggregateDefaultCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimits
optional uint64 aggregate_default_capacity = 3;
hasAggregateDefaultCapacity() - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
optional uint64 aggregate_default_capacity = 3;
hasAggregateDefaultQps() - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
hasAggregateDefaultQps() - Method in class org.apache.mesos.Protos.RateLimits
optional double aggregate_default_qps = 2;
hasAggregateDefaultQps() - Method in interface org.apache.mesos.Protos.RateLimitsOrBuilder
optional double aggregate_default_qps = 2;
hasAggregateDefaultQps() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
hasAggregateDefaultQps() - Method in class org.apache.mesos.v1.Protos.RateLimits
optional double aggregate_default_qps = 2;
hasAggregateDefaultQps() - Method in interface org.apache.mesos.v1.Protos.RateLimitsOrBuilder
optional double aggregate_default_qps = 2;
hasAlignmentFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
hasAlignmentFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 alignment_faults = 20;
hasAlignmentFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 alignment_faults = 20;
hasAlignmentFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
hasAlignmentFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 alignment_faults = 20;
hasAlignmentFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 alignment_faults = 20;
hasAppc() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
hasAppc() - Method in class org.apache.mesos.Protos.Image
optional .mesos.Image.Appc appc = 2;
hasAppc() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional .mesos.Image.Appc appc = 2;
hasAppc() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
hasAppc() - Method in class org.apache.mesos.v1.Protos.Image
optional .mesos.v1.Image.Appc appc = 2;
hasAppc() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional .mesos.v1.Image.Appc appc = 2;
hasAttemptFails() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
hasAttemptFails() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 AttemptFails = 7;
hasAttemptFails() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 AttemptFails = 7;
hasAttemptFails() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
hasAttemptFails() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 AttemptFails = 7;
hasAttemptFails() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 AttemptFails = 7;
hasBacklog() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
hasBacklog() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 backlog = 2;
hasBacklog() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 backlog = 2;
hasBacklog() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
hasBacklog() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 backlog = 2;
hasBacklog() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 backlog = 2;
hasBegin() - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 begin = 1;
hasBegin() - Method in class org.apache.mesos.Protos.Value.Range
required uint64 begin = 1;
hasBegin() - Method in interface org.apache.mesos.Protos.Value.RangeOrBuilder
required uint64 begin = 1;
hasBegin() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 begin = 1;
hasBegin() - Method in class org.apache.mesos.v1.Protos.Value.Range
required uint64 begin = 1;
hasBegin() - Method in interface org.apache.mesos.v1.Protos.Value.RangeOrBuilder
required uint64 begin = 1;
hasBranches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
hasBranches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branches = 9;
hasBranches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branches = 9;
hasBranches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
hasBranches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branches = 9;
hasBranches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branches = 9;
hasBranchLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
hasBranchLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branch_load_misses = 47;
hasBranchLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branch_load_misses = 47;
hasBranchLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
hasBranchLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branch_load_misses = 47;
hasBranchLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branch_load_misses = 47;
hasBranchLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
hasBranchLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branch_loads = 46;
hasBranchLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branch_loads = 46;
hasBranchLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
hasBranchLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branch_loads = 46;
hasBranchLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branch_loads = 46;
hasBranchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
hasBranchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 branch_misses = 10;
hasBranchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 branch_misses = 10;
hasBranchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
hasBranchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 branch_misses = 10;
hasBranchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 branch_misses = 10;
hasBuildDate() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_date = 2;
hasBuildDate() - Method in class org.apache.mesos.Protos.VersionInfo
optional string build_date = 2;
hasBuildDate() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string build_date = 2;
hasBuildDate() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_date = 2;
hasBuildDate() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string build_date = 2;
hasBuildDate() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string build_date = 2;
hasBuildTime() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional double build_time = 3;
hasBuildTime() - Method in class org.apache.mesos.Protos.VersionInfo
optional double build_time = 3;
hasBuildTime() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional double build_time = 3;
hasBuildTime() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional double build_time = 3;
hasBuildTime() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional double build_time = 3;
hasBuildTime() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional double build_time = 3;
hasBuildUser() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_user = 4;
hasBuildUser() - Method in class org.apache.mesos.Protos.VersionInfo
optional string build_user = 4;
hasBuildUser() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string build_user = 4;
hasBuildUser() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_user = 4;
hasBuildUser() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string build_user = 4;
hasBuildUser() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string build_user = 4;
hasBusCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
hasBusCycles() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 bus_cycles = 11;
hasBusCycles() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 bus_cycles = 11;
hasBusCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
hasBusCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 bus_cycles = 11;
hasBusCycles() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 bus_cycles = 11;
hasBytes() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
hasBytes() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 bytes = 3;
hasBytes() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 bytes = 3;
hasBytes() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
hasBytes() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 bytes = 3;
hasBytes() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 bytes = 3;
hasCache() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
hasCache() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional bool cache = 4;
hasCache() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional bool cache = 4;
hasCache() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
hasCache() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional bool cache = 4;
hasCache() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional bool cache = 4;
hasCached() - Method in class org.apache.mesos.Protos.Image.Builder
optional bool cached = 4 [default = true];
hasCached() - Method in class org.apache.mesos.Protos.Image
optional bool cached = 4 [default = true];
hasCached() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional bool cached = 4 [default = true];
hasCached() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional bool cached = 4 [default = true];
hasCached() - Method in class org.apache.mesos.v1.Protos.Image
optional bool cached = 4 [default = true];
hasCached() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional bool cached = 4 [default = true];
hasCacheMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
hasCacheMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cache_misses = 8;
hasCacheMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cache_misses = 8;
hasCacheMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
hasCacheMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cache_misses = 8;
hasCacheMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cache_misses = 8;
hasCacheReferences() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
hasCacheReferences() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cache_references = 7;
hasCacheReferences() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cache_references = 7;
hasCacheReferences() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
hasCacheReferences() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cache_references = 7;
hasCacheReferences() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cache_references = 7;
hasCapacity() - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional uint64 capacity = 3;
hasCapacity() - Method in class org.apache.mesos.Protos.RateLimit
optional uint64 capacity = 3;
hasCapacity() - Method in interface org.apache.mesos.Protos.RateLimitOrBuilder
optional uint64 capacity = 3;
hasCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional uint64 capacity = 3;
hasCapacity() - Method in class org.apache.mesos.v1.Protos.RateLimit
optional uint64 capacity = 3;
hasCapacity() - Method in interface org.apache.mesos.v1.Protos.RateLimitOrBuilder
optional uint64 capacity = 3;
hasCgroupInfo() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
hasCgroupInfo() - Method in class org.apache.mesos.Protos.ContainerStatus
optional .mesos.CgroupInfo cgroup_info = 2;
hasCgroupInfo() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
optional .mesos.CgroupInfo cgroup_info = 2;
hasCgroupInfo() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
hasCgroupInfo() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
optional .mesos.v1.CgroupInfo cgroup_info = 2;
hasCgroupInfo() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
hasCheckpoint() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional bool checkpoint = 8;
hasCheckpoint() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional bool checkpoint = 8;
hasCheckpoint() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional bool checkpoint = 8;
hasCheckpoint() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
hasCheckpoint() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional bool checkpoint = 5 [default = false];
hasCheckpoint() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional bool checkpoint = 5 [default = false];
hasCheckpoint() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional bool checkpoint = 7 [default = false];
hasCheckpoint() - Method in class org.apache.mesos.Protos.SlaveInfo
optional bool checkpoint = 7 [default = false];
hasCheckpoint() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
optional bool checkpoint = 7 [default = false];
hasCheckpoint() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
hasCheckpoint() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional bool checkpoint = 5 [default = false];
hasCheckpoint() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional bool checkpoint = 5 [default = false];
hasClassid() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
hasClassid() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
optional uint32 classid = 1;
hasClassid() - Method in interface org.apache.mesos.Protos.CgroupInfo.NetClsOrBuilder
optional uint32 classid = 1;
hasClassid() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
hasClassid() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
optional uint32 classid = 1;
hasClassid() - Method in interface org.apache.mesos.v1.Protos.CgroupInfo.NetClsOrBuilder
optional uint32 classid = 1;
hasCommand() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.Protos.ExecutorInfo
required .mesos.CommandInfo command = 7;
hasCommand() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
required .mesos.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.Protos.HealthCheck
optional .mesos.CommandInfo command = 7;
hasCommand() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional .mesos.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.CommandInfo command = 7;
hasCommand() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
required .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
required .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.CommandInfo command = 7;
hasCommand() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.CommandInfo command = 7;
hasConsecutiveFailures() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
hasConsecutiveFailures() - Method in class org.apache.mesos.Protos.HealthCheck
optional uint32 consecutive_failures = 5 [default = 3];
hasConsecutiveFailures() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional uint32 consecutive_failures = 5 [default = 3];
hasConsecutiveFailures() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
hasConsecutiveFailures() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional uint32 consecutive_failures = 5 [default = 3];
hasConsecutiveFailures() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional uint32 consecutive_failures = 5 [default = 3];
hasContainer() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
hasContainer() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.ContainerInfo container = 11;
hasContainer() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.ContainerInfo container = 11;
hasContainer() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
hasContainer() - Method in class org.apache.mesos.Protos.Task
optional .mesos.ContainerInfo container = 13;
hasContainer() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
hasContainer() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.ContainerInfo container = 9;
hasContainer() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.ContainerInfo container = 9;
hasContainer() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.ContainerInfo container = 13;
hasContainer() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
hasContainer() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.ContainerInfo container = 11;
hasContainer() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.ContainerInfo container = 11;
hasContainer() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
hasContainer() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.ContainerInfo container = 13;
hasContainer() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
hasContainer() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.ContainerInfo container = 9;
hasContainer() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.ContainerInfo container = 9;
hasContainer() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.ContainerInfo container = 13;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Destroy
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in interface org.apache.mesos.containerizer.Protos.DestroyOrBuilder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Launch
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Update
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in interface org.apache.mesos.containerizer.Protos.UpdateOrBuilder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Usage
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in interface org.apache.mesos.containerizer.Protos.UsageOrBuilder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.containerizer.Protos.Wait
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in interface org.apache.mesos.containerizer.Protos.WaitOrBuilder
required .mesos.ContainerID container_id = 1;
hasContainerId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
hasContainerId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
required .mesos.ContainerID container_id = 4;
hasContainerId() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.ContainerID container_id = 4;
hasContainerId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
hasContainerId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
required .mesos.v1.ContainerID container_id = 4;
hasContainerId() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.v1.ContainerID container_id = 4;
hasContainerPath() - Method in class org.apache.mesos.Protos.Volume.Builder
required string container_path = 1;
hasContainerPath() - Method in class org.apache.mesos.Protos.Volume
required string container_path = 1;
hasContainerPath() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
required string container_path = 1;
hasContainerPath() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required string container_path = 1;
hasContainerPath() - Method in class org.apache.mesos.v1.Protos.Volume
required string container_path = 1;
hasContainerPath() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
required string container_path = 1;
hasContainerPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
hasContainerPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 container_port = 2;
hasContainerPort() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 container_port = 2;
hasContainerPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
hasContainerPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 container_port = 2;
hasContainerPort() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 container_port = 2;
hasContainerStatus() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
hasContainerStatus() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.ContainerStatus container_status = 13;
hasContainerStatus() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.ContainerStatus container_status = 13;
hasContainerStatus() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
hasContainerStatus() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.ContainerStatus container_status = 13;
hasContainerStatus() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.ContainerStatus container_status = 13;
hasContextSwitches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
hasContextSwitches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 context_switches = 18;
hasContextSwitches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 context_switches = 18;
hasContextSwitches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
hasContextSwitches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 context_switches = 18;
hasContextSwitches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 context_switches = 18;
hasCpuClock() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
hasCpuClock() - Method in class org.apache.mesos.Protos.PerfStatistics
optional double cpu_clock = 13;
hasCpuClock() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional double cpu_clock = 13;
hasCpuClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
hasCpuClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional double cpu_clock = 13;
hasCpuClock() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional double cpu_clock = 13;
hasCpuMigrations() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
hasCpuMigrations() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cpu_migrations = 19;
hasCpuMigrations() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cpu_migrations = 19;
hasCpuMigrations() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
hasCpuMigrations() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cpu_migrations = 19;
hasCpuMigrations() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cpu_migrations = 19;
hasCpusLimit() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
hasCpusLimit() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_limit = 4;
hasCpusLimit() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_limit = 4;
hasCpusLimit() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
hasCpusLimit() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_limit = 4;
hasCpusLimit() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_limit = 4;
hasCpusNrPeriods() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
hasCpusNrPeriods() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 cpus_nr_periods = 7;
hasCpusNrPeriods() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_periods = 7;
hasCpusNrPeriods() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
hasCpusNrPeriods() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 cpus_nr_periods = 7;
hasCpusNrPeriods() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_periods = 7;
hasCpusNrThrottled() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
hasCpusNrThrottled() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 cpus_nr_throttled = 8;
hasCpusNrThrottled() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_throttled = 8;
hasCpusNrThrottled() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
hasCpusNrThrottled() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 cpus_nr_throttled = 8;
hasCpusNrThrottled() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 cpus_nr_throttled = 8;
hasCpusSystemTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
hasCpusSystemTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_system_time_secs = 3;
hasCpusSystemTimeSecs() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_system_time_secs = 3;
hasCpusSystemTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
hasCpusSystemTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_system_time_secs = 3;
hasCpusSystemTimeSecs() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_system_time_secs = 3;
hasCpusThrottledTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
hasCpusThrottledTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_throttled_time_secs = 9;
hasCpusThrottledTimeSecs() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_throttled_time_secs = 9;
hasCpusThrottledTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
hasCpusThrottledTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_throttled_time_secs = 9;
hasCpusThrottledTimeSecs() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_throttled_time_secs = 9;
hasCpusUserTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
hasCpusUserTimeSecs() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double cpus_user_time_secs = 2;
hasCpusUserTimeSecs() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double cpus_user_time_secs = 2;
hasCpusUserTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
hasCpusUserTimeSecs() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double cpus_user_time_secs = 2;
hasCpusUserTimeSecs() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double cpus_user_time_secs = 2;
hasCreate() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
hasCreate() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Create create = 5;
hasCreate() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Create create = 5;
hasCreate() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
hasCreate() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Create create = 5;
hasCreate() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Create create = 5;
hasCredential() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
hasCredential() - Method in class org.apache.mesos.Protos.Image.Docker
optional .mesos.Credential credential = 2;
hasCredential() - Method in interface org.apache.mesos.Protos.Image.DockerOrBuilder
optional .mesos.Credential credential = 2;
hasCredential() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
hasCredential() - Method in class org.apache.mesos.v1.Protos.Image.Docker
optional .mesos.v1.Credential credential = 2;
hasCredential() - Method in interface org.apache.mesos.v1.Protos.Image.DockerOrBuilder
optional .mesos.v1.Credential credential = 2;
hasCurrEstab() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
hasCurrEstab() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 CurrEstab = 9;
hasCurrEstab() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 CurrEstab = 9;
hasCurrEstab() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
hasCurrEstab() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 CurrEstab = 9;
hasCurrEstab() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 CurrEstab = 9;
hasCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
hasCycles() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 cycles = 3;
hasCycles() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 cycles = 3;
hasCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
hasCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 cycles = 3;
hasCycles() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 cycles = 3;
hasData() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional bytes data = 4;
hasData() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional bytes data = 4;
hasData() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional bytes data = 4;
hasData() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional bytes data = 6;
hasData() - Method in class org.apache.mesos.Protos.TaskInfo
optional bytes data = 6;
hasData() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional bytes data = 6;
hasData() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes data = 3;
hasData() - Method in class org.apache.mesos.Protos.TaskStatus
optional bytes data = 3;
hasData() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional bytes data = 3;
hasData() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
required bytes data = 2;
hasData() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
required bytes data = 2;
hasData() - Method in interface org.apache.mesos.v1.executor.Protos.Call.MessageOrBuilder
required bytes data = 2;
hasData() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
required bytes data = 1;
hasData() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
required bytes data = 1;
hasData() - Method in interface org.apache.mesos.v1.executor.Protos.Event.MessageOrBuilder
required bytes data = 1;
hasData() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional bytes data = 4;
hasData() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional bytes data = 4;
hasData() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional bytes data = 4;
hasData() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional bytes data = 6;
hasData() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional bytes data = 6;
hasData() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional bytes data = 6;
hasData() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes data = 3;
hasData() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional bytes data = 3;
hasData() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional bytes data = 3;
hasData() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required bytes data = 3;
hasData() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required bytes data = 3;
hasData() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required bytes data = 3;
hasData() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required bytes data = 3;
hasData() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required bytes data = 3;
hasData() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required bytes data = 3;
hasDecline() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
hasDecline() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Decline decline = 5;
hasDecline() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
hasDeclineInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
hasDeclineInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
hasDeclineInverseOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
hasDefaultTTL() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
hasDefaultTTL() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 DefaultTTL = 2;
hasDefaultTTL() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 DefaultTTL = 2;
hasDefaultTTL() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
hasDefaultTTL() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 DefaultTTL = 2;
hasDefaultTTL() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 DefaultTTL = 2;
hasDelaySeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
hasDelaySeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double delay_seconds = 2 [default = 15];
hasDelaySeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double delay_seconds = 2 [default = 15];
hasDelaySeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
hasDelaySeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double delay_seconds = 2 [default = 15];
hasDelaySeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double delay_seconds = 2 [default = 15];
hasDestroy() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
hasDestroy() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Destroy destroy = 6;
hasDestroy() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Destroy destroy = 6;
hasDestroy() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
hasDestroy() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
hasDestroy() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
hasDirectory() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string directory = 4;
hasDirectory() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string directory = 4;
hasDirectory() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string directory = 4;
hasDiscovery() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.Protos.Task
optional .mesos.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
hasDiscovery() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.DiscoveryInfo discovery = 11;
hasDiscovery() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.DiscoveryInfo discovery = 11;
hasDiscovery() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.DiscoveryInfo discovery = 12;
hasDiscovery() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
hasDiscovery() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.DiscoveryInfo discovery = 11;
hasDiscovery() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 11;
hasDiscovery() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.DiscoveryInfo discovery = 12;
hasDisk() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
hasDisk() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.DiskInfo disk = 7;
hasDisk() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.DiskInfo disk = 7;
hasDisk() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
hasDisk() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.DiskInfo disk = 7;
hasDisk() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.DiskInfo disk = 7;
hasDiskLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
hasDiskLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 disk_limit_bytes = 26;
hasDiskLimitBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_limit_bytes = 26;
hasDiskLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
hasDiskLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 disk_limit_bytes = 26;
hasDiskLimitBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_limit_bytes = 26;
hasDiskUsedBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
hasDiskUsedBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 disk_used_bytes = 27;
hasDiskUsedBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_used_bytes = 27;
hasDiskUsedBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
hasDiskUsedBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 disk_used_bytes = 27;
hasDiskUsedBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 disk_used_bytes = 27;
hasDocker() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
hasDocker() - Method in class org.apache.mesos.Protos.ContainerInfo
optional .mesos.ContainerInfo.DockerInfo docker = 3;
hasDocker() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
hasDocker() - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
hasDocker() - Method in class org.apache.mesos.Protos.Image
optional .mesos.Image.Docker docker = 3;
hasDocker() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
optional .mesos.Image.Docker docker = 3;
hasDocker() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
hasDocker() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
hasDocker() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
hasDocker() - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
hasDocker() - Method in class org.apache.mesos.v1.Protos.Image
optional .mesos.v1.Image.Docker docker = 3;
hasDocker() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
optional .mesos.v1.Image.Docker docker = 3;
hasDockerVolume() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
hasDockerVolume() - Method in class org.apache.mesos.Protos.Volume.Source
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
hasDockerVolume() - Method in interface org.apache.mesos.Protos.Volume.SourceOrBuilder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
hasDockerVolume() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
hasDockerVolume() - Method in class org.apache.mesos.v1.Protos.Volume.Source
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
hasDockerVolume() - Method in interface org.apache.mesos.v1.Protos.Volume.SourceOrBuilder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
hasDriver() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
hasDriver() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
optional string driver = 1;
hasDriver() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
optional string driver = 1;
hasDriver() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
hasDriver() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
optional string driver = 1;
hasDriver() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
optional string driver = 1;
hasDriverOptions() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
hasDriverOptions() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
optional .mesos.Parameters driver_options = 3;
hasDriverOptions() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
optional .mesos.Parameters driver_options = 3;
hasDriverOptions() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
hasDriverOptions() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
optional .mesos.v1.Parameters driver_options = 3;
hasDriverOptions() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
optional .mesos.v1.Parameters driver_options = 3;
hasDrops() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
hasDrops() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 drops = 4;
hasDrops() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 drops = 4;
hasDrops() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
hasDrops() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 drops = 4;
hasDrops() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 drops = 4;
hasDtlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
hasDtlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_load_misses = 39;
hasDtlbLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_load_misses = 39;
hasDtlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
hasDtlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_load_misses = 39;
hasDtlbLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_load_misses = 39;
hasDtlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
hasDtlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_loads = 38;
hasDtlbLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_loads = 38;
hasDtlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
hasDtlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_loads = 38;
hasDtlbLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_loads = 38;
hasDtlbPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
hasDtlbPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_prefetches = 42;
hasDtlbPrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetches = 42;
hasDtlbPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
hasDtlbPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_prefetches = 42;
hasDtlbPrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetches = 42;
hasDtlbPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
hasDtlbPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_prefetch_misses = 43;
hasDtlbPrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetch_misses = 43;
hasDtlbPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
hasDtlbPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_prefetch_misses = 43;
hasDtlbPrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_prefetch_misses = 43;
hasDtlbStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
hasDtlbStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_store_misses = 41;
hasDtlbStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_store_misses = 41;
hasDtlbStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
hasDtlbStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_store_misses = 41;
hasDtlbStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_store_misses = 41;
hasDtlbStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
hasDtlbStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 dtlb_stores = 40;
hasDtlbStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_stores = 40;
hasDtlbStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
hasDtlbStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 dtlb_stores = 40;
hasDtlbStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 dtlb_stores = 40;
hasDuration() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double duration = 2;
hasDuration() - Method in class org.apache.mesos.Protos.PerfStatistics
required double duration = 2;
hasDuration() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
required double duration = 2;
hasDuration() - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
hasDuration() - Method in class org.apache.mesos.Protos.Unavailability
optional .mesos.DurationInfo duration = 2;
hasDuration() - Method in interface org.apache.mesos.Protos.UnavailabilityOrBuilder
optional .mesos.DurationInfo duration = 2;
hasDuration() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double duration = 2;
hasDuration() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
required double duration = 2;
hasDuration() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
required double duration = 2;
hasDuration() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
hasDuration() - Method in class org.apache.mesos.v1.Protos.Unavailability
optional .mesos.v1.DurationInfo duration = 2;
hasDuration() - Method in interface org.apache.mesos.v1.Protos.UnavailabilityOrBuilder
optional .mesos.v1.DurationInfo duration = 2;
hasEmulationFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
hasEmulationFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 emulation_faults = 21;
hasEmulationFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 emulation_faults = 21;
hasEmulationFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
hasEmulationFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 emulation_faults = 21;
hasEmulationFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 emulation_faults = 21;
hasEnd() - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 end = 2;
hasEnd() - Method in class org.apache.mesos.Protos.Value.Range
required uint64 end = 2;
hasEnd() - Method in interface org.apache.mesos.Protos.Value.RangeOrBuilder
required uint64 end = 2;
hasEnd() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 end = 2;
hasEnd() - Method in class org.apache.mesos.v1.Protos.Value.Range
required uint64 end = 2;
hasEnd() - Method in interface org.apache.mesos.v1.Protos.Value.RangeOrBuilder
required uint64 end = 2;
hasEnvironment() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
hasEnvironment() - Method in class org.apache.mesos.Protos.CommandInfo
optional .mesos.Environment environment = 2;
hasEnvironment() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional .mesos.Environment environment = 2;
hasEnvironment() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string environment = 3;
hasEnvironment() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string environment = 3;
hasEnvironment() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string environment = 3;
hasEnvironment() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
hasEnvironment() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional .mesos.v1.Environment environment = 2;
hasEnvironment() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional .mesos.v1.Environment environment = 2;
hasEnvironment() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string environment = 3;
hasEnvironment() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string environment = 3;
hasEnvironment() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string environment = 3;
hasError() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
hasError() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Error error = 7;
hasError() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Error error = 7;
hasError() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
hasError() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Error error = 8;
hasError() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Error error = 8;
hasEstabResets() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
hasEstabResets() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 EstabResets = 8;
hasEstabResets() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 EstabResets = 8;
hasEstabResets() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
hasEstabResets() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 EstabResets = 8;
hasEstabResets() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 EstabResets = 8;
hasExecutable() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
hasExecutable() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional bool executable = 2;
hasExecutable() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional bool executable = 2;
hasExecutable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
hasExecutable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional bool executable = 2;
hasExecutable() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional bool executable = 2;
hasExecutor() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
hasExecutor() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.ExecutorInfo executor = 5;
hasExecutor() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.ExecutorInfo executor = 5;
hasExecutor() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
hasExecutor() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.ExecutorInfo executor = 5;
hasExecutor() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.ExecutorInfo executor = 5;
hasExecutorId() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.Protos.ExecutorInfo
required .mesos.ExecutorID executor_id = 1;
hasExecutorId() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
required .mesos.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
hasExecutorId() - Method in class org.apache.mesos.Protos.Task
optional .mesos.ExecutorID executor_id = 4;
hasExecutorId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.ExecutorID executor_id = 4;
hasExecutorId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
hasExecutorId() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.ExecutorID executor_id = 7;
hasExecutorId() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.ExecutorID executor_id = 7;
hasExecutorId() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.v1.executor.Protos.Call
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
hasExecutorId() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.ExecutorID executor_id = 4;
hasExecutorId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.ExecutorID executor_id = 4;
hasExecutorId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
hasExecutorId() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.ExecutorID executor_id = 7;
hasExecutorId() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.ExecutorID executor_id = 7;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
required .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.MessageOrBuilder
required .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.ShutdownOrBuilder
required .mesos.v1.ExecutorID executor_id = 1;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
required .mesos.v1.ExecutorID executor_id = 2;
hasExecutorId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.MessageOrBuilder
required .mesos.v1.ExecutorID executor_id = 2;
hasExecutorInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
hasExecutorInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.ExecutorInfo executor_info = 3;
hasExecutorInfo() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.ExecutorInfo executor_info = 3;
hasExecutorInfo() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
required .mesos.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
required .mesos.v1.ExecutorInfo executor_info = 1;
hasExecutorInfo() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
required .mesos.v1.ExecutorInfo executor_info = 1;
hasExecutorPid() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
hasExecutorPid() - Method in class org.apache.mesos.Protos.ContainerStatus
optional uint32 executor_pid = 3;
hasExecutorPid() - Method in interface org.apache.mesos.Protos.ContainerStatusOrBuilder
optional uint32 executor_pid = 3;
hasExecutorPid() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
hasExecutorPid() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
optional uint32 executor_pid = 3;
hasExecutorPid() - Method in interface org.apache.mesos.v1.Protos.ContainerStatusOrBuilder
optional uint32 executor_pid = 3;
hasExtract() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
hasExtract() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional bool extract = 3 [default = true];
hasExtract() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional bool extract = 3 [default = true];
hasExtract() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
hasExtract() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional bool extract = 3 [default = true];
hasExtract() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional bool extract = 3 [default = true];
hasFailoverTimeout() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
hasFailoverTimeout() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional double failover_timeout = 4 [default = 0];
hasFailoverTimeout() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional double failover_timeout = 4 [default = 0];
hasFailoverTimeout() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
hasFailoverTimeout() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional double failover_timeout = 4 [default = 0];
hasFailoverTimeout() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional double failover_timeout = 4 [default = 0];
hasFailure() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
hasFailure() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Failure failure = 7;
hasFailure() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
optional .mesos.v1.Filters filters = 3;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffersOrBuilder
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcceptOrBuilder
optional .mesos.v1.Filters filters = 3;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffersOrBuilder
optional .mesos.v1.Filters filters = 2;
hasFilters() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.DeclineOrBuilder
optional .mesos.v1.Filters filters = 2;
hasForcePullImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
hasForcePullImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
optional bool force_pull_image = 6;
hasForcePullImage() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool force_pull_image = 6;
hasForcePullImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
hasForcePullImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
optional bool force_pull_image = 6;
hasForcePullImage() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool force_pull_image = 6;
hasForwarding() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
hasForwarding() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 Forwarding = 1;
hasForwarding() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 Forwarding = 1;
hasForwarding() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
hasForwarding() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 Forwarding = 1;
hasForwarding() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 Forwarding = 1;
hasForwDatagrams() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
hasForwDatagrams() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ForwDatagrams = 6;
hasForwDatagrams() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ForwDatagrams = 6;
hasForwDatagrams() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
hasForwDatagrams() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ForwDatagrams = 6;
hasForwDatagrams() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ForwDatagrams = 6;
hasFragCreates() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
hasFragCreates() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 FragCreates = 19;
hasFragCreates() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 FragCreates = 19;
hasFragCreates() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
hasFragCreates() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 FragCreates = 19;
hasFragCreates() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 FragCreates = 19;
hasFragFails() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
hasFragFails() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 FragFails = 18;
hasFragFails() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 FragFails = 18;
hasFragFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
hasFragFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 FragFails = 18;
hasFragFails() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 FragFails = 18;
hasFragment() - Method in class org.apache.mesos.Protos.URL.Builder
optional string fragment = 5;
hasFragment() - Method in class org.apache.mesos.Protos.URL
optional string fragment = 5;
hasFragment() - Method in interface org.apache.mesos.Protos.URLOrBuilder
optional string fragment = 5;
hasFragment() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string fragment = 5;
hasFragment() - Method in class org.apache.mesos.v1.Protos.URL
optional string fragment = 5;
hasFragment() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
optional string fragment = 5;
hasFragOKs() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
hasFragOKs() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 FragOKs = 17;
hasFragOKs() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 FragOKs = 17;
hasFragOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
hasFragOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 FragOKs = 17;
hasFragOKs() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 FragOKs = 17;
hasFrameworkId() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
hasFrameworkId() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.FrameworkID framework_id = 8;
hasFrameworkId() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.FrameworkID framework_id = 8;
hasFrameworkId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.FrameworkID framework_id = 3;
hasFrameworkId() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
hasFrameworkId() - Method in class org.apache.mesos.Protos.Offer
required .mesos.FrameworkID framework_id = 2;
hasFrameworkId() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.FrameworkID framework_id = 2;
hasFrameworkId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.Protos.Task
required .mesos.FrameworkID framework_id = 3;
hasFrameworkId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
hasFrameworkId() - Method in class org.apache.mesos.v1.executor.Protos.Call
required .mesos.v1.FrameworkID framework_id = 2;
hasFrameworkId() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
required .mesos.v1.FrameworkID framework_id = 2;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.FrameworkID framework_id = 8;
hasFrameworkId() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.FrameworkID framework_id = 8;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.FrameworkID framework_id = 3;
hasFrameworkId() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.FrameworkID framework_id = 2;
hasFrameworkId() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.FrameworkID framework_id = 2;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.FrameworkID framework_id = 3;
hasFrameworkId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.FrameworkID framework_id = 3;
hasFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
hasFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.FrameworkID framework_id = 1;
hasFrameworkId() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.FrameworkID framework_id = 1;
hasFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
hasFrameworkId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
required .mesos.v1.FrameworkID framework_id = 1;
hasFrameworkId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.SubscribedOrBuilder
required .mesos.v1.FrameworkID framework_id = 1;
hasFrameworkInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
hasFrameworkInfo() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
required .mesos.v1.FrameworkInfo framework_info = 2;
hasFrameworkInfo() - Method in interface org.apache.mesos.v1.executor.Protos.Event.SubscribedOrBuilder
required .mesos.v1.FrameworkInfo framework_info = 2;
hasFrameworkInfo() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
hasFrameworkInfo() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
required .mesos.v1.FrameworkInfo framework_info = 1;
hasFrameworkInfo() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.SubscribeOrBuilder
required .mesos.v1.FrameworkInfo framework_info = 1;
hasGid() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string gid = 7;
hasGid() - Method in class org.apache.mesos.Protos.FileInfo
optional string gid = 7;
hasGid() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional string gid = 7;
hasGid() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string gid = 7;
hasGid() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional string gid = 7;
hasGid() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional string gid = 7;
hasGitBranch() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_branch = 6;
hasGitBranch() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_branch = 6;
hasGitBranch() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_branch = 6;
hasGitBranch() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_branch = 6;
hasGitBranch() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_branch = 6;
hasGitBranch() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_branch = 6;
hasGitSha() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_sha = 5;
hasGitSha() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_sha = 5;
hasGitSha() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_sha = 5;
hasGitSha() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_sha = 5;
hasGitSha() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_sha = 5;
hasGitSha() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_sha = 5;
hasGitTag() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_tag = 7;
hasGitTag() - Method in class org.apache.mesos.Protos.VersionInfo
optional string git_tag = 7;
hasGitTag() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
optional string git_tag = 7;
hasGitTag() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_tag = 7;
hasGitTag() - Method in class org.apache.mesos.v1.Protos.VersionInfo
optional string git_tag = 7;
hasGitTag() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
optional string git_tag = 7;
hasGracePeriod() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
hasGracePeriod() - Method in class org.apache.mesos.Protos.KillPolicy
optional .mesos.DurationInfo grace_period = 1;
hasGracePeriod() - Method in interface org.apache.mesos.Protos.KillPolicyOrBuilder
optional .mesos.DurationInfo grace_period = 1;
hasGracePeriod() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
hasGracePeriod() - Method in class org.apache.mesos.v1.Protos.KillPolicy
optional .mesos.v1.DurationInfo grace_period = 1;
hasGracePeriod() - Method in interface org.apache.mesos.v1.Protos.KillPolicyOrBuilder
optional .mesos.v1.DurationInfo grace_period = 1;
hasGracePeriodSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
hasGracePeriodSeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double grace_period_seconds = 6 [default = 10];
hasGracePeriodSeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double grace_period_seconds = 6 [default = 10];
hasGracePeriodSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
hasGracePeriodSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double grace_period_seconds = 6 [default = 10];
hasGracePeriodSeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double grace_period_seconds = 6 [default = 10];
hasHealthCheck() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
hasHealthCheck() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.HealthCheck health_check = 8;
hasHealthCheck() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.HealthCheck health_check = 8;
hasHealthCheck() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
hasHealthCheck() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.HealthCheck health_check = 8;
hasHealthCheck() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.HealthCheck health_check = 8;
hasHealthy() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bool healthy = 8;
hasHealthy() - Method in class org.apache.mesos.Protos.TaskStatus
optional bool healthy = 8;
hasHealthy() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional bool healthy = 8;
hasHealthy() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bool healthy = 8;
hasHealthy() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional bool healthy = 8;
hasHealthy() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional bool healthy = 8;
hasHeartbeatIntervalSeconds() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
optional double heartbeat_interval_seconds = 2;
hasHeartbeatIntervalSeconds() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
optional double heartbeat_interval_seconds = 2;
hasHeartbeatIntervalSeconds() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.SubscribedOrBuilder
optional double heartbeat_interval_seconds = 2;
hasHostname() - Method in class org.apache.mesos.Protos.Address.Builder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.Protos.Address
optional string hostname = 1;
hasHostname() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional string hostname = 4;
hasHostname() - Method in class org.apache.mesos.Protos.ContainerInfo
optional string hostname = 4;
hasHostname() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional string hostname = 4;
hasHostname() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string hostname = 7;
hasHostname() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string hostname = 7;
hasHostname() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string hostname = 7;
hasHostname() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.Protos.MachineID
optional string hostname = 1;
hasHostname() - Method in interface org.apache.mesos.Protos.MachineIDOrBuilder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string hostname = 5;
hasHostname() - Method in class org.apache.mesos.Protos.MasterInfo
optional string hostname = 5;
hasHostname() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string hostname = 5;
hasHostname() - Method in class org.apache.mesos.Protos.Offer.Builder
required string hostname = 4;
hasHostname() - Method in class org.apache.mesos.Protos.Offer
required string hostname = 4;
hasHostname() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required string hostname = 4;
hasHostname() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
required string hostname = 1;
hasHostname() - Method in class org.apache.mesos.Protos.SlaveInfo
required string hostname = 1;
hasHostname() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
required string hostname = 1;
hasHostname() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.v1.Protos.Address
optional string hostname = 1;
hasHostname() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
required string hostname = 1;
hasHostname() - Method in class org.apache.mesos.v1.Protos.AgentInfo
required string hostname = 1;
hasHostname() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
required string hostname = 1;
hasHostname() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional string hostname = 4;
hasHostname() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional string hostname = 4;
hasHostname() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional string hostname = 4;
hasHostname() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string hostname = 7;
hasHostname() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string hostname = 7;
hasHostname() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string hostname = 7;
hasHostname() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.v1.Protos.MachineID
optional string hostname = 1;
hasHostname() - Method in interface org.apache.mesos.v1.Protos.MachineIDOrBuilder
optional string hostname = 1;
hasHostname() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string hostname = 5;
hasHostname() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string hostname = 5;
hasHostname() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string hostname = 5;
hasHostname() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required string hostname = 4;
hasHostname() - Method in class org.apache.mesos.v1.Protos.Offer
required string hostname = 4;
hasHostname() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required string hostname = 4;
hasHostPath() - Method in class org.apache.mesos.Protos.Volume.Builder
optional string host_path = 2;
hasHostPath() - Method in class org.apache.mesos.Protos.Volume
optional string host_path = 2;
hasHostPath() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional string host_path = 2;
hasHostPath() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional string host_path = 2;
hasHostPath() - Method in class org.apache.mesos.v1.Protos.Volume
optional string host_path = 2;
hasHostPath() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional string host_path = 2;
hasHostPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
hasHostPort() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 host_port = 1;
hasHostPort() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 host_port = 1;
hasHostPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
hasHostPort() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
required uint32 host_port = 1;
hasHostPort() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
required uint32 host_port = 1;
hasHttp() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
hasHttp() - Method in class org.apache.mesos.Protos.HealthCheck
optional .mesos.HealthCheck.HTTP http = 1;
hasHttp() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional .mesos.HealthCheck.HTTP http = 1;
hasHttp() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
hasHttp() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional .mesos.v1.HealthCheck.HTTP http = 1;
hasHttp() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional .mesos.v1.HealthCheck.HTTP http = 1;
hasIcmpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
hasIcmpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.IcmpStatistics icmp_stats = 2;
hasIcmpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.IcmpStatistics icmp_stats = 2;
hasIcmpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
hasIcmpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
hasIcmpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
hasId() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
hasId() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional .mesos.FrameworkID id = 3;
hasId() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional .mesos.FrameworkID id = 3;
hasId() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional string id = 2;
hasId() - Method in class org.apache.mesos.Protos.Image.Appc
optional string id = 2;
hasId() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
optional string id = 2;
hasId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
hasId() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.OfferID id = 1;
hasId() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.OfferID id = 1;
hasId() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
hasId() - Method in class org.apache.mesos.Protos.MachineInfo
required .mesos.MachineID id = 1;
hasId() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
required .mesos.MachineID id = 1;
hasId() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required string id = 1;
hasId() - Method in class org.apache.mesos.Protos.MasterInfo
required string id = 1;
hasId() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
required string id = 1;
hasId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
hasId() - Method in class org.apache.mesos.Protos.Offer
required .mesos.OfferID id = 1;
hasId() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.OfferID id = 1;
hasId() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
hasId() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
required string id = 1;
hasId() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.PersistenceOrBuilder
required string id = 1;
hasId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
hasId() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
required .mesos.TaskID id = 2;
hasId() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
required .mesos.TaskID id = 2;
hasId() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
hasId() - Method in class org.apache.mesos.Protos.SlaveInfo
optional .mesos.SlaveID id = 6;
hasId() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
optional .mesos.SlaveID id = 6;
hasId() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
required string id = 1;
hasId() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
required string id = 1;
hasId() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
required string id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
hasId() - Method in class org.apache.mesos.v1.Protos.AgentInfo
optional .mesos.v1.AgentID id = 6;
hasId() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
optional .mesos.v1.AgentID id = 6;
hasId() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
hasId() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional .mesos.v1.FrameworkID id = 3;
hasId() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional .mesos.v1.FrameworkID id = 3;
hasId() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional string id = 2;
hasId() - Method in class org.apache.mesos.v1.Protos.Image.Appc
optional string id = 2;
hasId() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
optional string id = 2;
hasId() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.OfferID id = 1;
hasId() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.OfferID id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.MachineInfo
required .mesos.v1.MachineID id = 1;
hasId() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
required .mesos.v1.MachineID id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required string id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.MasterInfo
required string id = 1;
hasId() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
required string id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.Offer
required .mesos.v1.OfferID id = 1;
hasId() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
required .mesos.v1.OfferID id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
required string id = 1;
hasId() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.PersistenceOrBuilder
required string id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
hasId() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
required .mesos.v1.TaskID id = 2;
hasId() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
required .mesos.v1.TaskID id = 2;
hasId() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
required string id = 1;
hasId() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
required string id = 1;
hasId() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
required string id = 1;
hasIgnoredMulti() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
hasIgnoredMulti() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 IgnoredMulti = 8;
hasIgnoredMulti() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 IgnoredMulti = 8;
hasIgnoredMulti() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
hasIgnoredMulti() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 IgnoredMulti = 8;
hasIgnoredMulti() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 IgnoredMulti = 8;
hasImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
hasImage() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
required string image = 1;
hasImage() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
required string image = 1;
hasImage() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
hasImage() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
optional .mesos.Image image = 1;
hasImage() - Method in interface org.apache.mesos.Protos.ContainerInfo.MesosInfoOrBuilder
optional .mesos.Image image = 1;
hasImage() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
hasImage() - Method in class org.apache.mesos.Protos.Volume
optional .mesos.Image image = 4;
hasImage() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional .mesos.Image image = 4;
hasImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
hasImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
required string image = 1;
hasImage() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
required string image = 1;
hasImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
hasImage() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
optional .mesos.v1.Image image = 1;
hasImage() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.MesosInfoOrBuilder
optional .mesos.v1.Image image = 1;
hasImage() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
hasImage() - Method in class org.apache.mesos.v1.Protos.Volume
optional .mesos.v1.Image image = 4;
hasImage() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional .mesos.v1.Image image = 4;
hasInAddrErrors() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
hasInAddrErrors() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InAddrErrors = 5;
hasInAddrErrors() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InAddrErrors = 5;
hasInAddrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
hasInAddrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InAddrErrors = 5;
hasInAddrErrors() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InAddrErrors = 5;
hasInAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
hasInAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InAddrMaskReps = 14;
hasInAddrMaskReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMaskReps = 14;
hasInAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
hasInAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InAddrMaskReps = 14;
hasInAddrMaskReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMaskReps = 14;
hasInAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
hasInAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InAddrMasks = 13;
hasInAddrMasks() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMasks = 13;
hasInAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
hasInAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InAddrMasks = 13;
hasInAddrMasks() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InAddrMasks = 13;
hasInCsumErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
hasInCsumErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InCsumErrors = 3;
hasInCsumErrors() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InCsumErrors = 3;
hasInCsumErrors() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
hasInCsumErrors() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 InCsumErrors = 15;
hasInCsumErrors() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 InCsumErrors = 15;
hasInCsumErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
hasInCsumErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 InCsumErrors = 7;
hasInCsumErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 InCsumErrors = 7;
hasInCsumErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
hasInCsumErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InCsumErrors = 3;
hasInCsumErrors() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InCsumErrors = 3;
hasInCsumErrors() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
hasInCsumErrors() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 InCsumErrors = 15;
hasInCsumErrors() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 InCsumErrors = 15;
hasInCsumErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
hasInCsumErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 InCsumErrors = 7;
hasInCsumErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 InCsumErrors = 7;
hasInDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
hasInDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 InDatagrams = 1;
hasInDatagrams() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 InDatagrams = 1;
hasInDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
hasInDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 InDatagrams = 1;
hasInDatagrams() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 InDatagrams = 1;
hasInDelivers() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
hasInDelivers() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InDelivers = 9;
hasInDelivers() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InDelivers = 9;
hasInDelivers() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
hasInDelivers() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InDelivers = 9;
hasInDelivers() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InDelivers = 9;
hasInDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
hasInDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InDestUnreachs = 4;
hasInDestUnreachs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InDestUnreachs = 4;
hasInDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
hasInDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InDestUnreachs = 4;
hasInDestUnreachs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InDestUnreachs = 4;
hasInDiscards() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
hasInDiscards() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InDiscards = 8;
hasInDiscards() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InDiscards = 8;
hasInDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
hasInDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InDiscards = 8;
hasInDiscards() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InDiscards = 8;
hasInEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
hasInEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InEchoReps = 10;
hasInEchoReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InEchoReps = 10;
hasInEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
hasInEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InEchoReps = 10;
hasInEchoReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InEchoReps = 10;
hasInEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
hasInEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InEchos = 9;
hasInEchos() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InEchos = 9;
hasInEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
hasInEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InEchos = 9;
hasInEchos() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InEchos = 9;
hasInErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
hasInErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InErrors = 2;
hasInErrors() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InErrors = 2;
hasInErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
hasInErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 InErrors = 3;
hasInErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 InErrors = 3;
hasInErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
hasInErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InErrors = 2;
hasInErrors() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InErrors = 2;
hasInErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
hasInErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 InErrors = 3;
hasInErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 InErrors = 3;
hasInErrs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
hasInErrs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 InErrs = 13;
hasInErrs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 InErrs = 13;
hasInErrs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
hasInErrs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 InErrs = 13;
hasInErrs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 InErrs = 13;
hasInHdrErrors() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
hasInHdrErrors() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InHdrErrors = 4;
hasInHdrErrors() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InHdrErrors = 4;
hasInHdrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
hasInHdrErrors() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InHdrErrors = 4;
hasInHdrErrors() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InHdrErrors = 4;
hasInMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
hasInMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InMsgs = 1;
hasInMsgs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InMsgs = 1;
hasInMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
hasInMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InMsgs = 1;
hasInMsgs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InMsgs = 1;
hasInParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
hasInParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InParmProbs = 6;
hasInParmProbs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InParmProbs = 6;
hasInParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
hasInParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InParmProbs = 6;
hasInParmProbs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InParmProbs = 6;
hasInReceives() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
hasInReceives() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InReceives = 3;
hasInReceives() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InReceives = 3;
hasInReceives() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
hasInReceives() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InReceives = 3;
hasInReceives() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InReceives = 3;
hasInRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
hasInRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InRedirects = 8;
hasInRedirects() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InRedirects = 8;
hasInRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
hasInRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InRedirects = 8;
hasInRedirects() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InRedirects = 8;
hasInSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
hasInSegs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 InSegs = 10;
hasInSegs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 InSegs = 10;
hasInSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
hasInSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 InSegs = 10;
hasInSegs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 InSegs = 10;
hasInSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
hasInSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InSrcQuenchs = 7;
hasInSrcQuenchs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InSrcQuenchs = 7;
hasInSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
hasInSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InSrcQuenchs = 7;
hasInSrcQuenchs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InSrcQuenchs = 7;
hasInstructions() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
hasInstructions() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 instructions = 6;
hasInstructions() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 instructions = 6;
hasInstructions() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
hasInstructions() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 instructions = 6;
hasInstructions() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 instructions = 6;
hasIntervalSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
hasIntervalSeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double interval_seconds = 3 [default = 10];
hasIntervalSeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double interval_seconds = 3 [default = 10];
hasIntervalSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
hasIntervalSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double interval_seconds = 3 [default = 10];
hasIntervalSeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double interval_seconds = 3 [default = 10];
hasInTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
hasInTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InTimeExcds = 5;
hasInTimeExcds() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InTimeExcds = 5;
hasInTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
hasInTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InTimeExcds = 5;
hasInTimeExcds() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InTimeExcds = 5;
hasInTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
hasInTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InTimestampReps = 12;
hasInTimestampReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestampReps = 12;
hasInTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
hasInTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InTimestampReps = 12;
hasInTimestampReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestampReps = 12;
hasInTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
hasInTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 InTimestamps = 11;
hasInTimestamps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestamps = 11;
hasInTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
hasInTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 InTimestamps = 11;
hasInTimestamps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 InTimestamps = 11;
hasInUnknownProtos() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
hasInUnknownProtos() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 InUnknownProtos = 7;
hasInUnknownProtos() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 InUnknownProtos = 7;
hasInUnknownProtos() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
hasInUnknownProtos() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 InUnknownProtos = 7;
hasInUnknownProtos() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 InUnknownProtos = 7;
hasInverseOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
hasInverseOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
required .mesos.v1.OfferID inverse_offer_id = 1;
hasInverseOfferId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOfferOrBuilder
required .mesos.v1.OfferID inverse_offer_id = 1;
hasInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
hasInverseOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
hasInverseOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
hasIp() - Method in class org.apache.mesos.Protos.Address.Builder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.Protos.Address
optional string ip = 2;
hasIp() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.Protos.MachineID
optional string ip = 2;
hasIp() - Method in interface org.apache.mesos.Protos.MachineIDOrBuilder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 ip = 2;
hasIp() - Method in class org.apache.mesos.Protos.MasterInfo
required uint32 ip = 2;
hasIp() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
required uint32 ip = 2;
hasIp() - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.v1.Protos.Address
optional string ip = 2;
hasIp() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.v1.Protos.MachineID
optional string ip = 2;
hasIp() - Method in interface org.apache.mesos.v1.Protos.MachineIDOrBuilder
optional string ip = 2;
hasIp() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 ip = 2;
hasIp() - Method in class org.apache.mesos.v1.Protos.MasterInfo
required uint32 ip = 2;
hasIp() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
required uint32 ip = 2;
hasIpAddress() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
hasIpAddress() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
optional string ip_address = 2;
hasIpAddress() - Method in interface org.apache.mesos.Protos.NetworkInfo.IPAddressOrBuilder
optional string ip_address = 2;
hasIpAddress() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
hasIpAddress() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
optional string ip_address = 2;
hasIpAddress() - Method in interface org.apache.mesos.v1.Protos.NetworkInfo.IPAddressOrBuilder
optional string ip_address = 2;
hasIpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
hasIpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.IpStatistics ip_stats = 1;
hasIpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.IpStatistics ip_stats = 1;
hasIpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
hasIpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.IpStatistics ip_stats = 1;
hasIpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.IpStatistics ip_stats = 1;
hasItlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
hasItlbLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 itlb_load_misses = 45;
hasItlbLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_load_misses = 45;
hasItlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
hasItlbLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 itlb_load_misses = 45;
hasItlbLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_load_misses = 45;
hasItlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
hasItlbLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 itlb_loads = 44;
hasItlbLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_loads = 44;
hasItlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
hasItlbLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 itlb_loads = 44;
hasItlbLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 itlb_loads = 44;
hasKey() - Method in class org.apache.mesos.Protos.Label.Builder
required string key = 1;
hasKey() - Method in class org.apache.mesos.Protos.Label
required string key = 1;
hasKey() - Method in interface org.apache.mesos.Protos.LabelOrBuilder
required string key = 1;
hasKey() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string key = 1;
hasKey() - Method in class org.apache.mesos.Protos.Parameter
required string key = 1;
hasKey() - Method in interface org.apache.mesos.Protos.ParameterOrBuilder
required string key = 1;
hasKey() - Method in class org.apache.mesos.v1.Protos.Label.Builder
required string key = 1;
hasKey() - Method in class org.apache.mesos.v1.Protos.Label
required string key = 1;
hasKey() - Method in interface org.apache.mesos.v1.Protos.LabelOrBuilder
required string key = 1;
hasKey() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string key = 1;
hasKey() - Method in class org.apache.mesos.v1.Protos.Parameter
required string key = 1;
hasKey() - Method in interface org.apache.mesos.v1.Protos.ParameterOrBuilder
required string key = 1;
hasKill() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
hasKill() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Kill kill = 5;
hasKill() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Kill kill = 5;
hasKill() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
hasKill() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Kill kill = 6;
hasKill() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
hasKillPolicy() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
hasKillPolicy() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.KillPolicy kill_policy = 12;
hasKillPolicy() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.KillPolicy kill_policy = 12;
hasKillPolicy() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
hasKillPolicy() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
optional .mesos.v1.KillPolicy kill_policy = 2;
hasKillPolicy() - Method in interface org.apache.mesos.v1.executor.Protos.Event.KillOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 2;
hasKillPolicy() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
hasKillPolicy() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.KillPolicy kill_policy = 12;
hasKillPolicy() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 12;
hasKillPolicy() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
hasKillPolicy() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
optional .mesos.v1.KillPolicy kill_policy = 3;
hasKillPolicy() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
optional .mesos.v1.KillPolicy kill_policy = 3;
hasL1DcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
hasL1DcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_load_misses = 23;
hasL1DcacheLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_load_misses = 23;
hasL1DcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
hasL1DcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_load_misses = 23;
hasL1DcacheLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_load_misses = 23;
hasL1DcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
hasL1DcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_loads = 22;
hasL1DcacheLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_loads = 22;
hasL1DcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
hasL1DcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_loads = 22;
hasL1DcacheLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_loads = 22;
hasL1DcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
hasL1DcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_prefetches = 26;
hasL1DcachePrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetches = 26;
hasL1DcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
hasL1DcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_prefetches = 26;
hasL1DcachePrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetches = 26;
hasL1DcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
hasL1DcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_prefetch_misses = 27;
hasL1DcachePrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetch_misses = 27;
hasL1DcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
hasL1DcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_prefetch_misses = 27;
hasL1DcachePrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_prefetch_misses = 27;
hasL1DcacheStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
hasL1DcacheStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_store_misses = 25;
hasL1DcacheStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_store_misses = 25;
hasL1DcacheStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
hasL1DcacheStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_store_misses = 25;
hasL1DcacheStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_store_misses = 25;
hasL1DcacheStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
hasL1DcacheStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_dcache_stores = 24;
hasL1DcacheStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_stores = 24;
hasL1DcacheStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
hasL1DcacheStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_dcache_stores = 24;
hasL1DcacheStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_dcache_stores = 24;
hasL1IcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
hasL1IcacheLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_load_misses = 29;
hasL1IcacheLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_load_misses = 29;
hasL1IcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
hasL1IcacheLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_load_misses = 29;
hasL1IcacheLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_load_misses = 29;
hasL1IcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
hasL1IcacheLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_loads = 28;
hasL1IcacheLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_loads = 28;
hasL1IcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
hasL1IcacheLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_loads = 28;
hasL1IcacheLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_loads = 28;
hasL1IcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
hasL1IcachePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_prefetches = 30;
hasL1IcachePrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetches = 30;
hasL1IcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
hasL1IcachePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_prefetches = 30;
hasL1IcachePrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetches = 30;
hasL1IcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
hasL1IcachePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 l1_icache_prefetch_misses = 31;
hasL1IcachePrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetch_misses = 31;
hasL1IcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
hasL1IcachePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 l1_icache_prefetch_misses = 31;
hasL1IcachePrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 l1_icache_prefetch_misses = 31;
hasLabels() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
hasLabels() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional .mesos.Labels labels = 7;
hasLabels() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional .mesos.Labels labels = 7;
hasLabels() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
hasLabels() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.Labels labels = 14;
hasLabels() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.Labels labels = 14;
hasLabels() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional .mesos.Labels labels = 11;
hasLabels() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional .mesos.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
hasLabels() - Method in class org.apache.mesos.Protos.Image.Appc
optional .mesos.Labels labels = 3;
hasLabels() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
optional .mesos.Labels labels = 3;
hasLabels() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.Protos.NetworkInfo
optional .mesos.Labels labels = 4;
hasLabels() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
optional .mesos.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
hasLabels() - Method in class org.apache.mesos.Protos.Port
optional .mesos.Labels labels = 5;
hasLabels() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional .mesos.Labels labels = 5;
hasLabels() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
hasLabels() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
optional .mesos.Labels labels = 2;
hasLabels() - Method in interface org.apache.mesos.Protos.Resource.ReservationInfoOrBuilder
optional .mesos.Labels labels = 2;
hasLabels() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
optional .mesos.Labels labels = 4;
hasLabels() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
optional .mesos.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.Protos.Task
optional .mesos.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
hasLabels() - Method in class org.apache.mesos.Protos.TaskInfo
optional .mesos.Labels labels = 10;
hasLabels() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
optional .mesos.Labels labels = 10;
hasLabels() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
hasLabels() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.Labels labels = 12;
hasLabels() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.Labels labels = 12;
hasLabels() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
hasLabels() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional .mesos.v1.Labels labels = 7;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional .mesos.v1.Labels labels = 7;
hasLabels() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
hasLabels() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.Labels labels = 14;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.Labels labels = 14;
hasLabels() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional .mesos.v1.Labels labels = 11;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional .mesos.v1.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Image.Appc
optional .mesos.v1.Labels labels = 3;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
optional .mesos.v1.Labels labels = 3;
hasLabels() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
optional .mesos.v1.Labels labels = 4;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
optional .mesos.v1.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Port
optional .mesos.v1.Labels labels = 5;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional .mesos.v1.Labels labels = 5;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
optional .mesos.v1.Labels labels = 2;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.Resource.ReservationInfoOrBuilder
optional .mesos.v1.Labels labels = 2;
hasLabels() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
optional .mesos.v1.Labels labels = 4;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
optional .mesos.v1.Labels labels = 4;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
hasLabels() - Method in class org.apache.mesos.v1.Protos.TaskInfo
optional .mesos.v1.Labels labels = 10;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
optional .mesos.v1.Labels labels = 10;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.Labels labels = 11;
hasLabels() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
hasLabels() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.Labels labels = 12;
hasLabels() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.Labels labels = 12;
hasLaunch() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
hasLaunch() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Launch launch = 2;
hasLaunch() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Launch launch = 2;
hasLaunch() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
hasLaunch() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Launch launch = 4;
hasLaunch() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Launch launch = 4;
hasLaunch() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
hasLaunch() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Launch launch = 2;
hasLaunch() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
hasLlcLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
hasLlcLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_load_misses = 33;
hasLlcLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_load_misses = 33;
hasLlcLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
hasLlcLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_load_misses = 33;
hasLlcLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_load_misses = 33;
hasLlcLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
hasLlcLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_loads = 32;
hasLlcLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_loads = 32;
hasLlcLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
hasLlcLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_loads = 32;
hasLlcLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_loads = 32;
hasLlcPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
hasLlcPrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_prefetches = 36;
hasLlcPrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetches = 36;
hasLlcPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
hasLlcPrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_prefetches = 36;
hasLlcPrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetches = 36;
hasLlcPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
hasLlcPrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_prefetch_misses = 37;
hasLlcPrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetch_misses = 37;
hasLlcPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
hasLlcPrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_prefetch_misses = 37;
hasLlcPrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_prefetch_misses = 37;
hasLlcStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
hasLlcStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_store_misses = 35;
hasLlcStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_store_misses = 35;
hasLlcStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
hasLlcStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_store_misses = 35;
hasLlcStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_store_misses = 35;
hasLlcStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
hasLlcStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 llc_stores = 34;
hasLlcStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 llc_stores = 34;
hasLlcStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
hasLlcStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 llc_stores = 34;
hasLlcStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 llc_stores = 34;
hasLocation() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string location = 4;
hasLocation() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string location = 4;
hasLocation() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string location = 4;
hasLocation() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string location = 4;
hasLocation() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string location = 4;
hasLocation() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string location = 4;
hasMajorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
hasMajorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 major_faults = 17;
hasMajorFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 major_faults = 17;
hasMajorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
hasMajorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 major_faults = 17;
hasMajorFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 major_faults = 17;
hasMaxConn() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
hasMaxConn() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 MaxConn = 4;
hasMaxConn() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 MaxConn = 4;
hasMaxConn() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
hasMaxConn() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 MaxConn = 4;
hasMaxConn() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 MaxConn = 4;
hasMemAnonBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
hasMemAnonBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_anon_bytes = 11;
hasMemAnonBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_anon_bytes = 11;
hasMemAnonBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
hasMemAnonBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_anon_bytes = 11;
hasMemAnonBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_anon_bytes = 11;
hasMemCacheBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
hasMemCacheBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_cache_bytes = 39;
hasMemCacheBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_cache_bytes = 39;
hasMemCacheBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
hasMemCacheBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_cache_bytes = 39;
hasMemCacheBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_cache_bytes = 39;
hasMemCriticalPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
hasMemCriticalPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_critical_pressure_counter = 34;
hasMemCriticalPressureCounter() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_critical_pressure_counter = 34;
hasMemCriticalPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
hasMemCriticalPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_critical_pressure_counter = 34;
hasMemCriticalPressureCounter() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_critical_pressure_counter = 34;
hasMemFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
hasMemFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_file_bytes = 10;
hasMemFileBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_file_bytes = 10;
hasMemFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
hasMemFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_file_bytes = 10;
hasMemFileBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_file_bytes = 10;
hasMemLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
hasMemLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_limit_bytes = 6;
hasMemLimitBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_limit_bytes = 6;
hasMemLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
hasMemLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_limit_bytes = 6;
hasMemLimitBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_limit_bytes = 6;
hasMemLowPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
hasMemLowPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_low_pressure_counter = 32;
hasMemLowPressureCounter() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_low_pressure_counter = 32;
hasMemLowPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
hasMemLowPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_low_pressure_counter = 32;
hasMemLowPressureCounter() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_low_pressure_counter = 32;
hasMemMappedFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
hasMemMappedFileBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_mapped_file_bytes = 12;
hasMemMappedFileBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_mapped_file_bytes = 12;
hasMemMappedFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
hasMemMappedFileBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_mapped_file_bytes = 12;
hasMemMappedFileBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_mapped_file_bytes = 12;
hasMemMediumPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
hasMemMediumPressureCounter() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_medium_pressure_counter = 33;
hasMemMediumPressureCounter() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_medium_pressure_counter = 33;
hasMemMediumPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
hasMemMediumPressureCounter() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_medium_pressure_counter = 33;
hasMemMediumPressureCounter() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_medium_pressure_counter = 33;
hasMemRssBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
hasMemRssBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_rss_bytes = 5;
hasMemRssBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_rss_bytes = 5;
hasMemRssBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
hasMemRssBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_rss_bytes = 5;
hasMemRssBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_rss_bytes = 5;
hasMemSoftLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
hasMemSoftLimitBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_soft_limit_bytes = 38;
hasMemSoftLimitBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_soft_limit_bytes = 38;
hasMemSoftLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
hasMemSoftLimitBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_soft_limit_bytes = 38;
hasMemSoftLimitBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_soft_limit_bytes = 38;
hasMemSwapBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
hasMemSwapBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_swap_bytes = 40;
hasMemSwapBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_swap_bytes = 40;
hasMemSwapBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
hasMemSwapBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_swap_bytes = 40;
hasMemSwapBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_swap_bytes = 40;
hasMemTotalBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
hasMemTotalBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_total_bytes = 36;
hasMemTotalBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_bytes = 36;
hasMemTotalBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
hasMemTotalBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_total_bytes = 36;
hasMemTotalBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_bytes = 36;
hasMemTotalMemswBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
hasMemTotalMemswBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_total_memsw_bytes = 37;
hasMemTotalMemswBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_memsw_bytes = 37;
hasMemTotalMemswBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
hasMemTotalMemswBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_total_memsw_bytes = 37;
hasMemTotalMemswBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_total_memsw_bytes = 37;
hasMemUnevictableBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
hasMemUnevictableBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 mem_unevictable_bytes = 41;
hasMemUnevictableBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_unevictable_bytes = 41;
hasMemUnevictableBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
hasMemUnevictableBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 mem_unevictable_bytes = 41;
hasMemUnevictableBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 mem_unevictable_bytes = 41;
hasMesos() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
hasMesos() - Method in class org.apache.mesos.Protos.ContainerInfo
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
hasMesos() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
hasMesos() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
hasMesos() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
hasMesos() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
hasMessage() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional string message = 2;
hasMessage() - Method in class org.apache.mesos.containerizer.Protos.Termination
optional string message = 2;
hasMessage() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
optional string message = 2;
hasMessage() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional string message = 4;
hasMessage() - Method in class org.apache.mesos.Protos.TaskStatus
optional string message = 4;
hasMessage() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional string message = 4;
hasMessage() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
hasMessage() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Message message = 6;
hasMessage() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Message message = 6;
hasMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
hasMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
required string message = 1;
hasMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
required string message = 1;
hasMessage() - Method in interface org.apache.mesos.v1.executor.Protos.Event.ErrorOrBuilder
required string message = 1;
hasMessage() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Message message = 6;
hasMessage() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Message message = 6;
hasMessage() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional string message = 4;
hasMessage() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional string message = 4;
hasMessage() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional string message = 4;
hasMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
hasMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Message message = 10;
hasMessage() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Message message = 10;
hasMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
hasMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
required string message = 1;
hasMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
required string message = 1;
hasMessage() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.ErrorOrBuilder
required string message = 1;
hasMessage() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Message message = 6;
hasMessage() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Message message = 6;
hasMinorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
hasMinorFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 minor_faults = 16;
hasMinorFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 minor_faults = 16;
hasMinorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
hasMinorFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 minor_faults = 16;
hasMinorFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 minor_faults = 16;
hasMode() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint32 mode = 5;
hasMode() - Method in class org.apache.mesos.Protos.FileInfo
optional uint32 mode = 5;
hasMode() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional uint32 mode = 5;
hasMode() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.MachineInfo.Mode mode = 2;
hasMode() - Method in class org.apache.mesos.Protos.MachineInfo
optional .mesos.MachineInfo.Mode mode = 2;
hasMode() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
optional .mesos.MachineInfo.Mode mode = 2;
hasMode() - Method in class org.apache.mesos.Protos.Volume.Builder
required .mesos.Volume.Mode mode = 3;
hasMode() - Method in class org.apache.mesos.Protos.Volume
required .mesos.Volume.Mode mode = 3;
hasMode() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
required .mesos.Volume.Mode mode = 3;
hasMode() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint32 mode = 5;
hasMode() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional uint32 mode = 5;
hasMode() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional uint32 mode = 5;
hasMode() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.MachineInfo.Mode mode = 2;
hasMode() - Method in class org.apache.mesos.v1.Protos.MachineInfo
optional .mesos.v1.MachineInfo.Mode mode = 2;
hasMode() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
optional .mesos.v1.MachineInfo.Mode mode = 2;
hasMode() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required .mesos.v1.Volume.Mode mode = 3;
hasMode() - Method in class org.apache.mesos.v1.Protos.Volume
required .mesos.v1.Volume.Mode mode = 3;
hasMode() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
required .mesos.v1.Volume.Mode mode = 3;
hasMount() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
hasMount() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
hasMount() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
hasMount() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
hasMount() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
hasMount() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
hasMtime() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
hasMtime() - Method in class org.apache.mesos.Protos.FileInfo
optional .mesos.TimeInfo mtime = 4;
hasMtime() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional .mesos.TimeInfo mtime = 4;
hasMtime() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
hasMtime() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional .mesos.v1.TimeInfo mtime = 4;
hasMtime() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional .mesos.v1.TimeInfo mtime = 4;
hasName() - Method in class org.apache.mesos.Protos.Attribute.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Attribute
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string name = 2;
hasName() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string name = 2;
hasName() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string name = 2;
hasName() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Environment.Variable
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.Environment.VariableOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional string name = 9;
hasName() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional string name = 9;
hasName() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional string name = 9;
hasName() - Method in class org.apache.mesos.Protos.Flag.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Flag
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.FlagOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string name = 2;
hasName() - Method in class org.apache.mesos.Protos.FrameworkInfo
required string name = 2;
hasName() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
required string name = 2;
hasName() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Image.Appc
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.Image.AppcOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Image.Docker
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.Image.DockerOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Metric.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Metric
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.MetricOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional string name = 6;
hasName() - Method in class org.apache.mesos.Protos.NetworkInfo
optional string name = 6;
hasName() - Method in interface org.apache.mesos.Protos.NetworkInfoOrBuilder
optional string name = 6;
hasName() - Method in class org.apache.mesos.Protos.Port.Builder
optional string name = 2;
hasName() - Method in class org.apache.mesos.Protos.Port
optional string name = 2;
hasName() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional string name = 2;
hasName() - Method in class org.apache.mesos.Protos.Resource.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Resource
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.ResourceUsage.Executor.TaskOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Role.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Role
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Task.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Task
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.TaskInfo
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required string name = 1;
hasName() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
hasName() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
required string name = 2;
hasName() - Method in interface org.apache.mesos.Protos.Volume.Source.DockerVolumeOrBuilder
required string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Attribute
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string name = 2;
hasName() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.Environment.VariableOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional string name = 9;
hasName() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional string name = 9;
hasName() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional string name = 9;
hasName() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Flag
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.FlagOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
required string name = 2;
hasName() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
required string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Image.Appc
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.Image.AppcOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Image.Docker
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.Image.DockerOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Metric
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.MetricOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional string name = 6;
hasName() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
optional string name = 6;
hasName() - Method in interface org.apache.mesos.v1.Protos.NetworkInfoOrBuilder
optional string name = 6;
hasName() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.Port
optional string name = 2;
hasName() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Resource
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.Executor.TaskOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Role.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Role
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Task
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required string name = 1;
hasName() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required string name = 1;
hasName() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
hasName() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
required string name = 2;
hasName() - Method in interface org.apache.mesos.v1.Protos.Volume.Source.DockerVolumeOrBuilder
required string name = 2;
hasNanoseconds() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
hasNanoseconds() - Method in class org.apache.mesos.Protos.DurationInfo
required int64 nanoseconds = 1;
hasNanoseconds() - Method in interface org.apache.mesos.Protos.DurationInfoOrBuilder
required int64 nanoseconds = 1;
hasNanoseconds() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
hasNanoseconds() - Method in class org.apache.mesos.Protos.TimeInfo
required int64 nanoseconds = 1;
hasNanoseconds() - Method in interface org.apache.mesos.Protos.TimeInfoOrBuilder
required int64 nanoseconds = 1;
hasNanoseconds() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
hasNanoseconds() - Method in class org.apache.mesos.v1.Protos.DurationInfo
required int64 nanoseconds = 1;
hasNanoseconds() - Method in interface org.apache.mesos.v1.Protos.DurationInfoOrBuilder
required int64 nanoseconds = 1;
hasNanoseconds() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
hasNanoseconds() - Method in class org.apache.mesos.v1.Protos.TimeInfo
required int64 nanoseconds = 1;
hasNanoseconds() - Method in interface org.apache.mesos.v1.Protos.TimeInfoOrBuilder
required int64 nanoseconds = 1;
hasNetCls() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
hasNetCls() - Method in class org.apache.mesos.Protos.CgroupInfo
optional .mesos.CgroupInfo.NetCls net_cls = 1;
hasNetCls() - Method in interface org.apache.mesos.Protos.CgroupInfoOrBuilder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
hasNetCls() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
hasNetCls() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
hasNetCls() - Method in interface org.apache.mesos.v1.Protos.CgroupInfoOrBuilder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
hasNetRxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
hasNetRxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_bytes = 15;
hasNetRxBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_bytes = 15;
hasNetRxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
hasNetRxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_bytes = 15;
hasNetRxBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_bytes = 15;
hasNetRxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
hasNetRxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_dropped = 17;
hasNetRxDropped() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_dropped = 17;
hasNetRxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
hasNetRxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_dropped = 17;
hasNetRxDropped() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_dropped = 17;
hasNetRxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
hasNetRxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_errors = 16;
hasNetRxErrors() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_errors = 16;
hasNetRxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
hasNetRxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_errors = 16;
hasNetRxErrors() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_errors = 16;
hasNetRxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
hasNetRxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_rx_packets = 14;
hasNetRxPackets() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_packets = 14;
hasNetRxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
hasNetRxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_rx_packets = 14;
hasNetRxPackets() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_rx_packets = 14;
hasNetSnmpStatistics() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
hasNetSnmpStatistics() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
hasNetSnmpStatistics() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
hasNetSnmpStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
hasNetSnmpStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
hasNetSnmpStatistics() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
hasNetTcpActiveConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
hasNetTcpActiveConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_active_connections = 28;
hasNetTcpActiveConnections() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_active_connections = 28;
hasNetTcpActiveConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
hasNetTcpActiveConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_active_connections = 28;
hasNetTcpActiveConnections() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_active_connections = 28;
hasNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
hasNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p50 = 22;
hasNetTcpRttMicrosecsP50() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p50 = 22;
hasNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
hasNetTcpRttMicrosecsP50() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p50 = 22;
hasNetTcpRttMicrosecsP50() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p50 = 22;
hasNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
hasNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p90 = 23;
hasNetTcpRttMicrosecsP90() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p90 = 23;
hasNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
hasNetTcpRttMicrosecsP90() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p90 = 23;
hasNetTcpRttMicrosecsP90() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p90 = 23;
hasNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
hasNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p95 = 24;
hasNetTcpRttMicrosecsP95() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p95 = 24;
hasNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
hasNetTcpRttMicrosecsP95() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p95 = 24;
hasNetTcpRttMicrosecsP95() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p95 = 24;
hasNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
hasNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p99 = 25;
hasNetTcpRttMicrosecsP99() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p99 = 25;
hasNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
hasNetTcpRttMicrosecsP99() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_rtt_microsecs_p99 = 25;
hasNetTcpRttMicrosecsP99() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_rtt_microsecs_p99 = 25;
hasNetTcpTimeWaitConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
hasNetTcpTimeWaitConnections() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional double net_tcp_time_wait_connections = 29;
hasNetTcpTimeWaitConnections() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_time_wait_connections = 29;
hasNetTcpTimeWaitConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
hasNetTcpTimeWaitConnections() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional double net_tcp_time_wait_connections = 29;
hasNetTcpTimeWaitConnections() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional double net_tcp_time_wait_connections = 29;
hasNetTxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
hasNetTxBytes() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_bytes = 19;
hasNetTxBytes() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_bytes = 19;
hasNetTxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
hasNetTxBytes() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_bytes = 19;
hasNetTxBytes() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_bytes = 19;
hasNetTxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
hasNetTxDropped() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_dropped = 21;
hasNetTxDropped() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_dropped = 21;
hasNetTxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
hasNetTxDropped() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_dropped = 21;
hasNetTxDropped() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_dropped = 21;
hasNetTxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
hasNetTxErrors() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_errors = 20;
hasNetTxErrors() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_errors = 20;
hasNetTxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
hasNetTxErrors() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_errors = 20;
hasNetTxErrors() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_errors = 20;
hasNetTxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
hasNetTxPackets() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint64 net_tx_packets = 18;
hasNetTxPackets() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_packets = 18;
hasNetTxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
hasNetTxPackets() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint64 net_tx_packets = 18;
hasNetTxPackets() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint64 net_tx_packets = 18;
hasNetwork() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
hasNetwork() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
hasNetwork() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
hasNetwork() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
hasNetwork() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
hasNetwork() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
hasNlink() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional int32 nlink = 2;
hasNlink() - Method in class org.apache.mesos.Protos.FileInfo
optional int32 nlink = 2;
hasNlink() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional int32 nlink = 2;
hasNlink() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional int32 nlink = 2;
hasNlink() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional int32 nlink = 2;
hasNlink() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional int32 nlink = 2;
hasNodeLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
hasNodeLoadMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_load_misses = 49;
hasNodeLoadMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_load_misses = 49;
hasNodeLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
hasNodeLoadMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_load_misses = 49;
hasNodeLoadMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_load_misses = 49;
hasNodeLoads() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
hasNodeLoads() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_loads = 48;
hasNodeLoads() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_loads = 48;
hasNodeLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
hasNodeLoads() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_loads = 48;
hasNodeLoads() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_loads = 48;
hasNodePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
hasNodePrefetches() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_prefetches = 52;
hasNodePrefetches() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetches = 52;
hasNodePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
hasNodePrefetches() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_prefetches = 52;
hasNodePrefetches() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetches = 52;
hasNodePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
hasNodePrefetchMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_prefetch_misses = 53;
hasNodePrefetchMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetch_misses = 53;
hasNodePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
hasNodePrefetchMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_prefetch_misses = 53;
hasNodePrefetchMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_prefetch_misses = 53;
hasNodeStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
hasNodeStoreMisses() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_store_misses = 51;
hasNodeStoreMisses() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_store_misses = 51;
hasNodeStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
hasNodeStoreMisses() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_store_misses = 51;
hasNodeStoreMisses() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_store_misses = 51;
hasNodeStores() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
hasNodeStores() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 node_stores = 50;
hasNodeStores() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 node_stores = 50;
hasNodeStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
hasNodeStores() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 node_stores = 50;
hasNodeStores() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 node_stores = 50;
hasNoPorts() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
hasNoPorts() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 NoPorts = 2;
hasNoPorts() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 NoPorts = 2;
hasNoPorts() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
hasNoPorts() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 NoPorts = 2;
hasNoPorts() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 NoPorts = 2;
hasNumber() - Method in class org.apache.mesos.Protos.Port.Builder
required uint32 number = 1;
hasNumber() - Method in class org.apache.mesos.Protos.Port
required uint32 number = 1;
hasNumber() - Method in interface org.apache.mesos.Protos.PortOrBuilder
required uint32 number = 1;
hasNumber() - Method in class org.apache.mesos.v1.Protos.Port.Builder
required uint32 number = 1;
hasNumber() - Method in class org.apache.mesos.v1.Protos.Port
required uint32 number = 1;
hasNumber() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
required uint32 number = 1;
hasOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
hasOfferId() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
required .mesos.v1.OfferID offer_id = 1;
hasOfferId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.RescindOrBuilder
required .mesos.v1.OfferID offer_id = 1;
hasOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
hasOffers() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Offers offers = 3;
hasOffers() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
hasOutAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
hasOutAddrMaskReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutAddrMaskReps = 27;
hasOutAddrMaskReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMaskReps = 27;
hasOutAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
hasOutAddrMaskReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutAddrMaskReps = 27;
hasOutAddrMaskReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMaskReps = 27;
hasOutAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
hasOutAddrMasks() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutAddrMasks = 26;
hasOutAddrMasks() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMasks = 26;
hasOutAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
hasOutAddrMasks() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutAddrMasks = 26;
hasOutAddrMasks() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutAddrMasks = 26;
hasOutDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
hasOutDatagrams() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 OutDatagrams = 4;
hasOutDatagrams() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 OutDatagrams = 4;
hasOutDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
hasOutDatagrams() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 OutDatagrams = 4;
hasOutDatagrams() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 OutDatagrams = 4;
hasOutDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
hasOutDestUnreachs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutDestUnreachs = 17;
hasOutDestUnreachs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutDestUnreachs = 17;
hasOutDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
hasOutDestUnreachs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutDestUnreachs = 17;
hasOutDestUnreachs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutDestUnreachs = 17;
hasOutDiscards() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
hasOutDiscards() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 OutDiscards = 11;
hasOutDiscards() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 OutDiscards = 11;
hasOutDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
hasOutDiscards() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 OutDiscards = 11;
hasOutDiscards() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 OutDiscards = 11;
hasOutEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
hasOutEchoReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutEchoReps = 23;
hasOutEchoReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchoReps = 23;
hasOutEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
hasOutEchoReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutEchoReps = 23;
hasOutEchoReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchoReps = 23;
hasOutEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
hasOutEchos() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutEchos = 22;
hasOutEchos() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchos = 22;
hasOutEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
hasOutEchos() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutEchos = 22;
hasOutEchos() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutEchos = 22;
hasOutErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
hasOutErrors() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutErrors = 16;
hasOutErrors() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutErrors = 16;
hasOutErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
hasOutErrors() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutErrors = 16;
hasOutErrors() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutErrors = 16;
hasOutMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
hasOutMsgs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutMsgs = 15;
hasOutMsgs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutMsgs = 15;
hasOutMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
hasOutMsgs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutMsgs = 15;
hasOutMsgs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutMsgs = 15;
hasOutNoRoutes() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
hasOutNoRoutes() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 OutNoRoutes = 12;
hasOutNoRoutes() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 OutNoRoutes = 12;
hasOutNoRoutes() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
hasOutNoRoutes() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 OutNoRoutes = 12;
hasOutNoRoutes() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 OutNoRoutes = 12;
hasOutParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
hasOutParmProbs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutParmProbs = 19;
hasOutParmProbs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutParmProbs = 19;
hasOutParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
hasOutParmProbs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutParmProbs = 19;
hasOutParmProbs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutParmProbs = 19;
hasOutputFile() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
hasOutputFile() - Method in class org.apache.mesos.Protos.CommandInfo.URI
optional string output_file = 5;
hasOutputFile() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
optional string output_file = 5;
hasOutputFile() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
hasOutputFile() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
optional string output_file = 5;
hasOutputFile() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
optional string output_file = 5;
hasOutRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
hasOutRedirects() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutRedirects = 21;
hasOutRedirects() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutRedirects = 21;
hasOutRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
hasOutRedirects() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutRedirects = 21;
hasOutRedirects() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutRedirects = 21;
hasOutRequests() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
hasOutRequests() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 OutRequests = 10;
hasOutRequests() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 OutRequests = 10;
hasOutRequests() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
hasOutRequests() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 OutRequests = 10;
hasOutRequests() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 OutRequests = 10;
hasOutRsts() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
hasOutRsts() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 OutRsts = 14;
hasOutRsts() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 OutRsts = 14;
hasOutRsts() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
hasOutRsts() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 OutRsts = 14;
hasOutRsts() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 OutRsts = 14;
hasOutSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
hasOutSegs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 OutSegs = 11;
hasOutSegs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 OutSegs = 11;
hasOutSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
hasOutSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 OutSegs = 11;
hasOutSegs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 OutSegs = 11;
hasOutSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
hasOutSrcQuenchs() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutSrcQuenchs = 20;
hasOutSrcQuenchs() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutSrcQuenchs = 20;
hasOutSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
hasOutSrcQuenchs() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutSrcQuenchs = 20;
hasOutSrcQuenchs() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutSrcQuenchs = 20;
hasOutTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
hasOutTimeExcds() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutTimeExcds = 18;
hasOutTimeExcds() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimeExcds = 18;
hasOutTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
hasOutTimeExcds() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutTimeExcds = 18;
hasOutTimeExcds() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimeExcds = 18;
hasOutTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
hasOutTimestampReps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutTimestampReps = 25;
hasOutTimestampReps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestampReps = 25;
hasOutTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
hasOutTimestampReps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutTimestampReps = 25;
hasOutTimestampReps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestampReps = 25;
hasOutTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
hasOutTimestamps() - Method in class org.apache.mesos.Protos.IcmpStatistics
optional int64 OutTimestamps = 24;
hasOutTimestamps() - Method in interface org.apache.mesos.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestamps = 24;
hasOutTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
hasOutTimestamps() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
optional int64 OutTimestamps = 24;
hasOutTimestamps() - Method in interface org.apache.mesos.v1.Protos.IcmpStatisticsOrBuilder
optional int64 OutTimestamps = 24;
hasOverlimits() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
hasOverlimits() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 overlimits = 5;
hasOverlimits() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 overlimits = 5;
hasOverlimits() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
hasOverlimits() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 overlimits = 5;
hasOverlimits() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 overlimits = 5;
hasPackets() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
hasPackets() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 packets = 6;
hasPackets() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 packets = 6;
hasPackets() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
hasPackets() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 packets = 6;
hasPackets() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 packets = 6;
hasPageFaults() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
hasPageFaults() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 page_faults = 15;
hasPageFaults() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 page_faults = 15;
hasPageFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
hasPageFaults() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 page_faults = 15;
hasPageFaults() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 page_faults = 15;
hasPassiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
hasPassiveOpens() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 PassiveOpens = 6;
hasPassiveOpens() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 PassiveOpens = 6;
hasPassiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
hasPassiveOpens() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 PassiveOpens = 6;
hasPassiveOpens() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 PassiveOpens = 6;
hasPath() - Method in class org.apache.mesos.Protos.FileInfo.Builder
required string path = 1;
hasPath() - Method in class org.apache.mesos.Protos.FileInfo
required string path = 1;
hasPath() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
required string path = 1;
hasPath() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
hasPath() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
optional string path = 2 [default = "/"];
hasPath() - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
optional string path = 2 [default = "/"];
hasPath() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
hasPath() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
hasPath() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
hasPath() - Method in class org.apache.mesos.Protos.URL.Builder
optional string path = 3;
hasPath() - Method in class org.apache.mesos.Protos.URL
optional string path = 3;
hasPath() - Method in interface org.apache.mesos.Protos.URLOrBuilder
optional string path = 3;
hasPath() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
required string path = 1;
hasPath() - Method in class org.apache.mesos.v1.Protos.FileInfo
required string path = 1;
hasPath() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
required string path = 1;
hasPath() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
hasPath() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
optional string path = 2 [default = "/"];
hasPath() - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
optional string path = 2 [default = "/"];
hasPath() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
hasPath() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
hasPath() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
hasPath() - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string path = 3;
hasPath() - Method in class org.apache.mesos.v1.Protos.URL
optional string path = 3;
hasPath() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
optional string path = 3;
hasPerf() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
hasPerf() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional .mesos.PerfStatistics perf = 13;
hasPerf() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional .mesos.PerfStatistics perf = 13;
hasPerf() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
hasPerf() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional .mesos.v1.PerfStatistics perf = 13;
hasPerf() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional .mesos.v1.PerfStatistics perf = 13;
hasPersistence() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
hasPersistence() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
hasPersistence() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
hasPersistence() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
hasPersistence() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
hasPersistence() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
hasPid() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string pid = 4;
hasPid() - Method in class org.apache.mesos.Protos.MasterInfo
optional string pid = 4;
hasPid() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string pid = 4;
hasPid() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string pid = 4;
hasPid() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string pid = 4;
hasPid() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string pid = 4;
hasPort() - Method in class org.apache.mesos.Protos.Address.Builder
required int32 port = 3;
hasPort() - Method in class org.apache.mesos.Protos.Address
required int32 port = 3;
hasPort() - Method in interface org.apache.mesos.Protos.AddressOrBuilder
required int32 port = 3;
hasPort() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
hasPort() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
required uint32 port = 1;
hasPort() - Method in interface org.apache.mesos.Protos.HealthCheck.HTTPOrBuilder
required uint32 port = 1;
hasPort() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
hasPort() - Method in class org.apache.mesos.Protos.MasterInfo
required uint32 port = 3 [default = 5050];
hasPort() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
required uint32 port = 3 [default = 5050];
hasPort() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional int32 port = 8 [default = 5051];
hasPort() - Method in class org.apache.mesos.Protos.SlaveInfo
optional int32 port = 8 [default = 5051];
hasPort() - Method in interface org.apache.mesos.Protos.SlaveInfoOrBuilder
optional int32 port = 8 [default = 5051];
hasPort() - Method in class org.apache.mesos.v1.Protos.Address.Builder
required int32 port = 3;
hasPort() - Method in class org.apache.mesos.v1.Protos.Address
required int32 port = 3;
hasPort() - Method in interface org.apache.mesos.v1.Protos.AddressOrBuilder
required int32 port = 3;
hasPort() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional int32 port = 8 [default = 5051];
hasPort() - Method in class org.apache.mesos.v1.Protos.AgentInfo
optional int32 port = 8 [default = 5051];
hasPort() - Method in interface org.apache.mesos.v1.Protos.AgentInfoOrBuilder
optional int32 port = 8 [default = 5051];
hasPort() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
hasPort() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
required uint32 port = 1;
hasPort() - Method in interface org.apache.mesos.v1.Protos.HealthCheck.HTTPOrBuilder
required uint32 port = 1;
hasPort() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
hasPort() - Method in class org.apache.mesos.v1.Protos.MasterInfo
required uint32 port = 3 [default = 5050];
hasPort() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
required uint32 port = 3 [default = 5050];
hasPorts() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
hasPorts() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional .mesos.Ports ports = 6;
hasPorts() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional .mesos.Ports ports = 6;
hasPorts() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
hasPorts() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional .mesos.v1.Ports ports = 6;
hasPorts() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional .mesos.v1.Ports ports = 6;
hasPrincipal() - Method in class org.apache.mesos.Protos.Credential.Builder
required string principal = 1;
hasPrincipal() - Method in class org.apache.mesos.Protos.Credential
required string principal = 1;
hasPrincipal() - Method in interface org.apache.mesos.Protos.CredentialOrBuilder
required string principal = 1;
hasPrincipal() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string principal = 8;
hasPrincipal() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string principal = 8;
hasPrincipal() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string principal = 8;
hasPrincipal() - Method in class org.apache.mesos.Protos.RateLimit.Builder
required string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.Protos.RateLimit
required string principal = 2;
hasPrincipal() - Method in interface org.apache.mesos.Protos.RateLimitOrBuilder
required string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
optional string principal = 2;
hasPrincipal() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.PersistenceOrBuilder
optional string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
hasPrincipal() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
optional string principal = 1;
hasPrincipal() - Method in interface org.apache.mesos.Protos.Resource.ReservationInfoOrBuilder
optional string principal = 1;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
required string principal = 1;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.Credential
required string principal = 1;
hasPrincipal() - Method in interface org.apache.mesos.v1.Protos.CredentialOrBuilder
required string principal = 1;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string principal = 8;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string principal = 8;
hasPrincipal() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string principal = 8;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
required string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.RateLimit
required string principal = 2;
hasPrincipal() - Method in interface org.apache.mesos.v1.Protos.RateLimitOrBuilder
required string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
optional string principal = 2;
hasPrincipal() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.PersistenceOrBuilder
optional string principal = 2;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
hasPrincipal() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
optional string principal = 1;
hasPrincipal() - Method in interface org.apache.mesos.v1.Protos.Resource.ReservationInfoOrBuilder
optional string principal = 1;
hasPrivileged() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
hasPrivileged() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
optional bool privileged = 4 [default = false];
hasPrivileged() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool privileged = 4 [default = false];
hasPrivileged() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
hasPrivileged() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
optional bool privileged = 4 [default = false];
hasPrivileged() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
optional bool privileged = 4 [default = false];
hasProcesses() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
hasProcesses() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 processes = 30;
hasProcesses() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 processes = 30;
hasProcesses() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
hasProcesses() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 processes = 30;
hasProcesses() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 processes = 30;
hasProtocol() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
optional string protocol = 3;
hasProtocol() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.NetworkInfo.Protocol protocol = 1;
hasProtocol() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
optional .mesos.NetworkInfo.Protocol protocol = 1;
hasProtocol() - Method in interface org.apache.mesos.Protos.NetworkInfo.IPAddressOrBuilder
optional .mesos.NetworkInfo.Protocol protocol = 1;
hasProtocol() - Method in class org.apache.mesos.Protos.Port.Builder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.mesos.Protos.Port
optional string protocol = 3;
hasProtocol() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
optional string protocol = 3;
hasProtocol() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
hasProtocol() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
hasProtocol() - Method in interface org.apache.mesos.v1.Protos.NetworkInfo.IPAddressOrBuilder
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
hasProtocol() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.mesos.v1.Protos.Port
optional string protocol = 3;
hasProtocol() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional string protocol = 3;
hasQlen() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
hasQlen() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 qlen = 7;
hasQlen() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 qlen = 7;
hasQlen() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
hasQlen() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 qlen = 7;
hasQlen() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 qlen = 7;
hasQps() - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional double qps = 1;
hasQps() - Method in class org.apache.mesos.Protos.RateLimit
optional double qps = 1;
hasQps() - Method in interface org.apache.mesos.Protos.RateLimitOrBuilder
optional double qps = 1;
hasQps() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional double qps = 1;
hasQps() - Method in class org.apache.mesos.v1.Protos.RateLimit
optional double qps = 1;
hasQps() - Method in interface org.apache.mesos.v1.Protos.RateLimitOrBuilder
optional double qps = 1;
hasRanges() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Ranges ranges = 4;
hasRanges() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Ranges ranges = 4;
hasRanges() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
hasRanges() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Ranges ranges = 3;
hasRanges() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Ranges ranges = 3;
hasRanges() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Ranges ranges = 4;
hasRanges() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Ranges ranges = 4;
hasRanges() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Ranges ranges = 4;
hasRanges() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
hasRanges() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Ranges ranges = 3;
hasRanges() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Ranges ranges = 3;
hasRatebps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
hasRatebps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 ratebps = 8;
hasRatebps() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratebps = 8;
hasRatebps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
hasRatebps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 ratebps = 8;
hasRatebps() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratebps = 8;
hasRatepps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
hasRatepps() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 ratepps = 9;
hasRatepps() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratepps = 9;
hasRatepps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
hasRatepps() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 ratepps = 9;
hasRatepps() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 ratepps = 9;
hasRcvbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
hasRcvbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 RcvbufErrors = 5;
hasRcvbufErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 RcvbufErrors = 5;
hasRcvbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
hasRcvbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 RcvbufErrors = 5;
hasRcvbufErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 RcvbufErrors = 5;
hasReasmFails() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
hasReasmFails() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmFails = 16;
hasReasmFails() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmFails = 16;
hasReasmFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
hasReasmFails() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmFails = 16;
hasReasmFails() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmFails = 16;
hasReasmOKs() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
hasReasmOKs() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmOKs = 15;
hasReasmOKs() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmOKs = 15;
hasReasmOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
hasReasmOKs() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmOKs = 15;
hasReasmOKs() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmOKs = 15;
hasReasmReqds() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
hasReasmReqds() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmReqds = 14;
hasReasmReqds() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmReqds = 14;
hasReasmReqds() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
hasReasmReqds() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmReqds = 14;
hasReasmReqds() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmReqds = 14;
hasReasmTimeout() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
hasReasmTimeout() - Method in class org.apache.mesos.Protos.IpStatistics
optional int64 ReasmTimeout = 13;
hasReasmTimeout() - Method in interface org.apache.mesos.Protos.IpStatisticsOrBuilder
optional int64 ReasmTimeout = 13;
hasReasmTimeout() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
hasReasmTimeout() - Method in class org.apache.mesos.v1.Protos.IpStatistics
optional int64 ReasmTimeout = 13;
hasReasmTimeout() - Method in interface org.apache.mesos.v1.Protos.IpStatisticsOrBuilder
optional int64 ReasmTimeout = 13;
hasReason() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Reason reason = 10;
hasReason() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.TaskStatus.Reason reason = 10;
hasReason() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.TaskStatus.Reason reason = 10;
hasReason() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Reason reason = 10;
hasReason() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.TaskStatus.Reason reason = 10;
hasReason() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.TaskStatus.Reason reason = 10;
hasReconcile() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
hasReconcile() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
hasReconcile() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
hasRefCycles() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
hasRefCycles() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 ref_cycles = 12;
hasRefCycles() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 ref_cycles = 12;
hasRefCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
hasRefCycles() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 ref_cycles = 12;
hasRefCycles() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 ref_cycles = 12;
hasRefuseSeconds() - Method in class org.apache.mesos.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
hasRefuseSeconds() - Method in class org.apache.mesos.Protos.Filters
optional double refuse_seconds = 1 [default = 5];
hasRefuseSeconds() - Method in interface org.apache.mesos.Protos.FiltersOrBuilder
optional double refuse_seconds = 1 [default = 5];
hasRefuseSeconds() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
hasRefuseSeconds() - Method in class org.apache.mesos.v1.Protos.Filters
optional double refuse_seconds = 1 [default = 5];
hasRefuseSeconds() - Method in interface org.apache.mesos.v1.Protos.FiltersOrBuilder
optional double refuse_seconds = 1 [default = 5];
hasRequest() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
hasRequest() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Request request = 11;
hasRequest() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Request request = 11;
hasRequeues() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
hasRequeues() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
optional uint64 requeues = 10;
hasRequeues() - Method in interface org.apache.mesos.Protos.TrafficControlStatisticsOrBuilder
optional uint64 requeues = 10;
hasRequeues() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
hasRequeues() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
optional uint64 requeues = 10;
hasRequeues() - Method in interface org.apache.mesos.v1.Protos.TrafficControlStatisticsOrBuilder
optional uint64 requeues = 10;
hasRescind() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
hasRescind() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
hasRescind() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
hasRescindInverseOffer() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
hasRescindInverseOffer() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
hasRescindInverseOffer() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
hasReservation() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
hasReservation() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.ReservationInfo reservation = 8;
hasReservation() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.ReservationInfo reservation = 8;
hasReservation() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
hasReservation() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
hasReservation() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
hasReserve() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
hasReserve() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Reserve reserve = 3;
hasReserve() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Reserve reserve = 3;
hasReserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
hasReserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
hasReserve() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
hasRetransSegs() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
hasRetransSegs() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RetransSegs = 12;
hasRetransSegs() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RetransSegs = 12;
hasRetransSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
hasRetransSegs() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RetransSegs = 12;
hasRetransSegs() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RetransSegs = 12;
hasRevocable() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
hasRevocable() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Resource.RevocableInfo revocable = 9;
hasRevocable() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Resource.RevocableInfo revocable = 9;
hasRevocable() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
hasRevocable() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
hasRevocable() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
hasRole() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string role = 6 [default = "*"];
hasRole() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.Protos.Resource.Builder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.Protos.Resource
optional string role = 6 [default = "*"];
hasRole() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
optional string role = 2;
hasRole() - Method in class org.apache.mesos.Protos.WeightInfo
optional string role = 2;
hasRole() - Method in interface org.apache.mesos.Protos.WeightInfoOrBuilder
optional string role = 2;
hasRole() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string role = 6 [default = "*"];
hasRole() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.v1.Protos.Resource
optional string role = 6 [default = "*"];
hasRole() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional string role = 6 [default = "*"];
hasRole() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
optional string role = 2;
hasRole() - Method in class org.apache.mesos.v1.Protos.WeightInfo
optional string role = 2;
hasRole() - Method in interface org.apache.mesos.v1.Protos.WeightInfoOrBuilder
optional string role = 2;
hasRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
hasRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
required string root = 1;
hasRoot() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.Source.MountOrBuilder
required string root = 1;
hasRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
hasRoot() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
required string root = 1;
hasRoot() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.Source.PathOrBuilder
required string root = 1;
hasRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
hasRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
required string root = 1;
hasRoot() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.MountOrBuilder
required string root = 1;
hasRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
hasRoot() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
required string root = 1;
hasRoot() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.PathOrBuilder
required string root = 1;
hasRtoAlgorithm() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
hasRtoAlgorithm() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RtoAlgorithm = 1;
hasRtoAlgorithm() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RtoAlgorithm = 1;
hasRtoAlgorithm() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
hasRtoAlgorithm() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RtoAlgorithm = 1;
hasRtoAlgorithm() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RtoAlgorithm = 1;
hasRtoMax() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
hasRtoMax() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RtoMax = 3;
hasRtoMax() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RtoMax = 3;
hasRtoMax() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
hasRtoMax() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RtoMax = 3;
hasRtoMax() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RtoMax = 3;
hasRtoMin() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
hasRtoMin() - Method in class org.apache.mesos.Protos.TcpStatistics
optional int64 RtoMin = 2;
hasRtoMin() - Method in interface org.apache.mesos.Protos.TcpStatisticsOrBuilder
optional int64 RtoMin = 2;
hasRtoMin() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
hasRtoMin() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
optional int64 RtoMin = 2;
hasRtoMin() - Method in interface org.apache.mesos.v1.Protos.TcpStatisticsOrBuilder
optional int64 RtoMin = 2;
hasScalar() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Scalar scalar = 3;
hasScalar() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Scalar scalar = 3;
hasScalar() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
hasScalar() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Scalar scalar = 2;
hasScalar() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Scalar scalar = 2;
hasScalar() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Scalar scalar = 3;
hasScalar() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Scalar scalar = 3;
hasScalar() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Scalar scalar = 3;
hasScalar() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
hasScalar() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Scalar scalar = 2;
hasScalar() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Scalar scalar = 2;
hasScheme() - Method in class org.apache.mesos.Protos.URL.Builder
required string scheme = 1;
hasScheme() - Method in class org.apache.mesos.Protos.URL
required string scheme = 1;
hasScheme() - Method in interface org.apache.mesos.Protos.URLOrBuilder
required string scheme = 1;
hasScheme() - Method in class org.apache.mesos.v1.Protos.URL.Builder
required string scheme = 1;
hasScheme() - Method in class org.apache.mesos.v1.Protos.URL
required string scheme = 1;
hasScheme() - Method in interface org.apache.mesos.v1.Protos.URLOrBuilder
required string scheme = 1;
hasSecret() - Method in class org.apache.mesos.Protos.Credential.Builder
optional string secret = 2;
hasSecret() - Method in class org.apache.mesos.Protos.Credential
optional string secret = 2;
hasSecret() - Method in interface org.apache.mesos.Protos.CredentialOrBuilder
optional string secret = 2;
hasSecret() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
optional string secret = 2;
hasSecret() - Method in class org.apache.mesos.v1.Protos.Credential
optional string secret = 2;
hasSecret() - Method in interface org.apache.mesos.v1.Protos.CredentialOrBuilder
optional string secret = 2;
hasSet() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
hasSet() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Set set = 6;
hasSet() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Set set = 6;
hasSet() - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
hasSet() - Method in class org.apache.mesos.Protos.Resource
optional .mesos.Value.Set set = 5;
hasSet() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
optional .mesos.Value.Set set = 5;
hasSet() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
hasSet() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Set set = 4;
hasSet() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Set set = 4;
hasSet() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
hasSet() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Set set = 6;
hasSet() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Set set = 6;
hasSet() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
hasSet() - Method in class org.apache.mesos.v1.Protos.Resource
optional .mesos.v1.Value.Set set = 5;
hasSet() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
optional .mesos.v1.Value.Set set = 5;
hasSet() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
hasSet() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Set set = 4;
hasSet() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Set set = 4;
hasShell() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
hasShell() - Method in class org.apache.mesos.Protos.CommandInfo
optional bool shell = 6 [default = true];
hasShell() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional bool shell = 6 [default = true];
hasShell() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
hasShell() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional bool shell = 6 [default = true];
hasShell() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional bool shell = 6 [default = true];
hasShutdown() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
hasShutdown() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
hasShutdown() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
hasShutdownGracePeriod() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
hasShutdownGracePeriod() - Method in class org.apache.mesos.Protos.ExecutorInfo
optional .mesos.DurationInfo shutdown_grace_period = 13;
hasShutdownGracePeriod() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
optional .mesos.DurationInfo shutdown_grace_period = 13;
hasShutdownGracePeriod() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
hasShutdownGracePeriod() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
hasShutdownGracePeriod() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
hasSize() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint64 size = 3;
hasSize() - Method in class org.apache.mesos.Protos.FileInfo
optional uint64 size = 3;
hasSize() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional uint64 size = 3;
hasSize() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint64 size = 3;
hasSize() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional uint64 size = 3;
hasSize() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional uint64 size = 3;
hasSlaveId() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
hasSlaveId() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.SlaveID slave_id = 6;
hasSlaveId() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.SlaveID slave_id = 6;
hasSlaveId() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
hasSlaveId() - Method in class org.apache.mesos.Protos.InverseOffer
optional .mesos.SlaveID slave_id = 4;
hasSlaveId() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
optional .mesos.SlaveID slave_id = 4;
hasSlaveId() - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
hasSlaveId() - Method in class org.apache.mesos.Protos.Offer
required .mesos.SlaveID slave_id = 3;
hasSlaveId() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
required .mesos.SlaveID slave_id = 3;
hasSlaveId() - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
hasSlaveId() - Method in class org.apache.mesos.Protos.Request
optional .mesos.SlaveID slave_id = 1;
hasSlaveId() - Method in interface org.apache.mesos.Protos.RequestOrBuilder
optional .mesos.SlaveID slave_id = 1;
hasSlaveId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
hasSlaveId() - Method in class org.apache.mesos.Protos.Task
required .mesos.SlaveID slave_id = 5;
hasSlaveId() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
hasSlaveId() - Method in class org.apache.mesos.Protos.TaskInfo
required .mesos.SlaveID slave_id = 3;
hasSlaveId() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required .mesos.SlaveID slave_id = 3;
hasSlaveId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.SlaveID slave_id = 5;
hasSlaveId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
hasSlaveId() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.SlaveID slave_id = 5;
hasSlaveId() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.SlaveID slave_id = 5;
hasSlavePid() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string slave_pid = 7;
hasSlavePid() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string slave_pid = 7;
hasSlavePid() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string slave_pid = 7;
hasSndbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
hasSndbufErrors() - Method in class org.apache.mesos.Protos.UdpStatistics
optional int64 SndbufErrors = 6;
hasSndbufErrors() - Method in interface org.apache.mesos.Protos.UdpStatisticsOrBuilder
optional int64 SndbufErrors = 6;
hasSndbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
hasSndbufErrors() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
optional int64 SndbufErrors = 6;
hasSndbufErrors() - Method in interface org.apache.mesos.v1.Protos.UdpStatisticsOrBuilder
optional int64 SndbufErrors = 6;
hasSource() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
Deprecated.
hasSource() - Method in class org.apache.mesos.Protos.ExecutorInfo
Deprecated.
hasSource() - Method in interface org.apache.mesos.Protos.ExecutorInfoOrBuilder
Deprecated.
hasSource() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
hasSource() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Resource.DiskInfo.Source source = 3;
hasSource() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Resource.DiskInfo.Source source = 3;
hasSource() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Source source = 9;
hasSource() - Method in class org.apache.mesos.Protos.TaskStatus
optional .mesos.TaskStatus.Source source = 9;
hasSource() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional .mesos.TaskStatus.Source source = 9;
hasSource() - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
hasSource() - Method in class org.apache.mesos.Protos.Volume
optional .mesos.Volume.Source source = 5;
hasSource() - Method in interface org.apache.mesos.Protos.VolumeOrBuilder
optional .mesos.Volume.Source source = 5;
hasSource() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
Deprecated.
hasSource() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
Deprecated.
hasSource() - Method in interface org.apache.mesos.v1.Protos.ExecutorInfoOrBuilder
Deprecated.
hasSource() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
hasSource() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
hasSource() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
hasSource() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Source source = 9;
hasSource() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional .mesos.v1.TaskStatus.Source source = 9;
hasSource() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional .mesos.v1.TaskStatus.Source source = 9;
hasSource() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
hasSource() - Method in class org.apache.mesos.v1.Protos.Volume
optional .mesos.v1.Volume.Source source = 5;
hasSource() - Method in interface org.apache.mesos.v1.Protos.VolumeOrBuilder
optional .mesos.v1.Volume.Source source = 5;
hasStalledCyclesBackend() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
hasStalledCyclesBackend() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 stalled_cycles_backend = 5;
hasStalledCyclesBackend() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_backend = 5;
hasStalledCyclesBackend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
hasStalledCyclesBackend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 stalled_cycles_backend = 5;
hasStalledCyclesBackend() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_backend = 5;
hasStalledCyclesFrontend() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
hasStalledCyclesFrontend() - Method in class org.apache.mesos.Protos.PerfStatistics
optional uint64 stalled_cycles_frontend = 4;
hasStalledCyclesFrontend() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_frontend = 4;
hasStalledCyclesFrontend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
hasStalledCyclesFrontend() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional uint64 stalled_cycles_frontend = 4;
hasStalledCyclesFrontend() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional uint64 stalled_cycles_frontend = 4;
hasStart() - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
hasStart() - Method in class org.apache.mesos.Protos.Unavailability
required .mesos.TimeInfo start = 1;
hasStart() - Method in interface org.apache.mesos.Protos.UnavailabilityOrBuilder
required .mesos.TimeInfo start = 1;
hasStart() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
hasStart() - Method in class org.apache.mesos.v1.Protos.Unavailability
required .mesos.v1.TimeInfo start = 1;
hasStart() - Method in interface org.apache.mesos.v1.Protos.UnavailabilityOrBuilder
required .mesos.v1.TimeInfo start = 1;
hasState() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional .mesos.TaskState state = 4;
hasState() - Method in class org.apache.mesos.containerizer.Protos.Termination
optional .mesos.TaskState state = 4;
hasState() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
optional .mesos.TaskState state = 4;
hasState() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskState state = 6;
hasState() - Method in class org.apache.mesos.Protos.Task
required .mesos.TaskState state = 6;
hasState() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.TaskState state = 6;
hasState() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskState state = 2;
hasState() - Method in class org.apache.mesos.Protos.TaskStatus
required .mesos.TaskState state = 2;
hasState() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
required .mesos.TaskState state = 2;
hasState() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskState state = 6;
hasState() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.TaskState state = 6;
hasState() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.TaskState state = 6;
hasState() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskState state = 2;
hasState() - Method in class org.apache.mesos.v1.Protos.TaskStatus
required .mesos.v1.TaskState state = 2;
hasState() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
required .mesos.v1.TaskState state = 2;
hasStatistics() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
hasStatistics() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
optional .mesos.ResourceStatistics statistics = 3;
hasStatistics() - Method in interface org.apache.mesos.Protos.ResourceUsage.ExecutorOrBuilder
optional .mesos.ResourceStatistics statistics = 3;
hasStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
hasStatistics() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
optional .mesos.v1.ResourceStatistics statistics = 3;
hasStatistics() - Method in interface org.apache.mesos.v1.Protos.ResourceUsage.ExecutorOrBuilder
optional .mesos.v1.ResourceStatistics statistics = 3;
hasStatus() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional int32 status = 3;
hasStatus() - Method in class org.apache.mesos.containerizer.Protos.Termination
optional int32 status = 3;
hasStatus() - Method in interface org.apache.mesos.containerizer.Protos.TerminationOrBuilder
optional int32 status = 3;
hasStatus() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
hasStatus() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
required .mesos.v1.TaskStatus status = 1;
hasStatus() - Method in interface org.apache.mesos.v1.executor.Protos.Call.UpdateOrBuilder
required .mesos.v1.TaskStatus status = 1;
hasStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional int32 status = 3;
hasStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
optional int32 status = 3;
hasStatus() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.FailureOrBuilder
optional int32 status = 3;
hasStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
hasStatus() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
required .mesos.v1.TaskStatus status = 1;
hasStatus() - Method in interface org.apache.mesos.v1.scheduler.Protos.Event.UpdateOrBuilder
required .mesos.v1.TaskStatus status = 1;
hasStatusUpdateState() - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.TaskState status_update_state = 9;
hasStatusUpdateState() - Method in class org.apache.mesos.Protos.Task
optional .mesos.TaskState status_update_state = 9;
hasStatusUpdateState() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional .mesos.TaskState status_update_state = 9;
hasStatusUpdateState() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.TaskState status_update_state = 9;
hasStatusUpdateState() - Method in class org.apache.mesos.v1.Protos.Task
optional .mesos.v1.TaskState status_update_state = 9;
hasStatusUpdateState() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional .mesos.v1.TaskState status_update_state = 9;
hasStatusUpdateUuid() - Method in class org.apache.mesos.Protos.Task.Builder
optional bytes status_update_uuid = 10;
hasStatusUpdateUuid() - Method in class org.apache.mesos.Protos.Task
optional bytes status_update_uuid = 10;
hasStatusUpdateUuid() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional bytes status_update_uuid = 10;
hasStatusUpdateUuid() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional bytes status_update_uuid = 10;
hasStatusUpdateUuid() - Method in class org.apache.mesos.v1.Protos.Task
optional bytes status_update_uuid = 10;
hasStatusUpdateUuid() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional bytes status_update_uuid = 10;
hasSubscribe() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
hasSubscribe() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
hasSubscribe() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
hasSubscribe() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
hasSubscribe() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
hasSubscribe() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
hasSubscribed() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
hasSubscribed() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
hasSubscribed() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
hasSubscribed() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
hasSubscribed() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
hasSubscribed() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
hasTask() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
hasTask() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
required .mesos.v1.TaskInfo task = 1;
hasTask() - Method in interface org.apache.mesos.v1.executor.Protos.Event.LaunchOrBuilder
required .mesos.v1.TaskInfo task = 1;
hasTaskClock() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double task_clock = 14;
hasTaskClock() - Method in class org.apache.mesos.Protos.PerfStatistics
optional double task_clock = 14;
hasTaskClock() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
optional double task_clock = 14;
hasTaskClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double task_clock = 14;
hasTaskClock() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
optional double task_clock = 14;
hasTaskClock() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
optional double task_clock = 14;
hasTaskId() - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.Protos.Task
required .mesos.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.Protos.TaskInfo
required .mesos.TaskID task_id = 2;
hasTaskId() - Method in interface org.apache.mesos.Protos.TaskInfoOrBuilder
required .mesos.TaskID task_id = 2;
hasTaskId() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
required .mesos.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.Protos.TaskStatus
required .mesos.TaskID task_id = 1;
hasTaskId() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
required .mesos.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in interface org.apache.mesos.v1.executor.Protos.Event.AcknowledgedOrBuilder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in interface org.apache.mesos.v1.executor.Protos.Event.KillOrBuilder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.v1.Protos.Task
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.v1.Protos.TaskInfo
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in interface org.apache.mesos.v1.Protos.TaskInfoOrBuilder
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.Protos.TaskStatus
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required .mesos.v1.TaskID task_id = 2;
hasTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.KillOrBuilder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
required .mesos.v1.TaskID task_id = 1;
hasTaskId() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.TaskOrBuilder
required .mesos.v1.TaskID task_id = 1;
hasTaskInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
hasTaskInfo() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional .mesos.TaskInfo task_info = 2;
hasTaskInfo() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional .mesos.TaskInfo task_info = 2;
hasTcpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
hasTcpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.TcpStatistics tcp_stats = 3;
hasTcpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.TcpStatistics tcp_stats = 3;
hasTcpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
hasTcpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.TcpStatistics tcp_stats = 3;
hasTcpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
hasText() - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
hasText() - Method in class org.apache.mesos.Protos.Attribute
optional .mesos.Value.Text text = 5;
hasText() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
optional .mesos.Value.Text text = 5;
hasText() - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
hasText() - Method in class org.apache.mesos.Protos.Value
optional .mesos.Value.Text text = 5;
hasText() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
optional .mesos.Value.Text text = 5;
hasText() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
hasText() - Method in class org.apache.mesos.v1.Protos.Attribute
optional .mesos.v1.Value.Text text = 5;
hasText() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
optional .mesos.v1.Value.Text text = 5;
hasText() - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
hasText() - Method in class org.apache.mesos.v1.Protos.Value
optional .mesos.v1.Value.Text text = 5;
hasText() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
optional .mesos.v1.Value.Text text = 5;
hasThreads() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
hasThreads() - Method in class org.apache.mesos.Protos.ResourceStatistics
optional uint32 threads = 31;
hasThreads() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
optional uint32 threads = 31;
hasThreads() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
hasThreads() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
optional uint32 threads = 31;
hasThreads() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
optional uint32 threads = 31;
hasTimeoutSeconds() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
hasTimeoutSeconds() - Method in class org.apache.mesos.Protos.HealthCheck
optional double timeout_seconds = 4 [default = 20];
hasTimeoutSeconds() - Method in interface org.apache.mesos.Protos.HealthCheckOrBuilder
optional double timeout_seconds = 4 [default = 20];
hasTimeoutSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
hasTimeoutSeconds() - Method in class org.apache.mesos.v1.Protos.HealthCheck
optional double timeout_seconds = 4 [default = 20];
hasTimeoutSeconds() - Method in interface org.apache.mesos.v1.Protos.HealthCheckOrBuilder
optional double timeout_seconds = 4 [default = 20];
hasTimestamp() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.Protos.PerfStatistics
required double timestamp = 1;
hasTimestamp() - Method in interface org.apache.mesos.Protos.PerfStatisticsOrBuilder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.Protos.ResourceStatistics
required double timestamp = 1;
hasTimestamp() - Method in interface org.apache.mesos.Protos.ResourceStatisticsOrBuilder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional double timestamp = 6;
hasTimestamp() - Method in class org.apache.mesos.Protos.TaskStatus
optional double timestamp = 6;
hasTimestamp() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional double timestamp = 6;
hasTimestamp() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
required double timestamp = 1;
hasTimestamp() - Method in interface org.apache.mesos.v1.Protos.PerfStatisticsOrBuilder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
required double timestamp = 1;
hasTimestamp() - Method in interface org.apache.mesos.v1.Protos.ResourceStatisticsOrBuilder
required double timestamp = 1;
hasTimestamp() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional double timestamp = 6;
hasTimestamp() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional double timestamp = 6;
hasTimestamp() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional double timestamp = 6;
hasType() - Method in class org.apache.mesos.Protos.Attribute.Builder
required .mesos.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.Protos.Attribute
required .mesos.Value.Type type = 2;
hasType() - Method in interface org.apache.mesos.Protos.AttributeOrBuilder
required .mesos.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
required .mesos.ContainerInfo.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.ContainerInfo
required .mesos.ContainerInfo.Type type = 1;
hasType() - Method in interface org.apache.mesos.Protos.ContainerInfoOrBuilder
required .mesos.ContainerInfo.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
optional .mesos.FrameworkInfo.Capability.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
optional .mesos.FrameworkInfo.Capability.Type type = 1;
hasType() - Method in interface org.apache.mesos.Protos.FrameworkInfo.CapabilityOrBuilder
optional .mesos.FrameworkInfo.Capability.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Image.Builder
required .mesos.Image.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Image
required .mesos.Image.Type type = 1;
hasType() - Method in interface org.apache.mesos.Protos.ImageOrBuilder
required .mesos.Image.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
required .mesos.Offer.Operation.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Offer.Operation
required .mesos.Offer.Operation.Type type = 1;
hasType() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
required .mesos.Offer.Operation.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Resource.Builder
required .mesos.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
required .mesos.Resource.DiskInfo.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
required .mesos.Resource.DiskInfo.Source.Type type = 1;
hasType() - Method in interface org.apache.mesos.Protos.Resource.DiskInfo.SourceOrBuilder
required .mesos.Resource.DiskInfo.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Resource
required .mesos.Value.Type type = 2;
hasType() - Method in interface org.apache.mesos.Protos.ResourceOrBuilder
required .mesos.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.Protos.Value.Builder
required .mesos.Value.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Value
required .mesos.Value.Type type = 1;
hasType() - Method in interface org.apache.mesos.Protos.ValueOrBuilder
required .mesos.Value.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.Protos.Volume.Source
optional .mesos.Volume.Source.Type type = 1;
hasType() - Method in interface org.apache.mesos.Protos.Volume.SourceOrBuilder
optional .mesos.Volume.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Type type = 3;
hasType() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Type type = 3;
hasType() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Type type = 3;
hasType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.executor.Protos.Event
optional .mesos.v1.executor.Event.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.executor.Protos.EventOrBuilder
optional .mesos.v1.executor.Event.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required .mesos.v1.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.v1.Protos.Attribute
required .mesos.v1.Value.Type type = 2;
hasType() - Method in interface org.apache.mesos.v1.Protos.AttributeOrBuilder
required .mesos.v1.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
required .mesos.v1.ContainerInfo.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
required .mesos.v1.ContainerInfo.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.Protos.ContainerInfoOrBuilder
required .mesos.v1.ContainerInfo.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfo.CapabilityOrBuilder
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Image.Builder
required .mesos.v1.Image.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Image
required .mesos.v1.Image.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.Protos.ImageOrBuilder
required .mesos.v1.Image.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
required .mesos.v1.Offer.Operation.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
required .mesos.v1.Offer.Operation.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
required .mesos.v1.Offer.Operation.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required .mesos.v1.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfo.SourceOrBuilder
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Resource
required .mesos.v1.Value.Type type = 2;
hasType() - Method in interface org.apache.mesos.v1.Protos.ResourceOrBuilder
required .mesos.v1.Value.Type type = 2;
hasType() - Method in class org.apache.mesos.v1.Protos.Value.Builder
required .mesos.v1.Value.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Value
required .mesos.v1.Value.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.Protos.ValueOrBuilder
required .mesos.v1.Value.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.Protos.Volume.Source
optional .mesos.v1.Volume.Source.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.Protos.Volume.SourceOrBuilder
optional .mesos.v1.Volume.Source.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Type type = 2;
hasType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
optional .mesos.v1.scheduler.Call.Type type = 2;
hasType() - Method in interface org.apache.mesos.v1.scheduler.Protos.CallOrBuilder
optional .mesos.v1.scheduler.Call.Type type = 2;
hasType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Type type = 1;
hasType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Type type = 1;
hasType() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Type type = 1;
hasUdpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
hasUdpStats() - Method in class org.apache.mesos.Protos.SNMPStatistics
optional .mesos.UdpStatistics udp_stats = 4;
hasUdpStats() - Method in interface org.apache.mesos.Protos.SNMPStatisticsOrBuilder
optional .mesos.UdpStatistics udp_stats = 4;
hasUdpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
hasUdpStats() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
optional .mesos.v1.UdpStatistics udp_stats = 4;
hasUdpStats() - Method in interface org.apache.mesos.v1.Protos.SNMPStatisticsOrBuilder
optional .mesos.v1.UdpStatistics udp_stats = 4;
hasUid() - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string uid = 6;
hasUid() - Method in class org.apache.mesos.Protos.FileInfo
optional string uid = 6;
hasUid() - Method in interface org.apache.mesos.Protos.FileInfoOrBuilder
optional string uid = 6;
hasUid() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string uid = 6;
hasUid() - Method in class org.apache.mesos.v1.Protos.FileInfo
optional string uid = 6;
hasUid() - Method in interface org.apache.mesos.v1.Protos.FileInfoOrBuilder
optional string uid = 6;
hasUnavailability() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
hasUnavailability() - Method in class org.apache.mesos.Protos.InverseOffer
required .mesos.Unavailability unavailability = 5;
hasUnavailability() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
required .mesos.Unavailability unavailability = 5;
hasUnavailability() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
hasUnavailability() - Method in class org.apache.mesos.Protos.MachineInfo
optional .mesos.Unavailability unavailability = 3;
hasUnavailability() - Method in interface org.apache.mesos.Protos.MachineInfoOrBuilder
optional .mesos.Unavailability unavailability = 3;
hasUnavailability() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
hasUnavailability() - Method in class org.apache.mesos.Protos.Offer
optional .mesos.Unavailability unavailability = 9;
hasUnavailability() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
optional .mesos.Unavailability unavailability = 9;
hasUnavailability() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
hasUnavailability() - Method in class org.apache.mesos.v1.Protos.InverseOffer
required .mesos.v1.Unavailability unavailability = 5;
hasUnavailability() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
required .mesos.v1.Unavailability unavailability = 5;
hasUnavailability() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
hasUnavailability() - Method in class org.apache.mesos.v1.Protos.MachineInfo
optional .mesos.v1.Unavailability unavailability = 3;
hasUnavailability() - Method in interface org.apache.mesos.v1.Protos.MachineInfoOrBuilder
optional .mesos.v1.Unavailability unavailability = 3;
hasUnavailability() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
hasUnavailability() - Method in class org.apache.mesos.v1.Protos.Offer
optional .mesos.v1.Unavailability unavailability = 9;
hasUnavailability() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
optional .mesos.v1.Unavailability unavailability = 9;
hasUnreserve() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
hasUnreserve() - Method in class org.apache.mesos.Protos.Offer.Operation
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
hasUnreserve() - Method in interface org.apache.mesos.Protos.Offer.OperationOrBuilder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
hasUnreserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
hasUnreserve() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
hasUnreserve() - Method in interface org.apache.mesos.v1.Protos.Offer.OperationOrBuilder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
hasUpdate() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
hasUpdate() - Method in class org.apache.mesos.v1.executor.Protos.Call
optional .mesos.v1.executor.Call.Update update = 5;
hasUpdate() - Method in interface org.apache.mesos.v1.executor.Protos.CallOrBuilder
optional .mesos.v1.executor.Call.Update update = 5;
hasUpdate() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
hasUpdate() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
optional .mesos.v1.scheduler.Event.Update update = 5;
hasUpdate() - Method in interface org.apache.mesos.v1.scheduler.Protos.EventOrBuilder
optional .mesos.v1.scheduler.Event.Update update = 5;
hasUrl() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
hasUrl() - Method in class org.apache.mesos.Protos.InverseOffer
optional .mesos.URL url = 2;
hasUrl() - Method in interface org.apache.mesos.Protos.InverseOfferOrBuilder
optional .mesos.URL url = 2;
hasUrl() - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
hasUrl() - Method in class org.apache.mesos.Protos.Offer
optional .mesos.URL url = 8;
hasUrl() - Method in interface org.apache.mesos.Protos.OfferOrBuilder
optional .mesos.URL url = 8;
hasUrl() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
hasUrl() - Method in class org.apache.mesos.v1.Protos.InverseOffer
optional .mesos.v1.URL url = 2;
hasUrl() - Method in interface org.apache.mesos.v1.Protos.InverseOfferOrBuilder
optional .mesos.v1.URL url = 2;
hasUrl() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
hasUrl() - Method in class org.apache.mesos.v1.Protos.Offer
optional .mesos.v1.URL url = 8;
hasUrl() - Method in interface org.apache.mesos.v1.Protos.OfferOrBuilder
optional .mesos.v1.URL url = 8;
hasUser() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string user = 5;
hasUser() - Method in class org.apache.mesos.containerizer.Protos.Launch
optional string user = 5;
hasUser() - Method in interface org.apache.mesos.containerizer.Protos.LaunchOrBuilder
optional string user = 5;
hasUser() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string user = 5;
hasUser() - Method in class org.apache.mesos.Protos.CommandInfo
optional string user = 5;
hasUser() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional string user = 5;
hasUser() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string user = 1;
hasUser() - Method in class org.apache.mesos.Protos.FrameworkInfo
required string user = 1;
hasUser() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
required string user = 1;
hasUser() - Method in class org.apache.mesos.Protos.Task.Builder
optional string user = 14;
hasUser() - Method in class org.apache.mesos.Protos.Task
optional string user = 14;
hasUser() - Method in interface org.apache.mesos.Protos.TaskOrBuilder
optional string user = 14;
hasUser() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string user = 5;
hasUser() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional string user = 5;
hasUser() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional string user = 5;
hasUser() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string user = 1;
hasUser() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
required string user = 1;
hasUser() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
required string user = 1;
hasUser() - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional string user = 14;
hasUser() - Method in class org.apache.mesos.v1.Protos.Task
optional string user = 14;
hasUser() - Method in interface org.apache.mesos.v1.Protos.TaskOrBuilder
optional string user = 14;
hasUuid() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes uuid = 11;
hasUuid() - Method in class org.apache.mesos.Protos.TaskStatus
optional bytes uuid = 11;
hasUuid() - Method in interface org.apache.mesos.Protos.TaskStatusOrBuilder
optional bytes uuid = 11;
hasUuid() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required bytes uuid = 2;
hasUuid() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
required bytes uuid = 2;
hasUuid() - Method in interface org.apache.mesos.v1.executor.Protos.Event.AcknowledgedOrBuilder
required bytes uuid = 2;
hasUuid() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes uuid = 11;
hasUuid() - Method in class org.apache.mesos.v1.Protos.TaskStatus
optional bytes uuid = 11;
hasUuid() - Method in interface org.apache.mesos.v1.Protos.TaskStatusOrBuilder
optional bytes uuid = 11;
hasUuid() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required bytes uuid = 3;
hasUuid() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
required bytes uuid = 3;
hasUuid() - Method in interface org.apache.mesos.v1.scheduler.Protos.Call.AcknowledgeOrBuilder
required bytes uuid = 3;
hasValue() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string value = 3;
hasValue() - Method in class org.apache.mesos.Protos.CommandInfo
optional string value = 3;
hasValue() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.CommandInfo.URI
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.CommandInfo.URIOrBuilder
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.CommandInfoOrBuilder
optional string value = 3;
hasValue() - Method in class org.apache.mesos.Protos.ContainerID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.ContainerID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.ContainerIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.Environment.Variable
required string value = 2;
hasValue() - Method in interface org.apache.mesos.Protos.Environment.VariableOrBuilder
required string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.ExecutorID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.ExecutorIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Flag.Builder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.Flag
optional string value = 2;
hasValue() - Method in interface org.apache.mesos.Protos.FlagOrBuilder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.FrameworkID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.FrameworkIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Label.Builder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.Label
optional string value = 2;
hasValue() - Method in interface org.apache.mesos.Protos.LabelOrBuilder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.Metric.Builder
optional double value = 2;
hasValue() - Method in class org.apache.mesos.Protos.Metric
optional double value = 2;
hasValue() - Method in interface org.apache.mesos.Protos.MetricOrBuilder
optional double value = 2;
hasValue() - Method in class org.apache.mesos.Protos.OfferID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.OfferID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.OfferIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Parameter.Builder
required string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.Parameter
required string value = 2;
hasValue() - Method in interface org.apache.mesos.Protos.ParameterOrBuilder
required string value = 2;
hasValue() - Method in class org.apache.mesos.Protos.SlaveID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.SlaveID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.SlaveIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.TaskID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.TaskID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.TaskIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
required double value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Value.Scalar
required double value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.Value.ScalarOrBuilder
required double value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Value.Text.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.Protos.Value.Text
required string value = 1;
hasValue() - Method in interface org.apache.mesos.Protos.Value.TextOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.AgentID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.AgentIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string value = 3;
hasValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo
optional string value = 3;
hasValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.CommandInfo.URIOrBuilder
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.CommandInfoOrBuilder
optional string value = 3;
hasValue() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.ContainerID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.ContainerIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
required string value = 2;
hasValue() - Method in interface org.apache.mesos.v1.Protos.Environment.VariableOrBuilder
required string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.ExecutorID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.ExecutorIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.Flag
optional string value = 2;
hasValue() - Method in interface org.apache.mesos.v1.Protos.FlagOrBuilder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.FrameworkID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.FrameworkIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Label.Builder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.Label
optional string value = 2;
hasValue() - Method in interface org.apache.mesos.v1.Protos.LabelOrBuilder
optional string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
optional double value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.Metric
optional double value = 2;
hasValue() - Method in interface org.apache.mesos.v1.Protos.MetricOrBuilder
optional double value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.OfferID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.OfferIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.Parameter
required string value = 2;
hasValue() - Method in interface org.apache.mesos.v1.Protos.ParameterOrBuilder
required string value = 2;
hasValue() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.TaskID
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.TaskIDOrBuilder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
required double value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
required double value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.Value.ScalarOrBuilder
required double value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
required string value = 1;
hasValue() - Method in class org.apache.mesos.v1.Protos.Value.Text
required string value = 1;
hasValue() - Method in interface org.apache.mesos.v1.Protos.Value.TextOrBuilder
required string value = 1;
hasVersion() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string version = 5;
hasVersion() - Method in class org.apache.mesos.Protos.DiscoveryInfo
optional string version = 5;
hasVersion() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
optional string version = 5;
hasVersion() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string version = 6;
hasVersion() - Method in class org.apache.mesos.Protos.MasterInfo
optional string version = 6;
hasVersion() - Method in interface org.apache.mesos.Protos.MasterInfoOrBuilder
optional string version = 6;
hasVersion() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
required string version = 1;
hasVersion() - Method in class org.apache.mesos.Protos.VersionInfo
required string version = 1;
hasVersion() - Method in interface org.apache.mesos.Protos.VersionInfoOrBuilder
required string version = 1;
hasVersion() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string version = 5;
hasVersion() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
optional string version = 5;
hasVersion() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
optional string version = 5;
hasVersion() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string version = 6;
hasVersion() - Method in class org.apache.mesos.v1.Protos.MasterInfo
optional string version = 6;
hasVersion() - Method in interface org.apache.mesos.v1.Protos.MasterInfoOrBuilder
optional string version = 6;
hasVersion() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
required string version = 1;
hasVersion() - Method in class org.apache.mesos.v1.Protos.VersionInfo
required string version = 1;
hasVersion() - Method in interface org.apache.mesos.v1.Protos.VersionInfoOrBuilder
required string version = 1;
hasVisibility() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
required .mesos.DiscoveryInfo.Visibility visibility = 1;
hasVisibility() - Method in class org.apache.mesos.Protos.DiscoveryInfo
required .mesos.DiscoveryInfo.Visibility visibility = 1;
hasVisibility() - Method in interface org.apache.mesos.Protos.DiscoveryInfoOrBuilder
required .mesos.DiscoveryInfo.Visibility visibility = 1;
hasVisibility() - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
hasVisibility() - Method in class org.apache.mesos.Protos.Port
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
hasVisibility() - Method in interface org.apache.mesos.Protos.PortOrBuilder
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
hasVisibility() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
hasVisibility() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
hasVisibility() - Method in interface org.apache.mesos.v1.Protos.DiscoveryInfoOrBuilder
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
hasVisibility() - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
hasVisibility() - Method in class org.apache.mesos.v1.Protos.Port
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
hasVisibility() - Method in interface org.apache.mesos.v1.Protos.PortOrBuilder
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
hasVolume() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
hasVolume() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
optional .mesos.Volume volume = 2;
hasVolume() - Method in interface org.apache.mesos.Protos.Resource.DiskInfoOrBuilder
optional .mesos.Volume volume = 2;
hasVolume() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
hasVolume() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
optional .mesos.v1.Volume volume = 2;
hasVolume() - Method in interface org.apache.mesos.v1.Protos.Resource.DiskInfoOrBuilder
optional .mesos.v1.Volume volume = 2;
hasVolumeDriver() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
hasVolumeDriver() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
Deprecated.
hasVolumeDriver() - Method in interface org.apache.mesos.Protos.ContainerInfo.DockerInfoOrBuilder
Deprecated.
hasVolumeDriver() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
hasVolumeDriver() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
Deprecated.
hasVolumeDriver() - Method in interface org.apache.mesos.v1.Protos.ContainerInfo.DockerInfoOrBuilder
Deprecated.
hasWebuiUrl() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
hasWebuiUrl() - Method in class org.apache.mesos.Protos.FrameworkInfo
optional string webui_url = 9;
hasWebuiUrl() - Method in interface org.apache.mesos.Protos.FrameworkInfoOrBuilder
optional string webui_url = 9;
hasWebuiUrl() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
hasWebuiUrl() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
optional string webui_url = 9;
hasWebuiUrl() - Method in interface org.apache.mesos.v1.Protos.FrameworkInfoOrBuilder
optional string webui_url = 9;
hasWeight() - Method in class org.apache.mesos.Protos.Role.Builder
required double weight = 2;
hasWeight() - Method in class org.apache.mesos.Protos.Role
required double weight = 2;
hasWeight() - Method in interface org.apache.mesos.Protos.RoleOrBuilder
required double weight = 2;
hasWeight() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
required double weight = 1;
hasWeight() - Method in class org.apache.mesos.Protos.WeightInfo
required double weight = 1;
hasWeight() - Method in interface org.apache.mesos.Protos.WeightInfoOrBuilder
required double weight = 1;
hasWeight() - Method in class org.apache.mesos.v1.Protos.Role.Builder
required double weight = 2;
hasWeight() - Method in class org.apache.mesos.v1.Protos.Role
required double weight = 2;
hasWeight() - Method in interface org.apache.mesos.v1.Protos.RoleOrBuilder
required double weight = 2;
hasWeight() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
required double weight = 1;
hasWeight() - Method in class org.apache.mesos.v1.Protos.WeightInfo
required double weight = 1;
hasWeight() - Method in interface org.apache.mesos.v1.Protos.WeightInfoOrBuilder
required double weight = 1;
HEALTH_CHECK_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
HEALTH_CHECK_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
HEALTHY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
HEALTHY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
HEARTBEAT_INTERVAL_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
HEARTBEAT_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
HEARTBEAT = 8;
HOST_PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume
 
HOST_PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume
 
HOST_PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
HOST_PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
HOST_VALUE - Static variable in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
HOST = 1;
HOST_VALUE - Static variable in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
HOST = 1;
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Address
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MachineID
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SlaveInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Address
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.AgentInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MachineID
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
HOSTNAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
HTTP_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
HTTP_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 

I

ICMP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SNMPStatistics
 
ICMP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.SNMPStatistics
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image.Appc
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.InverseOffer
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MachineInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SlaveInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.AgentInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image.Appc
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.InverseOffer
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MachineInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
identity() - Method in class org.apache.mesos.Log.Position
Returns an "identity" of this position, useful for serializing to logs or across communication mediums.
IGNOREDMULTI_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
IGNOREDMULTI_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume
 
IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
IMAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume
 
INADDRERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
INADDRERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
INADDRMASKREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INADDRMASKREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INADDRMASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INADDRMASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INCSUMERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INCSUMERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
INCSUMERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
INCSUMERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INCSUMERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
INCSUMERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
INDATAGRAMS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
INDATAGRAMS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
INDELIVERS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
INDELIVERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
INDESTUNREACHS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INDESTUNREACHS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INDISCARDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
INDISCARDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
INECHOREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INECHOREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INECHOS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INECHOS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
INERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
INERRS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
INERRS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
INHDRERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
INHDRERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
initialize(int, String, Set<String>) - Method in class org.apache.mesos.Log
 
initialize(int, String, String, long, TimeUnit, String) - Method in class org.apache.mesos.Log
 
initialize(int, String, String, long, TimeUnit, String, String, byte[]) - Method in class org.apache.mesos.Log
 
initialize(Log) - Method in class org.apache.mesos.Log.Reader
 
initialize(Log, long, TimeUnit, int) - Method in class org.apache.mesos.Log.Writer
 
initialize() - Method in class org.apache.mesos.MesosExecutorDriver
 
initialize() - Method in class org.apache.mesos.MesosSchedulerDriver
 
initialize(String) - Method in class org.apache.mesos.state.LevelDBState
 
initialize(String, long, TimeUnit, String, long, String, int) - Method in class org.apache.mesos.state.LogState
 
initialize(String, long, TimeUnit, String) - Method in class org.apache.mesos.state.ZooKeeperState
 
initialize(String, long, TimeUnit, String, String, byte[]) - Method in class org.apache.mesos.state.ZooKeeperState
 
InMemoryState - Class in org.apache.mesos.state
An in-memory implementation of state.
InMemoryState() - Constructor for class org.apache.mesos.state.InMemoryState
 
INMSGS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INMSGS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INPARMPROBS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INPARMPROBS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INRECEIVES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
INRECEIVES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
INREDIRECTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INREDIRECTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INSEGS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
INSEGS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
INSRCQUENCHS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INSRCQUENCHS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INSTRUCTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
INSTRUCTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Update
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Address.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Address
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Attribute
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CgroupInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CommandInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ContainerStatus
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Credential.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Credential
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Credentials
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.DurationInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Environment.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Environment
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Environment.Variable
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ExecutorID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FileInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Filters.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Filters
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Flag.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Flag
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FrameworkID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.HealthCheck
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Image.Appc
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Image.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Image.Docker
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Image
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.InverseOffer
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.IpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.KillPolicy
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Label.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Label
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Labels.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Labels
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.MachineID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.MachineInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.MasterInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Metric.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Metric
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.NetworkInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.OfferID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Parameter
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Parameters
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.PerfStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Port.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Port
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Ports.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Ports
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.RateLimit
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.RateLimits
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Request.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Request
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.ResourceUsage
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Role.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Role
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.SlaveID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.SlaveInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Task.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Task
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TaskID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TaskInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TaskStatus
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TcpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TimeInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.UdpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Unavailability
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.URL.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.URL
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Range
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Ranges
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Scalar
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Set
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Value.Text
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.VersionInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Volume.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Volume
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.Volume.Source
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.Protos.WeightInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Address
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.AgentID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Attribute
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Credential
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Credentials
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Environment
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Filters
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Flag
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Image
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Label
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Labels
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.MachineID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Metric
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.OfferID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Parameter
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Parameters
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Port
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Ports
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Request
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Role
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Task
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TaskID
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.URL
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Volume
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.ContainerInfo.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.Image.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.MachineInfo.Mode
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.Offer.Operation.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.Status
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.TaskState
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.TaskStatus.Reason
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.TaskStatus.Source
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.Value.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.Volume.Mode
 
internalGetValueMap() - Static method in enum org.apache.mesos.Protos.Volume.Source.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.executor.Protos.Call.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.executor.Protos.Event.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.Image.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.Status
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.TaskState
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.Value.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.Volume.Mode
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
 
internalGetValueMap() - Static method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
 
INTERVAL_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
INTERVAL_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 
INTIMEEXCDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INTIMEEXCDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INTIMESTAMPREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INTIMESTAMPREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INTIMESTAMPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
INTIMESTAMPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
INUNKNOWNPROTOS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
INUNKNOWNPROTOS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
INVERSE_OFFER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
INVERSE_OFFER_IDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
INVERSE_OFFER_IDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
INVERSE_OFFERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
INVERSE_OFFERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
INVERSE_OFFERS_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
INVERSE_OFFERS = 9;
IP_ADDRESS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
IP_ADDRESS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
IP_ADDRESSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.NetworkInfo
 
IP_ADDRESSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo
 
IP_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Address
 
IP_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MachineID
 
IP_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
IP_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Address
 
IP_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MachineID
 
IP_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
IP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SNMPStatistics
 
IP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.SNMPStatistics
 
IPv4_VALUE - Static variable in enum org.apache.mesos.Protos.NetworkInfo.Protocol
IPv4 = 1;
IPv4_VALUE - Static variable in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
IPv4 = 1;
IPv6_VALUE - Static variable in enum org.apache.mesos.Protos.NetworkInfo.Protocol
IPv6 = 2;
IPv6_VALUE - Static variable in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
IPv6 = 2;
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Update
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
isInitialized() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
isInitialized() - Method in class org.apache.mesos.Protos.Address.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Address
 
isInitialized() - Method in class org.apache.mesos.Protos.Attribute.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Attribute
 
isInitialized() - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.CgroupInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
isInitialized() - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.CommandInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerID
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ContainerStatus
 
isInitialized() - Method in class org.apache.mesos.Protos.Credential.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Credential
 
isInitialized() - Method in class org.apache.mesos.Protos.Credentials.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Credentials
 
isInitialized() - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.DurationInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.Environment.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Environment
 
isInitialized() - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Environment.Variable
 
isInitialized() - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ExecutorID
 
isInitialized() - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.FileInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.Filters.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Filters
 
isInitialized() - Method in class org.apache.mesos.Protos.Flag.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Flag
 
isInitialized() - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.FrameworkID
 
isInitialized() - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
isInitialized() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
isInitialized() - Method in class org.apache.mesos.Protos.HealthCheck
 
isInitialized() - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Image.Appc
 
isInitialized() - Method in class org.apache.mesos.Protos.Image.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Image.Docker
 
isInitialized() - Method in class org.apache.mesos.Protos.Image
 
isInitialized() - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.InverseOffer
 
isInitialized() - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.IpStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.KillPolicy
 
isInitialized() - Method in class org.apache.mesos.Protos.Label.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Label
 
isInitialized() - Method in class org.apache.mesos.Protos.Labels.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Labels
 
isInitialized() - Method in class org.apache.mesos.Protos.MachineID.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.MachineID
 
isInitialized() - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.MachineInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.MasterInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.Metric.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Metric
 
isInitialized() - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
isInitialized() - Method in class org.apache.mesos.Protos.NetworkInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
isInitialized() - Method in class org.apache.mesos.Protos.OfferID.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.OfferID
 
isInitialized() - Method in class org.apache.mesos.Protos.Parameter.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Parameter
 
isInitialized() - Method in class org.apache.mesos.Protos.Parameters.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Parameters
 
isInitialized() - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.PerfStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.Port.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Port
 
isInitialized() - Method in class org.apache.mesos.Protos.Ports.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Ports
 
isInitialized() - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.RateLimit
 
isInitialized() - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.RateLimits
 
isInitialized() - Method in class org.apache.mesos.Protos.Request.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Request
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
isInitialized() - Method in class org.apache.mesos.Protos.ResourceUsage
 
isInitialized() - Method in class org.apache.mesos.Protos.Role.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Role
 
isInitialized() - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.SlaveID
 
isInitialized() - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.SlaveInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.Task.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Task
 
isInitialized() - Method in class org.apache.mesos.Protos.TaskID.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.TaskID
 
isInitialized() - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.TaskInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.TaskStatus
 
isInitialized() - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.TcpStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.TimeInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.UdpStatistics
 
isInitialized() - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Unavailability
 
isInitialized() - Method in class org.apache.mesos.Protos.URL.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.URL
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Value
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Range
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Ranges
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Scalar
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Set
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Value.Text
 
isInitialized() - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.VersionInfo
 
isInitialized() - Method in class org.apache.mesos.Protos.Volume.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Volume
 
isInitialized() - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
isInitialized() - Method in class org.apache.mesos.Protos.Volume.Source
 
isInitialized() - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.Protos.WeightInfo
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Address
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.AgentID
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Attribute
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Credential
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Credentials
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Environment
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Filters
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Flag
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Image
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Label
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Labels
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.MachineID
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Metric
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.OfferID
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Parameter
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Parameters
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Port
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Ports
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Request
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Role
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Task
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TaskID
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.URL
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Volume
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
isInitialized() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
ITEM_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value.Set
 
ITEM_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value.Set
 
ITLB_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
ITLB_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
ITLB_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
ITLB_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 

J

join() - Method in interface org.apache.mesos.ExecutorDriver
Waits for the driver to be stopped or aborted, possibly _blocking_ the current thread indefinitely.
join() - Method in class org.apache.mesos.MesosExecutorDriver
 
join() - Method in class org.apache.mesos.MesosSchedulerDriver
 
join() - Method in interface org.apache.mesos.SchedulerDriver
Waits for the driver to be stopped or aborted, possibly blocking the current thread indefinitely.

K

KEY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Label
 
KEY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Parameter
 
KEY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Label
 
KEY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Parameter
 
KILL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
KILL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
KILL_POLICY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
KILL_POLICY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
KILL_POLICY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
KILL_POLICY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
KILL_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
KILL = 3;
KILL_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
KILL = 6;
killTask(ExecutorDriver, Protos.TaskID) - Method in interface org.apache.mesos.Executor
Invoked when a task running within this executor has been killed (via SchedulerDriver.killTask(org.apache.mesos.Protos.TaskID)).
killTask(Protos.TaskID) - Method in class org.apache.mesos.MesosSchedulerDriver
 
killTask(Protos.TaskID) - Method in interface org.apache.mesos.SchedulerDriver
Kills the specified task.

L

L1_DCACHE_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_DCACHE_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_DCACHE_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_DCACHE_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_DCACHE_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_DCACHE_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_DCACHE_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_DCACHE_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_DCACHE_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_DCACHE_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_DCACHE_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_DCACHE_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_ICACHE_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_ICACHE_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_ICACHE_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_ICACHE_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_ICACHE_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_ICACHE_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
L1_ICACHE_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
L1_ICACHE_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image.Appc
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Labels
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.NetworkInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Port
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.ReservationInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image.Appc
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Labels
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Port
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
LABELS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
LAUNCH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation
 
LAUNCH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
LAUNCH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation
 
LAUNCH_VALUE - Static variable in enum org.apache.mesos.Protos.Offer.Operation.Type
LAUNCH = 1;
LAUNCH_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
LAUNCH = 2;
LAUNCH_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
LAUNCH = 1;
launchTask(ExecutorDriver, Protos.TaskInfo) - Method in interface org.apache.mesos.Executor
launchTasks(Protos.OfferID, Collection<Protos.TaskInfo>) - Method in class org.apache.mesos.MesosSchedulerDriver
 
launchTasks(Protos.OfferID, Collection<Protos.TaskInfo>, Protos.Filters) - Method in class org.apache.mesos.MesosSchedulerDriver
 
launchTasks(Collection<Protos.OfferID>, Collection<Protos.TaskInfo>) - Method in class org.apache.mesos.MesosSchedulerDriver
 
launchTasks(Collection<Protos.OfferID>, Collection<Protos.TaskInfo>, Protos.Filters) - Method in class org.apache.mesos.MesosSchedulerDriver
 
launchTasks(Collection<Protos.OfferID>, Collection<Protos.TaskInfo>, Protos.Filters) - Method in interface org.apache.mesos.SchedulerDriver
Launches the given set of tasks.
launchTasks(Collection<Protos.OfferID>, Collection<Protos.TaskInfo>) - Method in interface org.apache.mesos.SchedulerDriver
Launches the given set of tasks.
launchTasks(Protos.OfferID, Collection<Protos.TaskInfo>, Protos.Filters) - Method in interface org.apache.mesos.SchedulerDriver
Deprecated.
Use #launchTasks(Collection, Collection, Filters) instead.
launchTasks(Protos.OfferID, Collection<Protos.TaskInfo>) - Method in interface org.apache.mesos.SchedulerDriver
Deprecated.
Use SchedulerDriver.launchTasks(Collection, Collection) instead. Note that this may add a default filter (see mesos.proto) for the remaining resources. Notably the MesosSchedulerDriver does so.
LevelDBState - Class in org.apache.mesos.state
Implementation of State that uses LevelDB to store variables/values.
LevelDBState(String) - Constructor for class org.apache.mesos.state.LevelDBState
Constructs a new instance of LevelDBState.
LIMITS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.RateLimits
 
LIMITS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.RateLimits
 
LLC_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
LLC_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
LLC_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
LLC_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
LLC_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
LLC_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
LLC_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
LLC_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
LLC_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
LLC_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
LLC_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
LLC_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
load(String) - Static method in class org.apache.mesos.MesosNativeLibrary
Attempts to load the native library (if it was not previously loaded) from the given path.
load() - Static method in class org.apache.mesos.MesosNativeLibrary
 
LOCATION_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
LOCATION_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
Log - Class in org.apache.mesos
Provides access to a distributed append only log.
Log(int, String, Set<String>) - Constructor for class org.apache.mesos.Log
Creates a new replicated log that assumes the specified quorum size, is backed by a file at the specified path, and coordiantes with other replicas via the set of process PIDs.
Log(int, String, String, long, TimeUnit, String) - Constructor for class org.apache.mesos.Log
Creates a new replicated log that assumes the specified quorum size, is backed by a file at the specified path, and coordiantes with other replicas associated with the specified ZooKeeper servers, timeout, and znode (or Zookeeper name space).
Log(int, String, String, long, TimeUnit, String, String, byte[]) - Constructor for class org.apache.mesos.Log
Creates a new replicated log that assumes the specified quorum size, is backed by a file at the specified path, and coordiantes with other replicas associated with the specified ZooKeeper servers, timeout, and znode (or Zookeeper name space).
Log.Entry - Class in org.apache.mesos
Represents an opaque data entry in the Log with a Log.Position.
Log.OperationFailedException - Exception in org.apache.mesos
An exception that gets thrown when an error occurs while performing a read or write operation.
Log.Position - Class in org.apache.mesos
An opaque identifier of a log entry's position within the log.
Log.Reader - Class in org.apache.mesos
Provides read access to the Log.
Log.Writer - Class in org.apache.mesos
Provides write access to the Log.
Log.WriterFailedException - Exception in org.apache.mesos
An exception that gets thrown when a writer no longer has the ability to perform operations (e.g., because it was superseded by another writer).
LogState - Class in org.apache.mesos.state
Implementation of State that uses a replicated log to store variables/values.
LogState(String, long, TimeUnit, String, long, String) - Constructor for class org.apache.mesos.state.LogState
Constructs a new instance of LogState.
LogState(String, long, TimeUnit, String, long, String, int) - Constructor for class org.apache.mesos.state.LogState
Constructs a new instance of LogState.

M

major - Variable in class org.apache.mesos.MesosNativeLibrary.Version
 
MAJOR_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
MAJOR_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
MAXCONN_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
MAXCONN_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
MEM_ANON_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_ANON_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_CACHE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_CACHE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_CRITICAL_PRESSURE_COUNTER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_CRITICAL_PRESSURE_COUNTER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_FILE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_FILE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_LIMIT_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_LIMIT_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_LOW_PRESSURE_COUNTER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_LOW_PRESSURE_COUNTER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_MAPPED_FILE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_MAPPED_FILE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_MEDIUM_PRESSURE_COUNTER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_MEDIUM_PRESSURE_COUNTER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_RSS_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_RSS_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_SOFT_LIMIT_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_SOFT_LIMIT_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_SWAP_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_SWAP_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_TOTAL_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_TOTAL_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_TOTAL_MEMSW_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_TOTAL_MEMSW_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
MEM_UNEVICTABLE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
MEM_UNEVICTABLE_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
mergeAccept(Protos.Call.Accept) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
mergeAcceptInverseOffers(Protos.Call.AcceptInverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
mergeAcknowledge(Protos.Call.Acknowledge) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
mergeAcknowledged(Protos.Event.Acknowledged) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
mergeAddress(Protos.Address) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
mergeAddress(Protos.Address) - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
mergeAddress(Protos.Address) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
mergeAddress(Protos.Address) - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
mergeAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
mergeAgentInfo(Protos.AgentInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
mergeAppc(Protos.Image.Appc) - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
mergeAppc(Protos.Image.Appc) - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
mergeCgroupInfo(Protos.CgroupInfo) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
mergeCgroupInfo(Protos.CgroupInfo) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
mergeCommand(Protos.CommandInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
mergeCommand(Protos.CommandInfo) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
mergeCommand(Protos.CommandInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
mergeCommand(Protos.CommandInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
mergeCommand(Protos.CommandInfo) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
mergeCommand(Protos.CommandInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
mergeContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
mergeContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
mergeContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
mergeContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
mergeContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
mergeContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
mergeContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
mergeContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
mergeContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
mergeContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
mergeContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
mergeContainerId(Protos.ContainerID) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
mergeContainerId(Protos.ContainerID) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
mergeContainerStatus(Protos.ContainerStatus) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
mergeContainerStatus(Protos.ContainerStatus) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
mergeCreate(Protos.Offer.Operation.Create) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
mergeCreate(Protos.Offer.Operation.Create) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
mergeCredential(Protos.Credential) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
mergeCredential(Protos.Credential) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
mergeDecline(Protos.Call.Decline) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
mergeDeclineInverseOffers(Protos.Call.DeclineInverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
mergeDestroy(Protos.Offer.Operation.Destroy) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
mergeDestroy(Protos.Offer.Operation.Destroy) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
mergeDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
mergeDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
mergeDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
mergeDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
mergeDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
mergeDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
mergeDisk(Protos.Resource.DiskInfo) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
mergeDisk(Protos.Resource.DiskInfo) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
mergeDocker(Protos.ContainerInfo.DockerInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
mergeDocker(Protos.Image.Docker) - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
mergeDocker(Protos.ContainerInfo.DockerInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
mergeDocker(Protos.Image.Docker) - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
mergeDockerVolume(Protos.Volume.Source.DockerVolume) - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
mergeDockerVolume(Protos.Volume.Source.DockerVolume) - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
mergeDriverOptions(Protos.Parameters) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
mergeDriverOptions(Protos.Parameters) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
mergeDuration(Protos.DurationInfo) - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
mergeDuration(Protos.DurationInfo) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
mergeEnvironment(Protos.Environment) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
mergeEnvironment(Protos.Environment) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
mergeError(Protos.Event.Error) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
mergeError(Protos.Event.Error) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
mergeExecutor(Protos.ExecutorInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
mergeExecutor(Protos.ExecutorInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
mergeExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
mergeExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
mergeExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
mergeExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
mergeExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
mergeFailure(Protos.Event.Failure) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
mergeFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
mergeFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
mergeFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
mergeFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
mergeFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
mergeFrameworkInfo(Protos.FrameworkInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
mergeFrameworkInfo(Protos.FrameworkInfo) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
mergeFrom(Message) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
mergeFrom(Protos.Containers) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
mergeFrom(Protos.Destroy) - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
mergeFrom(Protos.Launch) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
mergeFrom(Protos.Termination) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
mergeFrom(Protos.Update) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
mergeFrom(Protos.Usage) - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
mergeFrom(Protos.Wait) - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Address.Builder
 
mergeFrom(Protos.Address) - Method in class org.apache.mesos.Protos.Address.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Address.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Attribute.Builder
 
mergeFrom(Protos.Attribute) - Method in class org.apache.mesos.Protos.Attribute.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Attribute.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
mergeFrom(Protos.CgroupInfo) - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
mergeFrom(Protos.CgroupInfo.NetCls) - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
mergeFrom(Protos.CommandInfo) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
mergeFrom(Protos.CommandInfo.URI) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
mergeFrom(Protos.ContainerID) - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ContainerID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
mergeFrom(Protos.ContainerInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
mergeFrom(Protos.ContainerInfo.DockerInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
mergeFrom(Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
mergeFrom(Protos.ContainerInfo.MesosInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
mergeFrom(Protos.ContainerStatus) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Credential.Builder
 
mergeFrom(Protos.Credential) - Method in class org.apache.mesos.Protos.Credential.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Credential.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Credentials.Builder
 
mergeFrom(Protos.Credentials) - Method in class org.apache.mesos.Protos.Credentials.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Credentials.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
mergeFrom(Protos.DiscoveryInfo) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
mergeFrom(Protos.DurationInfo) - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.DurationInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Environment.Builder
 
mergeFrom(Protos.Environment) - Method in class org.apache.mesos.Protos.Environment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Environment.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
mergeFrom(Protos.Environment.Variable) - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
mergeFrom(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ExecutorID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
mergeFrom(Protos.ExecutorInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
mergeFrom(Protos.FileInfo) - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.FileInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Filters.Builder
 
mergeFrom(Protos.Filters) - Method in class org.apache.mesos.Protos.Filters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Filters.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Flag.Builder
 
mergeFrom(Protos.Flag) - Method in class org.apache.mesos.Protos.Flag.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Flag.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
mergeFrom(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.FrameworkID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
mergeFrom(Protos.FrameworkInfo) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
mergeFrom(Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
mergeFrom(Protos.HealthCheck) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
mergeFrom(Protos.HealthCheck.HTTP) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
mergeFrom(Protos.IcmpStatistics) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
mergeFrom(Protos.Image.Appc) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Image.Builder
 
mergeFrom(Protos.Image) - Method in class org.apache.mesos.Protos.Image.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Image.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
mergeFrom(Protos.Image.Docker) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
mergeFrom(Protos.InverseOffer) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
mergeFrom(Protos.IpStatistics) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
mergeFrom(Protos.KillPolicy) - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.KillPolicy.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Label.Builder
 
mergeFrom(Protos.Label) - Method in class org.apache.mesos.Protos.Label.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Label.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Labels.Builder
 
mergeFrom(Protos.Labels) - Method in class org.apache.mesos.Protos.Labels.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Labels.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.MachineID.Builder
 
mergeFrom(Protos.MachineID) - Method in class org.apache.mesos.Protos.MachineID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.MachineID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
mergeFrom(Protos.MachineInfo) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
mergeFrom(Protos.MasterInfo) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Metric.Builder
 
mergeFrom(Protos.Metric) - Method in class org.apache.mesos.Protos.Metric.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Metric.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
mergeFrom(Protos.NetworkInfo) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
mergeFrom(Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Offer.Builder
 
mergeFrom(Protos.Offer) - Method in class org.apache.mesos.Protos.Offer.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Offer.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
mergeFrom(Protos.Offer.Operation) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
mergeFrom(Protos.Offer.Operation.Create) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
mergeFrom(Protos.Offer.Operation.Destroy) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
mergeFrom(Protos.Offer.Operation.Launch) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
mergeFrom(Protos.Offer.Operation.Reserve) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
mergeFrom(Protos.Offer.Operation.Unreserve) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.OfferID.Builder
 
mergeFrom(Protos.OfferID) - Method in class org.apache.mesos.Protos.OfferID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.OfferID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Parameter.Builder
 
mergeFrom(Protos.Parameter) - Method in class org.apache.mesos.Protos.Parameter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Parameter.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Parameters.Builder
 
mergeFrom(Protos.Parameters) - Method in class org.apache.mesos.Protos.Parameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Parameters.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
mergeFrom(Protos.PerfStatistics) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Port.Builder
 
mergeFrom(Protos.Port) - Method in class org.apache.mesos.Protos.Port.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Port.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Ports.Builder
 
mergeFrom(Protos.Ports) - Method in class org.apache.mesos.Protos.Ports.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Ports.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
mergeFrom(Protos.RateLimit) - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.RateLimit.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
mergeFrom(Protos.RateLimits) - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.RateLimits.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Request.Builder
 
mergeFrom(Protos.Request) - Method in class org.apache.mesos.Protos.Request.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Request.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.Builder
 
mergeFrom(Protos.Resource) - Method in class org.apache.mesos.Protos.Resource.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
mergeFrom(Protos.Resource.DiskInfo) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Persistence) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Source) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Source.Mount) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Source.Path) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
mergeFrom(Protos.Resource.ReservationInfo) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
mergeFrom(Protos.Resource.RevocableInfo) - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Resource.RevocableInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
mergeFrom(Protos.ResourceStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
mergeFrom(Protos.ResourceUsage) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
mergeFrom(Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
mergeFrom(Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Role.Builder
 
mergeFrom(Protos.Role) - Method in class org.apache.mesos.Protos.Role.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Role.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
mergeFrom(Protos.SlaveID) - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.SlaveID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
mergeFrom(Protos.SlaveInfo) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
mergeFrom(Protos.SNMPStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Task.Builder
 
mergeFrom(Protos.Task) - Method in class org.apache.mesos.Protos.Task.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Task.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.TaskID.Builder
 
mergeFrom(Protos.TaskID) - Method in class org.apache.mesos.Protos.TaskID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.TaskID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
mergeFrom(Protos.TaskInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
mergeFrom(Protos.TaskStatus) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
mergeFrom(Protos.TcpStatistics) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
mergeFrom(Protos.TimeInfo) - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.TimeInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
mergeFrom(Protos.TrafficControlStatistics) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
mergeFrom(Protos.UdpStatistics) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
mergeFrom(Protos.Unavailability) - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Unavailability.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.URL.Builder
 
mergeFrom(Protos.URL) - Method in class org.apache.mesos.Protos.URL.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.URL.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Value.Builder
 
mergeFrom(Protos.Value) - Method in class org.apache.mesos.Protos.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Value.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
mergeFrom(Protos.Value.Range) - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Value.Range.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
mergeFrom(Protos.Value.Ranges) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
mergeFrom(Protos.Value.Scalar) - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
mergeFrom(Protos.Value.Set) - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Value.Set.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
mergeFrom(Protos.Value.Text) - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Value.Text.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
mergeFrom(Protos.VersionInfo) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Volume.Builder
 
mergeFrom(Protos.Volume) - Method in class org.apache.mesos.Protos.Volume.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Volume.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
mergeFrom(Protos.Volume.Source) - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Volume.Source.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
mergeFrom(Protos.Volume.Source.DockerVolume) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
mergeFrom(Protos.WeightInfo) - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.Protos.WeightInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
mergeFrom(Protos.Call) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
mergeFrom(Protos.Call.Message) - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
mergeFrom(Protos.Call.Subscribe) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
mergeFrom(Protos.Call.Update) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
mergeFrom(Protos.Event.Acknowledged) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
mergeFrom(Protos.Event) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
mergeFrom(Protos.Event.Error) - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
mergeFrom(Protos.Event.Kill) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
mergeFrom(Protos.Event.Launch) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
mergeFrom(Protos.Event.Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
mergeFrom(Protos.Event.Subscribed) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
mergeFrom(Protos.Address) - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Address.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
mergeFrom(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
mergeFrom(Protos.AgentInfo) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
mergeFrom(Protos.Attribute) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
mergeFrom(Protos.CgroupInfo) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
mergeFrom(Protos.CgroupInfo.NetCls) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
mergeFrom(Protos.CommandInfo) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
mergeFrom(Protos.CommandInfo.URI) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
mergeFrom(Protos.ContainerID) - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
mergeFrom(Protos.ContainerInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
mergeFrom(Protos.ContainerInfo.DockerInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
mergeFrom(Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
mergeFrom(Protos.ContainerInfo.MesosInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
mergeFrom(Protos.ContainerStatus) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
mergeFrom(Protos.Credential) - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Credential.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
mergeFrom(Protos.Credentials) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
mergeFrom(Protos.DiscoveryInfo) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
mergeFrom(Protos.DurationInfo) - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
mergeFrom(Protos.Environment) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
mergeFrom(Protos.Environment.Variable) - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
mergeFrom(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
mergeFrom(Protos.ExecutorInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
mergeFrom(Protos.FileInfo) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
mergeFrom(Protos.Filters) - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Filters.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
mergeFrom(Protos.Flag) - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Flag.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
mergeFrom(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
mergeFrom(Protos.FrameworkInfo) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
mergeFrom(Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
mergeFrom(Protos.HealthCheck) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
mergeFrom(Protos.HealthCheck.HTTP) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
mergeFrom(Protos.IcmpStatistics) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
mergeFrom(Protos.Image.Appc) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
mergeFrom(Protos.Image) - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Image.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
mergeFrom(Protos.Image.Docker) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
mergeFrom(Protos.InverseOffer) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
mergeFrom(Protos.IpStatistics) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
mergeFrom(Protos.KillPolicy) - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
mergeFrom(Protos.Label) - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Label.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
mergeFrom(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
mergeFrom(Protos.MachineID) - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
mergeFrom(Protos.MachineInfo) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
mergeFrom(Protos.MasterInfo) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
mergeFrom(Protos.Metric) - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Metric.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
mergeFrom(Protos.NetworkInfo) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
mergeFrom(Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
mergeFrom(Protos.Offer) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
mergeFrom(Protos.Offer.Operation) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
mergeFrom(Protos.Offer.Operation.Create) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
mergeFrom(Protos.Offer.Operation.Destroy) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
mergeFrom(Protos.Offer.Operation.Launch) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
mergeFrom(Protos.Offer.Operation.Reserve) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
mergeFrom(Protos.Offer.Operation.Unreserve) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
mergeFrom(Protos.OfferID) - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
mergeFrom(Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
mergeFrom(Protos.Parameters) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
mergeFrom(Protos.PerfStatistics) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
mergeFrom(Protos.Port) - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Port.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
mergeFrom(Protos.Ports) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
mergeFrom(Protos.RateLimit) - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
mergeFrom(Protos.RateLimits) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
mergeFrom(Protos.Request) - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Request.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
mergeFrom(Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
mergeFrom(Protos.Resource.DiskInfo) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Persistence) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Source) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Source.Mount) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
mergeFrom(Protos.Resource.DiskInfo.Source.Path) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
mergeFrom(Protos.Resource.ReservationInfo) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
mergeFrom(Protos.Resource.RevocableInfo) - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
mergeFrom(Protos.ResourceStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
mergeFrom(Protos.ResourceUsage) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
mergeFrom(Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
mergeFrom(Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
mergeFrom(Protos.Role) - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Role.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
mergeFrom(Protos.SNMPStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
mergeFrom(Protos.Task) - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Task.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
mergeFrom(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
mergeFrom(Protos.TaskInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
mergeFrom(Protos.TaskStatus) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
mergeFrom(Protos.TcpStatistics) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
mergeFrom(Protos.TimeInfo) - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
mergeFrom(Protos.TrafficControlStatistics) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
mergeFrom(Protos.UdpStatistics) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
mergeFrom(Protos.Unavailability) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
mergeFrom(Protos.URL) - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.URL.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
mergeFrom(Protos.Value) - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Value.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
mergeFrom(Protos.Value.Range) - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
mergeFrom(Protos.Value.Ranges) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
mergeFrom(Protos.Value.Scalar) - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
mergeFrom(Protos.Value.Set) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
mergeFrom(Protos.Value.Text) - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
mergeFrom(Protos.VersionInfo) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
mergeFrom(Protos.Volume) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
mergeFrom(Protos.Volume.Source) - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
mergeFrom(Protos.Volume.Source.DockerVolume) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
mergeFrom(Protos.WeightInfo) - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
mergeFrom(Protos.Call.Accept) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
mergeFrom(Protos.Call.AcceptInverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
mergeFrom(Protos.Call.Acknowledge) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
mergeFrom(Protos.Call) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
mergeFrom(Protos.Call.Decline) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
mergeFrom(Protos.Call.DeclineInverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
mergeFrom(Protos.Call.Kill) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
mergeFrom(Protos.Call.Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
mergeFrom(Protos.Call.Reconcile) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
mergeFrom(Protos.Call.Reconcile.Task) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
mergeFrom(Protos.Call.Request) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
mergeFrom(Protos.Call.Shutdown) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
mergeFrom(Protos.Call.Subscribe) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
mergeFrom(Protos.Event) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
mergeFrom(Protos.Event.Error) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
mergeFrom(Protos.Event.Failure) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
mergeFrom(Protos.Event.InverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
mergeFrom(Protos.Event.Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
mergeFrom(Protos.Event.Offers) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
mergeFrom(Protos.Event.Rescind) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
mergeFrom(Protos.Event.RescindInverseOffer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
mergeFrom(Protos.Event.Subscribed) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
 
mergeFrom(Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
mergeFrom(Protos.Event.Update) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
 
mergeGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
mergeGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
mergeHealthCheck(Protos.HealthCheck) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
mergeHealthCheck(Protos.HealthCheck) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
mergeHttp(Protos.HealthCheck.HTTP) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
mergeHttp(Protos.HealthCheck.HTTP) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
mergeIcmpStats(Protos.IcmpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
mergeIcmpStats(Protos.IcmpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
mergeId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
mergeId(Protos.OfferID) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
mergeId(Protos.MachineID) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
mergeId(Protos.OfferID) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
mergeId(Protos.TaskID) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
mergeId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
mergeId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
mergeId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
mergeId(Protos.OfferID) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
mergeId(Protos.MachineID) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
mergeId(Protos.OfferID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
mergeId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
mergeImage(Protos.Image) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
mergeImage(Protos.Image) - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
mergeImage(Protos.Image) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
mergeImage(Protos.Image) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
mergeInverseOfferId(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
mergeInverseOffers(Protos.Event.InverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
mergeIpStats(Protos.IpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
mergeIpStats(Protos.IpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
mergeKill(Protos.Event.Kill) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
mergeKill(Protos.Call.Kill) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
mergeKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
mergeKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
mergeKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
mergeKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
mergeLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
mergeLaunch(Protos.Offer.Operation.Launch) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
mergeLaunch(Protos.Event.Launch) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
mergeLaunch(Protos.Offer.Operation.Launch) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
mergeMesos(Protos.ContainerInfo.MesosInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
mergeMesos(Protos.ContainerInfo.MesosInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
mergeMessage(Protos.Call.Message) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
mergeMessage(Protos.Event.Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
mergeMessage(Protos.Call.Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
mergeMessage(Protos.Event.Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
mergeMount(Protos.Resource.DiskInfo.Source.Mount) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
mergeMount(Protos.Resource.DiskInfo.Source.Mount) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
mergeMtime(Protos.TimeInfo) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
mergeMtime(Protos.TimeInfo) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
mergeNetCls(Protos.CgroupInfo.NetCls) - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
mergeNetCls(Protos.CgroupInfo.NetCls) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
mergeNetSnmpStatistics(Protos.SNMPStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
mergeNetSnmpStatistics(Protos.SNMPStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
mergeOfferId(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
mergeOffers(Protos.Event.Offers) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
mergePath(Protos.Resource.DiskInfo.Source.Path) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
mergePath(Protos.Resource.DiskInfo.Source.Path) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
mergePerf(Protos.PerfStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
mergePerf(Protos.PerfStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
mergePersistence(Protos.Resource.DiskInfo.Persistence) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
mergePersistence(Protos.Resource.DiskInfo.Persistence) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
mergePorts(Protos.Ports) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
mergePorts(Protos.Ports) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
mergeRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
mergeRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
mergeRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
mergeRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
mergeRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
mergeRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
mergeReconcile(Protos.Call.Reconcile) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
mergeRequest(Protos.Call.Request) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
mergeRescind(Protos.Event.Rescind) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
mergeRescindInverseOffer(Protos.Event.RescindInverseOffer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
mergeReservation(Protos.Resource.ReservationInfo) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
mergeReservation(Protos.Resource.ReservationInfo) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
mergeReserve(Protos.Offer.Operation.Reserve) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
mergeReserve(Protos.Offer.Operation.Reserve) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
mergeRevocable(Protos.Resource.RevocableInfo) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
mergeRevocable(Protos.Resource.RevocableInfo) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
mergeScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
mergeScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
mergeScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
mergeScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
mergeScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
mergeScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
mergeSet(Protos.Value.Set) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
mergeSet(Protos.Value.Set) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
mergeSet(Protos.Value.Set) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
mergeSet(Protos.Value.Set) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
mergeSet(Protos.Value.Set) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
mergeSet(Protos.Value.Set) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
mergeShutdown(Protos.Call.Shutdown) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
mergeShutdownGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
mergeShutdownGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
mergeSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
mergeSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
mergeSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
mergeSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
mergeSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
mergeSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
mergeSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
mergeSource(Protos.Resource.DiskInfo.Source) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
mergeSource(Protos.Volume.Source) - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
mergeSource(Protos.Resource.DiskInfo.Source) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
mergeSource(Protos.Volume.Source) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
mergeStart(Protos.TimeInfo) - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
mergeStart(Protos.TimeInfo) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
mergeStatistics(Protos.ResourceStatistics) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
mergeStatistics(Protos.ResourceStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
mergeStatus(Protos.TaskStatus) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
mergeStatus(Protos.TaskStatus) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
mergeSubscribe(Protos.Call.Subscribe) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
mergeSubscribe(Protos.Call.Subscribe) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
mergeSubscribed(Protos.Event.Subscribed) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
mergeSubscribed(Protos.Event.Subscribed) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
mergeTask(Protos.TaskInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
mergeTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
mergeTaskInfo(Protos.TaskInfo) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
mergeTcpStats(Protos.TcpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
mergeTcpStats(Protos.TcpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
mergeText(Protos.Value.Text) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
mergeText(Protos.Value.Text) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
mergeText(Protos.Value.Text) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
mergeText(Protos.Value.Text) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
mergeUdpStats(Protos.UdpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
mergeUdpStats(Protos.UdpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
mergeUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
mergeUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
mergeUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
mergeUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
mergeUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
mergeUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
mergeUnreserve(Protos.Offer.Operation.Unreserve) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
mergeUnreserve(Protos.Offer.Operation.Unreserve) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
mergeUpdate(Protos.Call.Update) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
mergeUpdate(Protos.Event.Update) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
mergeUrl(Protos.URL) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
mergeUrl(Protos.URL) - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
mergeUrl(Protos.URL) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
mergeUrl(Protos.URL) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
mergeVolume(Protos.Volume) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
mergeVolume(Protos.Volume) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
MESOS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo
 
MESOS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo
 
MESOS_VALUE - Static variable in enum org.apache.mesos.Protos.ContainerInfo.Type
MESOS = 2;
MESOS_VALUE - Static variable in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
MESOS = 2;
MesosExecutorDriver - Class in org.apache.mesos
Concrete implementation of an ExecutorDriver that connects an Executor with a Mesos slave.
MesosExecutorDriver(Executor) - Constructor for class org.apache.mesos.MesosExecutorDriver
Creates a new driver that uses the specified Executor.
MesosNativeLibrary - Class in org.apache.mesos
 
MesosNativeLibrary() - Constructor for class org.apache.mesos.MesosNativeLibrary
 
MesosNativeLibrary.Version - Class in org.apache.mesos
Represent a 'libmesos' version with Major, Minor, and Patch versions.
MesosSchedulerDriver - Class in org.apache.mesos
Concrete implementation of a SchedulerDriver that connects a Scheduler with a Mesos master.
MesosSchedulerDriver(Scheduler, Protos.FrameworkInfo, String) - Constructor for class org.apache.mesos.MesosSchedulerDriver
Creates a new driver for the specified scheduler.
MesosSchedulerDriver(Scheduler, Protos.FrameworkInfo, String, Protos.Credential) - Constructor for class org.apache.mesos.MesosSchedulerDriver
Same as the other constructors, except that it accepts the newly introduced 'credential' parameter.
MesosSchedulerDriver(Scheduler, Protos.FrameworkInfo, String, boolean) - Constructor for class org.apache.mesos.MesosSchedulerDriver
Same as the other constructors, except that it accepts the newly introduced 'implicitAcknowledgements' parameter.
MesosSchedulerDriver(Scheduler, Protos.FrameworkInfo, String, boolean, Protos.Credential) - Constructor for class org.apache.mesos.MesosSchedulerDriver
Same as the other constructors, except that it accepts the newly introduced 'implicitAcknowledgements' and 'credentials' parameters.
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Termination
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Error
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
MESSAGE_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Call.Type
MESSAGE = 3;
MESSAGE_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
MESSAGE = 5;
MESSAGE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
MESSAGE = 10;
MESSAGE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
MESSAGE = 5;
minor - Variable in class org.apache.mesos.MesosNativeLibrary.Version
 
MINOR_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
MINOR_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
MODE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FileInfo
 
MODE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MachineInfo
 
MODE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume
 
MODE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
MODE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MachineInfo
 
MODE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume
 
MOUNT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
MOUNT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
MOUNT_VALUE - Static variable in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
MOUNT = 2;
MOUNT_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
MOUNT = 2;
MTIME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FileInfo
 
MTIME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
mutate(byte[]) - Method in class org.apache.mesos.state.Variable
Updates the current value of this variable.

N

NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Attribute
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Environment.Variable
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Flag
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image.Appc
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image.Docker
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Metric
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.NetworkInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Port
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Role
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Attribute
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Environment.Variable
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Flag
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image.Appc
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image.Docker
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Metric
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Port
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Role
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
NAME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
names() - Method in class org.apache.mesos.state.AbstractState
 
names() - Method in class org.apache.mesos.state.InMemoryState
 
names() - Method in interface org.apache.mesos.state.State
Returns an iterator of variable names in the state.
NANOSECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DurationInfo
 
NANOSECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TimeInfo
 
NANOSECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DurationInfo
 
NANOSECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TimeInfo
 
NET_CLS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CgroupInfo
 
NET_CLS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CgroupInfo
 
NET_RX_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_RX_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_RX_DROPPED_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_RX_DROPPED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_RX_ERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_RX_ERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_RX_PACKETS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_RX_PACKETS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_SNMP_STATISTICS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_SNMP_STATISTICS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TCP_ACTIVE_CONNECTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TCP_ACTIVE_CONNECTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P50_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P50_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P90_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P90_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P95_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P95_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P99_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TCP_RTT_MICROSECS_P99_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TCP_TIME_WAIT_CONNECTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TCP_TIME_WAIT_CONNECTIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TRAFFIC_CONTROL_STATISTICS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TRAFFIC_CONTROL_STATISTICS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TX_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TX_BYTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TX_DROPPED_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TX_DROPPED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TX_ERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TX_ERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NET_TX_PACKETS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
NET_TX_PACKETS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
NETWORK_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
NETWORK_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
NETWORK_INFOS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo
 
NETWORK_INFOS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerStatus
 
NETWORK_INFOS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo
 
NETWORK_INFOS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerStatus
 
newBuilder() - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
newBuilder(Protos.Containers) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
newBuilder() - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
newBuilder(Protos.Destroy) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
newBuilder() - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
newBuilder(Protos.Launch) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
newBuilder() - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
newBuilder(Protos.Termination) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
newBuilder() - Static method in class org.apache.mesos.containerizer.Protos.Update
 
newBuilder(Protos.Update) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
newBuilder() - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
newBuilder(Protos.Usage) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
newBuilder() - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
newBuilder(Protos.Wait) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
newBuilder() - Static method in class org.apache.mesos.Protos.Address
 
newBuilder(Protos.Address) - Static method in class org.apache.mesos.Protos.Address
 
newBuilder() - Static method in class org.apache.mesos.Protos.Attribute
 
newBuilder(Protos.Attribute) - Static method in class org.apache.mesos.Protos.Attribute
 
newBuilder() - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
newBuilder(Protos.CgroupInfo.NetCls) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
newBuilder() - Static method in class org.apache.mesos.Protos.CgroupInfo
 
newBuilder(Protos.CgroupInfo) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.CommandInfo
 
newBuilder(Protos.CommandInfo) - Static method in class org.apache.mesos.Protos.CommandInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
newBuilder(Protos.CommandInfo.URI) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
newBuilder() - Static method in class org.apache.mesos.Protos.ContainerID
 
newBuilder(Protos.ContainerID) - Static method in class org.apache.mesos.Protos.ContainerID
 
newBuilder() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
newBuilder(Protos.ContainerInfo.DockerInfo) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilder(Protos.ContainerInfo.DockerInfo.PortMapping) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilder() - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
newBuilder(Protos.ContainerInfo.MesosInfo) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.ContainerInfo
 
newBuilder(Protos.ContainerInfo) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.ContainerStatus
 
newBuilder(Protos.ContainerStatus) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
newBuilder() - Static method in class org.apache.mesos.Protos.Credential
 
newBuilder(Protos.Credential) - Static method in class org.apache.mesos.Protos.Credential
 
newBuilder() - Static method in class org.apache.mesos.Protos.Credentials
 
newBuilder(Protos.Credentials) - Static method in class org.apache.mesos.Protos.Credentials
 
newBuilder() - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
newBuilder(Protos.DiscoveryInfo) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.DurationInfo
 
newBuilder(Protos.DurationInfo) - Static method in class org.apache.mesos.Protos.DurationInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.Environment
 
newBuilder(Protos.Environment) - Static method in class org.apache.mesos.Protos.Environment
 
newBuilder() - Static method in class org.apache.mesos.Protos.Environment.Variable
 
newBuilder(Protos.Environment.Variable) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
newBuilder() - Static method in class org.apache.mesos.Protos.ExecutorID
 
newBuilder(Protos.ExecutorID) - Static method in class org.apache.mesos.Protos.ExecutorID
 
newBuilder() - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
newBuilder(Protos.ExecutorInfo) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.FileInfo
 
newBuilder(Protos.FileInfo) - Static method in class org.apache.mesos.Protos.FileInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.Filters
 
newBuilder(Protos.Filters) - Static method in class org.apache.mesos.Protos.Filters
 
newBuilder() - Static method in class org.apache.mesos.Protos.Flag
 
newBuilder(Protos.Flag) - Static method in class org.apache.mesos.Protos.Flag
 
newBuilder() - Static method in class org.apache.mesos.Protos.FrameworkID
 
newBuilder(Protos.FrameworkID) - Static method in class org.apache.mesos.Protos.FrameworkID
 
newBuilder() - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
newBuilder(Protos.FrameworkInfo.Capability) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
newBuilder() - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
newBuilder(Protos.FrameworkInfo) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
newBuilder(Protos.HealthCheck.HTTP) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
newBuilder() - Static method in class org.apache.mesos.Protos.HealthCheck
 
newBuilder(Protos.HealthCheck) - Static method in class org.apache.mesos.Protos.HealthCheck
 
newBuilder() - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
newBuilder(Protos.IcmpStatistics) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.Image.Appc
 
newBuilder(Protos.Image.Appc) - Static method in class org.apache.mesos.Protos.Image.Appc
 
newBuilder() - Static method in class org.apache.mesos.Protos.Image.Docker
 
newBuilder(Protos.Image.Docker) - Static method in class org.apache.mesos.Protos.Image.Docker
 
newBuilder() - Static method in class org.apache.mesos.Protos.Image
 
newBuilder(Protos.Image) - Static method in class org.apache.mesos.Protos.Image
 
newBuilder() - Static method in class org.apache.mesos.Protos.InverseOffer
 
newBuilder(Protos.InverseOffer) - Static method in class org.apache.mesos.Protos.InverseOffer
 
newBuilder() - Static method in class org.apache.mesos.Protos.IpStatistics
 
newBuilder(Protos.IpStatistics) - Static method in class org.apache.mesos.Protos.IpStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.KillPolicy
 
newBuilder(Protos.KillPolicy) - Static method in class org.apache.mesos.Protos.KillPolicy
 
newBuilder() - Static method in class org.apache.mesos.Protos.Label
 
newBuilder(Protos.Label) - Static method in class org.apache.mesos.Protos.Label
 
newBuilder() - Static method in class org.apache.mesos.Protos.Labels
 
newBuilder(Protos.Labels) - Static method in class org.apache.mesos.Protos.Labels
 
newBuilder() - Static method in class org.apache.mesos.Protos.MachineID
 
newBuilder(Protos.MachineID) - Static method in class org.apache.mesos.Protos.MachineID
 
newBuilder() - Static method in class org.apache.mesos.Protos.MachineInfo
 
newBuilder(Protos.MachineInfo) - Static method in class org.apache.mesos.Protos.MachineInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.MasterInfo
 
newBuilder(Protos.MasterInfo) - Static method in class org.apache.mesos.Protos.MasterInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.Metric
 
newBuilder(Protos.Metric) - Static method in class org.apache.mesos.Protos.Metric
 
newBuilder() - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
newBuilder(Protos.NetworkInfo.IPAddress) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
newBuilder() - Static method in class org.apache.mesos.Protos.NetworkInfo
 
newBuilder(Protos.NetworkInfo) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.Offer
 
newBuilder(Protos.Offer) - Static method in class org.apache.mesos.Protos.Offer
 
newBuilder() - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
newBuilder(Protos.Offer.Operation.Create) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
newBuilder() - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
newBuilder(Protos.Offer.Operation.Destroy) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
newBuilder() - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
newBuilder(Protos.Offer.Operation.Launch) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
newBuilder() - Static method in class org.apache.mesos.Protos.Offer.Operation
 
newBuilder(Protos.Offer.Operation) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
newBuilder() - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
newBuilder(Protos.Offer.Operation.Reserve) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
newBuilder() - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
newBuilder(Protos.Offer.Operation.Unreserve) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
newBuilder() - Static method in class org.apache.mesos.Protos.OfferID
 
newBuilder(Protos.OfferID) - Static method in class org.apache.mesos.Protos.OfferID
 
newBuilder() - Static method in class org.apache.mesos.Protos.Parameter
 
newBuilder(Protos.Parameter) - Static method in class org.apache.mesos.Protos.Parameter
 
newBuilder() - Static method in class org.apache.mesos.Protos.Parameters
 
newBuilder(Protos.Parameters) - Static method in class org.apache.mesos.Protos.Parameters
 
newBuilder() - Static method in class org.apache.mesos.Protos.PerfStatistics
 
newBuilder(Protos.PerfStatistics) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.Port
 
newBuilder(Protos.Port) - Static method in class org.apache.mesos.Protos.Port
 
newBuilder() - Static method in class org.apache.mesos.Protos.Ports
 
newBuilder(Protos.Ports) - Static method in class org.apache.mesos.Protos.Ports
 
newBuilder() - Static method in class org.apache.mesos.Protos.RateLimit
 
newBuilder(Protos.RateLimit) - Static method in class org.apache.mesos.Protos.RateLimit
 
newBuilder() - Static method in class org.apache.mesos.Protos.RateLimits
 
newBuilder(Protos.RateLimits) - Static method in class org.apache.mesos.Protos.RateLimits
 
newBuilder() - Static method in class org.apache.mesos.Protos.Request
 
newBuilder(Protos.Request) - Static method in class org.apache.mesos.Protos.Request
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
newBuilder(Protos.Resource.DiskInfo) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
newBuilder(Protos.Resource.DiskInfo.Persistence) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
newBuilder(Protos.Resource.DiskInfo.Source.Mount) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
newBuilder(Protos.Resource.DiskInfo.Source) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
newBuilder(Protos.Resource.DiskInfo.Source.Path) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource
 
newBuilder(Protos.Resource) - Static method in class org.apache.mesos.Protos.Resource
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
newBuilder(Protos.Resource.ReservationInfo) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
newBuilder(Protos.Resource.RevocableInfo) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
newBuilder(Protos.ResourceStatistics) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
newBuilder(Protos.ResourceUsage.Executor) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
newBuilder() - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
newBuilder(Protos.ResourceUsage.Executor.Task) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
newBuilder() - Static method in class org.apache.mesos.Protos.ResourceUsage
 
newBuilder(Protos.ResourceUsage) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
newBuilder() - Static method in class org.apache.mesos.Protos.Role
 
newBuilder(Protos.Role) - Static method in class org.apache.mesos.Protos.Role
 
newBuilder() - Static method in class org.apache.mesos.Protos.SlaveID
 
newBuilder(Protos.SlaveID) - Static method in class org.apache.mesos.Protos.SlaveID
 
newBuilder() - Static method in class org.apache.mesos.Protos.SlaveInfo
 
newBuilder(Protos.SlaveInfo) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
newBuilder(Protos.SNMPStatistics) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.Task
 
newBuilder(Protos.Task) - Static method in class org.apache.mesos.Protos.Task
 
newBuilder() - Static method in class org.apache.mesos.Protos.TaskID
 
newBuilder(Protos.TaskID) - Static method in class org.apache.mesos.Protos.TaskID
 
newBuilder() - Static method in class org.apache.mesos.Protos.TaskInfo
 
newBuilder(Protos.TaskInfo) - Static method in class org.apache.mesos.Protos.TaskInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.TaskStatus
 
newBuilder(Protos.TaskStatus) - Static method in class org.apache.mesos.Protos.TaskStatus
 
newBuilder() - Static method in class org.apache.mesos.Protos.TcpStatistics
 
newBuilder(Protos.TcpStatistics) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.TimeInfo
 
newBuilder(Protos.TimeInfo) - Static method in class org.apache.mesos.Protos.TimeInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
newBuilder(Protos.TrafficControlStatistics) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.UdpStatistics
 
newBuilder(Protos.UdpStatistics) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
newBuilder() - Static method in class org.apache.mesos.Protos.Unavailability
 
newBuilder(Protos.Unavailability) - Static method in class org.apache.mesos.Protos.Unavailability
 
newBuilder() - Static method in class org.apache.mesos.Protos.URL
 
newBuilder(Protos.URL) - Static method in class org.apache.mesos.Protos.URL
 
newBuilder() - Static method in class org.apache.mesos.Protos.Value
 
newBuilder(Protos.Value) - Static method in class org.apache.mesos.Protos.Value
 
newBuilder() - Static method in class org.apache.mesos.Protos.Value.Range
 
newBuilder(Protos.Value.Range) - Static method in class org.apache.mesos.Protos.Value.Range
 
newBuilder() - Static method in class org.apache.mesos.Protos.Value.Ranges
 
newBuilder(Protos.Value.Ranges) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
newBuilder() - Static method in class org.apache.mesos.Protos.Value.Scalar
 
newBuilder(Protos.Value.Scalar) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
newBuilder() - Static method in class org.apache.mesos.Protos.Value.Set
 
newBuilder(Protos.Value.Set) - Static method in class org.apache.mesos.Protos.Value.Set
 
newBuilder() - Static method in class org.apache.mesos.Protos.Value.Text
 
newBuilder(Protos.Value.Text) - Static method in class org.apache.mesos.Protos.Value.Text
 
newBuilder() - Static method in class org.apache.mesos.Protos.VersionInfo
 
newBuilder(Protos.VersionInfo) - Static method in class org.apache.mesos.Protos.VersionInfo
 
newBuilder() - Static method in class org.apache.mesos.Protos.Volume
 
newBuilder(Protos.Volume) - Static method in class org.apache.mesos.Protos.Volume
 
newBuilder() - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
newBuilder(Protos.Volume.Source.DockerVolume) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
newBuilder() - Static method in class org.apache.mesos.Protos.Volume.Source
 
newBuilder(Protos.Volume.Source) - Static method in class org.apache.mesos.Protos.Volume.Source
 
newBuilder() - Static method in class org.apache.mesos.Protos.WeightInfo
 
newBuilder(Protos.WeightInfo) - Static method in class org.apache.mesos.Protos.WeightInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
newBuilder(Protos.Call.Message) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
newBuilder(Protos.Call) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
newBuilder(Protos.Call.Subscribe) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
newBuilder(Protos.Call.Update) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
newBuilder(Protos.Event.Acknowledged) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
newBuilder(Protos.Event.Error) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
newBuilder(Protos.Event.Kill) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
newBuilder(Protos.Event.Launch) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
newBuilder(Protos.Event.Message) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
newBuilder(Protos.Event) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
newBuilder() - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
newBuilder(Protos.Event.Subscribed) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Address
 
newBuilder(Protos.Address) - Static method in class org.apache.mesos.v1.Protos.Address
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.AgentID
 
newBuilder(Protos.AgentID) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
newBuilder(Protos.AgentInfo) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Attribute
 
newBuilder(Protos.Attribute) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
newBuilder(Protos.CgroupInfo.NetCls) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
newBuilder(Protos.CgroupInfo) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
newBuilder(Protos.CommandInfo) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
newBuilder(Protos.CommandInfo.URI) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
newBuilder(Protos.ContainerID) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
newBuilder(Protos.ContainerInfo.DockerInfo) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilder(Protos.ContainerInfo.DockerInfo.PortMapping) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
newBuilder(Protos.ContainerInfo.MesosInfo) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
newBuilder(Protos.ContainerInfo) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
newBuilder(Protos.ContainerStatus) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Credential
 
newBuilder(Protos.Credential) - Static method in class org.apache.mesos.v1.Protos.Credential
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Credentials
 
newBuilder(Protos.Credentials) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
newBuilder(Protos.DiscoveryInfo) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
newBuilder(Protos.DurationInfo) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Environment
 
newBuilder(Protos.Environment) - Static method in class org.apache.mesos.v1.Protos.Environment
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
newBuilder(Protos.Environment.Variable) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
newBuilder(Protos.ExecutorID) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
newBuilder(Protos.ExecutorInfo) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
newBuilder(Protos.FileInfo) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Filters
 
newBuilder(Protos.Filters) - Static method in class org.apache.mesos.v1.Protos.Filters
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Flag
 
newBuilder(Protos.Flag) - Static method in class org.apache.mesos.v1.Protos.Flag
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
newBuilder(Protos.FrameworkID) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
newBuilder(Protos.FrameworkInfo.Capability) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
newBuilder(Protos.FrameworkInfo) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
newBuilder(Protos.HealthCheck.HTTP) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
newBuilder(Protos.HealthCheck) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
newBuilder(Protos.IcmpStatistics) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
newBuilder(Protos.Image.Appc) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
newBuilder(Protos.Image.Docker) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Image
 
newBuilder(Protos.Image) - Static method in class org.apache.mesos.v1.Protos.Image
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
newBuilder(Protos.InverseOffer) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
newBuilder(Protos.IpStatistics) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
newBuilder(Protos.KillPolicy) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Label
 
newBuilder(Protos.Label) - Static method in class org.apache.mesos.v1.Protos.Label
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Labels
 
newBuilder(Protos.Labels) - Static method in class org.apache.mesos.v1.Protos.Labels
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.MachineID
 
newBuilder(Protos.MachineID) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
newBuilder(Protos.MachineInfo) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
newBuilder(Protos.MasterInfo) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Metric
 
newBuilder(Protos.Metric) - Static method in class org.apache.mesos.v1.Protos.Metric
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
newBuilder(Protos.NetworkInfo.IPAddress) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
newBuilder(Protos.NetworkInfo) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Offer
 
newBuilder(Protos.Offer) - Static method in class org.apache.mesos.v1.Protos.Offer
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
newBuilder(Protos.Offer.Operation.Create) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
newBuilder(Protos.Offer.Operation.Destroy) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
newBuilder(Protos.Offer.Operation.Launch) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
newBuilder(Protos.Offer.Operation) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
newBuilder(Protos.Offer.Operation.Reserve) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
newBuilder(Protos.Offer.Operation.Unreserve) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.OfferID
 
newBuilder(Protos.OfferID) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Parameter
 
newBuilder(Protos.Parameter) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Parameters
 
newBuilder(Protos.Parameters) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
newBuilder(Protos.PerfStatistics) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Port
 
newBuilder(Protos.Port) - Static method in class org.apache.mesos.v1.Protos.Port
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Ports
 
newBuilder(Protos.Ports) - Static method in class org.apache.mesos.v1.Protos.Ports
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
newBuilder(Protos.RateLimit) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
newBuilder(Protos.RateLimits) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Request
 
newBuilder(Protos.Request) - Static method in class org.apache.mesos.v1.Protos.Request
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
newBuilder(Protos.Resource.DiskInfo) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
newBuilder(Protos.Resource.DiskInfo.Persistence) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
newBuilder(Protos.Resource.DiskInfo.Source.Mount) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
newBuilder(Protos.Resource.DiskInfo.Source) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
newBuilder(Protos.Resource.DiskInfo.Source.Path) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource
 
newBuilder(Protos.Resource) - Static method in class org.apache.mesos.v1.Protos.Resource
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
newBuilder(Protos.Resource.ReservationInfo) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
newBuilder(Protos.Resource.RevocableInfo) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
newBuilder(Protos.ResourceStatistics) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
newBuilder(Protos.ResourceUsage.Executor) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
newBuilder(Protos.ResourceUsage.Executor.Task) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
newBuilder(Protos.ResourceUsage) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Role
 
newBuilder(Protos.Role) - Static method in class org.apache.mesos.v1.Protos.Role
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
newBuilder(Protos.SNMPStatistics) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Task
 
newBuilder(Protos.Task) - Static method in class org.apache.mesos.v1.Protos.Task
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.TaskID
 
newBuilder(Protos.TaskID) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
newBuilder(Protos.TaskInfo) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
newBuilder(Protos.TaskStatus) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
newBuilder(Protos.TcpStatistics) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
newBuilder(Protos.TimeInfo) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
newBuilder(Protos.TrafficControlStatistics) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
newBuilder(Protos.UdpStatistics) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
newBuilder(Protos.Unavailability) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.URL
 
newBuilder(Protos.URL) - Static method in class org.apache.mesos.v1.Protos.URL
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Value
 
newBuilder(Protos.Value) - Static method in class org.apache.mesos.v1.Protos.Value
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
newBuilder(Protos.Value.Range) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
newBuilder(Protos.Value.Ranges) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
newBuilder(Protos.Value.Scalar) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
newBuilder(Protos.Value.Set) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
newBuilder(Protos.Value.Text) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
newBuilder(Protos.VersionInfo) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Volume
 
newBuilder(Protos.Volume) - Static method in class org.apache.mesos.v1.Protos.Volume
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
newBuilder(Protos.Volume.Source.DockerVolume) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
newBuilder(Protos.Volume.Source) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
newBuilder() - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
newBuilder(Protos.WeightInfo) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
newBuilder(Protos.Call.Accept) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
newBuilder(Protos.Call.AcceptInverseOffers) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
newBuilder(Protos.Call.Acknowledge) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
newBuilder(Protos.Call.Decline) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
newBuilder(Protos.Call.DeclineInverseOffers) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
newBuilder(Protos.Call.Kill) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
newBuilder(Protos.Call.Message) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
newBuilder(Protos.Call) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
newBuilder(Protos.Call.Reconcile) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
newBuilder(Protos.Call.Reconcile.Task) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
newBuilder(Protos.Call.Request) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
newBuilder(Protos.Call.Shutdown) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
newBuilder(Protos.Call.Subscribe) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
newBuilder(Protos.Event.Error) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
newBuilder(Protos.Event.Failure) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
newBuilder(Protos.Event.InverseOffers) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
newBuilder(Protos.Event.Message) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
newBuilder(Protos.Event) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
newBuilder(Protos.Event.Offers) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
newBuilder(Protos.Event.Rescind) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
newBuilder(Protos.Event.RescindInverseOffer) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
newBuilder(Protos.Event.Subscribed) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
newBuilder() - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
newBuilder(Protos.Event.Update) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
newBuilderForType() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.containerizer.Protos.Containers
 
newBuilderForType() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
newBuilderForType() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.containerizer.Protos.Launch
 
newBuilderForType() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.containerizer.Protos.Termination
 
newBuilderForType() - Method in class org.apache.mesos.containerizer.Protos.Update
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.containerizer.Protos.Update
 
newBuilderForType() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.containerizer.Protos.Usage
 
newBuilderForType() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.containerizer.Protos.Wait
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Address
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Address
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Attribute
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Attribute
 
newBuilderForType() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
newBuilderForType() - Method in class org.apache.mesos.Protos.CgroupInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.CgroupInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.CommandInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.CommandInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ContainerID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ContainerID
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ContainerInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ContainerInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ContainerStatus
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ContainerStatus
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Credential
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Credential
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Credentials
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Credentials
 
newBuilderForType() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.DurationInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.DurationInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Environment
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Environment
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Environment.Variable
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Environment.Variable
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ExecutorID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ExecutorID
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ExecutorInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.FileInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.FileInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Filters
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Filters
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Flag
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Flag
 
newBuilderForType() - Method in class org.apache.mesos.Protos.FrameworkID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.FrameworkID
 
newBuilderForType() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
newBuilderForType() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.FrameworkInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
newBuilderForType() - Method in class org.apache.mesos.Protos.HealthCheck
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.HealthCheck
 
newBuilderForType() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.IcmpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Image.Appc
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Image.Appc
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Image.Docker
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Image.Docker
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Image
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Image
 
newBuilderForType() - Method in class org.apache.mesos.Protos.InverseOffer
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.InverseOffer
 
newBuilderForType() - Method in class org.apache.mesos.Protos.IpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.IpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.KillPolicy
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.KillPolicy
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Label
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Label
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Labels
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Labels
 
newBuilderForType() - Method in class org.apache.mesos.Protos.MachineID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.MachineID
 
newBuilderForType() - Method in class org.apache.mesos.Protos.MachineInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.MachineInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.MasterInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.MasterInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Metric
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Metric
 
newBuilderForType() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
newBuilderForType() - Method in class org.apache.mesos.Protos.NetworkInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.NetworkInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Offer
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Offer
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Offer.Operation
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Offer.Operation
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
newBuilderForType() - Method in class org.apache.mesos.Protos.OfferID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.OfferID
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Parameter
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Parameter
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Parameters
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Parameters
 
newBuilderForType() - Method in class org.apache.mesos.Protos.PerfStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.PerfStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Port
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Port
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Ports
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Ports
 
newBuilderForType() - Method in class org.apache.mesos.Protos.RateLimit
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.RateLimit
 
newBuilderForType() - Method in class org.apache.mesos.Protos.RateLimits
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.RateLimits
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Request
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Request
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ResourceStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
newBuilderForType() - Method in class org.apache.mesos.Protos.ResourceUsage
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.ResourceUsage
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Role
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Role
 
newBuilderForType() - Method in class org.apache.mesos.Protos.SlaveID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.SlaveID
 
newBuilderForType() - Method in class org.apache.mesos.Protos.SlaveInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.SlaveInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.SNMPStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Task
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Task
 
newBuilderForType() - Method in class org.apache.mesos.Protos.TaskID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.TaskID
 
newBuilderForType() - Method in class org.apache.mesos.Protos.TaskInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.TaskInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.TaskStatus
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.TaskStatus
 
newBuilderForType() - Method in class org.apache.mesos.Protos.TcpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.TcpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.TimeInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.TimeInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.UdpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.UdpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Unavailability
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Unavailability
 
newBuilderForType() - Method in class org.apache.mesos.Protos.URL
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.URL
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Value
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Value
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Value.Range
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Value.Range
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Value.Ranges
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Value.Ranges
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Value.Scalar
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Value.Scalar
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Value.Set
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Value.Set
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Value.Text
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Value.Text
 
newBuilderForType() - Method in class org.apache.mesos.Protos.VersionInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.VersionInfo
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Volume
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Volume
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
newBuilderForType() - Method in class org.apache.mesos.Protos.Volume.Source
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.Volume.Source
 
newBuilderForType() - Method in class org.apache.mesos.Protos.WeightInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.Protos.WeightInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Call
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Event
 
newBuilderForType() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Address
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Address
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.AgentID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.AgentID
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Attribute
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Attribute
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ContainerID
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Credential
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Credential
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Credentials
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Credentials
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Environment
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Environment
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.FileInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Filters
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Filters
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Flag
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Flag
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Image
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Image
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Label
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Label
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Labels
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Labels
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.MachineID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.MachineID
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Metric
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Metric
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Offer
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Offer
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.OfferID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.OfferID
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Parameter
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Parameter
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Parameters
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Parameters
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Port
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Port
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Ports
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Ports
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.RateLimit
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.RateLimits
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Request
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Request
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Role
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Role
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Task
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Task
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.TaskID
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.TaskID
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Unavailability
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.URL
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.URL
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Value
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Value
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Value.Range
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Value.Set
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Value.Text
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Volume
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Volume
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
newBuilderForType() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
newBuilderForType() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
NLINK_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FileInfo
 
NLINK_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
NODE_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
NODE_LOAD_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
NODE_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
NODE_LOADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
NODE_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
NODE_PREFETCH_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
NODE_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
NODE_PREFETCHES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
NODE_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
NODE_STORE_MISSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
NODE_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
NODE_STORES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
NONE_VALUE - Static variable in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
NONE = 3;
NONE_VALUE - Static variable in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
NONE = 3;
NOPORTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
NOPORTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
NUMBER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Port
 
NUMBER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Port
 

O

OFFER_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
OFFER_IDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
OFFER_IDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
offerRescinded(SchedulerDriver, Protos.OfferID) - Method in interface org.apache.mesos.Scheduler
Invoked when an offer is no longer valid (e.g., the slave was lost or another framework used resources in the offer).
OFFERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
OFFERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
OFFERS_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
OFFERS = 2;
OperationFailedException(String) - Constructor for exception org.apache.mesos.Log.OperationFailedException
 
OperationFailedException(String, Throwable) - Constructor for exception org.apache.mesos.Log.OperationFailedException
 
OPERATIONS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
org.apache.mesos - package org.apache.mesos
 
org.apache.mesos.containerizer - package org.apache.mesos.containerizer
 
org.apache.mesos.state - package org.apache.mesos.state
 
org.apache.mesos.v1 - package org.apache.mesos.v1
 
org.apache.mesos.v1.executor - package org.apache.mesos.v1.executor
 
org.apache.mesos.v1.scheduler - package org.apache.mesos.v1.scheduler
 
OUTADDRMASKREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTADDRMASKREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTADDRMASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTADDRMASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTDATAGRAMS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
OUTDATAGRAMS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
OUTDESTUNREACHS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTDESTUNREACHS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTDISCARDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
OUTDISCARDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
OUTECHOREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTECHOREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTECHOS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTECHOS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTMSGS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTMSGS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTNOROUTES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
OUTNOROUTES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
OUTPARMPROBS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTPARMPROBS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTPUT_FILE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo.URI
 
OUTPUT_FILE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
OUTREDIRECTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTREDIRECTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTREQUESTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
OUTREQUESTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
OUTRSTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
OUTRSTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
OUTSEGS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
OUTSEGS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
OUTSRCQUENCHS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTSRCQUENCHS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTTIMEEXCDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTTIMEEXCDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTTIMESTAMPREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTTIMESTAMPREPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OUTTIMESTAMPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
OUTTIMESTAMPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
OVERLIMITS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
OVERLIMITS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 

P

PACKETS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
PACKETS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
PAGE_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
PAGE_FAULTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
PARAMETER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Parameters
 
PARAMETER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Parameters
 
PARAMETERS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
PARAMETERS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Address
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Address
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Attribute
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Attribute
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Credential
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credential
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Credentials
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credentials
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Environment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Filters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Filters
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Flag
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Flag
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Image
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Label
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Label
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Labels
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Labels
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.MachineID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Metric
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Metric
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.OfferID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.OfferID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Parameter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameter
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Parameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameters
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Port
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Port
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Ports
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Ports
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Request
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Request
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Role
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Role
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Task
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Task
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.TaskID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.URL
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.URL
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Volume
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(ByteString) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(byte[]) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Containers
 
parseFrom(ByteString) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(byte[]) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Destroy
 
parseFrom(ByteString) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(byte[]) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Launch
 
parseFrom(ByteString) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(byte[]) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Termination
 
parseFrom(ByteString) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(byte[]) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Update
 
parseFrom(ByteString) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(byte[]) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Usage
 
parseFrom(ByteString) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(byte[]) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(InputStream) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.containerizer.Protos.Wait
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Address
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Attribute
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CgroupInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.CommandInfo.URI
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ContainerStatus
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credential
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Credentials
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DiscoveryInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.DurationInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Environment.Variable
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ExecutorInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FileInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Filters
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Flag
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.FrameworkInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.HealthCheck
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IcmpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Appc
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image.Docker
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Image
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.InverseOffer
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.IpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.KillPolicy
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Label
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Labels
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MachineInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.MasterInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Metric
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.NetworkInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Create
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Offer
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.OfferID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameter
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Parameters
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.PerfStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Port
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Ports
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimit
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.RateLimits
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Request
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.ResourceUsage
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Role
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SlaveInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.SNMPStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Task
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TaskStatus
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TcpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TimeInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.TrafficControlStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.UdpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Unavailability
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.URL
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Range
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Ranges
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Scalar
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Set
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Value.Text
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.VersionInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.Volume.Source
 
parseFrom(ByteString) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.Protos.WeightInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Address
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.AgentInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Attribute
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CgroupInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ContainerStatus
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credential
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Credentials
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.DurationInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Environment.Variable
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FileInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Filters
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Flag
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.HealthCheck
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Appc
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image.Docker
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Image
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.InverseOffer
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.IpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.KillPolicy
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Label
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Labels
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MachineInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.MasterInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Metric
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.NetworkInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Offer
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.OfferID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameter
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Parameters
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.PerfStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Port
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Ports
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimit
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.RateLimits
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Request
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.ResourceUsage
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Role
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Task
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskID
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TaskStatus
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TcpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TimeInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.UdpStatistics
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Unavailability
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.URL
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Range
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Ranges
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Scalar
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Set
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Value.Text
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.VersionInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.Volume.Source
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.Protos.WeightInfo
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
parseFrom(ByteString) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(byte[]) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(InputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(CodedInputStream) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
PARSER - Static variable in class org.apache.mesos.containerizer.Protos.Containers
 
PARSER - Static variable in class org.apache.mesos.containerizer.Protos.Destroy
 
PARSER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
PARSER - Static variable in class org.apache.mesos.containerizer.Protos.Termination
 
PARSER - Static variable in class org.apache.mesos.containerizer.Protos.Update
 
PARSER - Static variable in class org.apache.mesos.containerizer.Protos.Usage
 
PARSER - Static variable in class org.apache.mesos.containerizer.Protos.Wait
 
PARSER - Static variable in class org.apache.mesos.Protos.Address
 
PARSER - Static variable in class org.apache.mesos.Protos.Attribute
 
PARSER - Static variable in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
PARSER - Static variable in class org.apache.mesos.Protos.CgroupInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.CommandInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.CommandInfo.URI
 
PARSER - Static variable in class org.apache.mesos.Protos.ContainerID
 
PARSER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
PARSER - Static variable in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.ContainerInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.ContainerStatus
 
PARSER - Static variable in class org.apache.mesos.Protos.Credential
 
PARSER - Static variable in class org.apache.mesos.Protos.Credentials
 
PARSER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.DurationInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.Environment
 
PARSER - Static variable in class org.apache.mesos.Protos.Environment.Variable
 
PARSER - Static variable in class org.apache.mesos.Protos.ExecutorID
 
PARSER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.FileInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.Filters
 
PARSER - Static variable in class org.apache.mesos.Protos.Flag
 
PARSER - Static variable in class org.apache.mesos.Protos.FrameworkID
 
PARSER - Static variable in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
PARSER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.HealthCheck.HTTP
 
PARSER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
PARSER - Static variable in class org.apache.mesos.Protos.IcmpStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.Image.Appc
 
PARSER - Static variable in class org.apache.mesos.Protos.Image.Docker
 
PARSER - Static variable in class org.apache.mesos.Protos.Image
 
PARSER - Static variable in class org.apache.mesos.Protos.InverseOffer
 
PARSER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.KillPolicy
 
PARSER - Static variable in class org.apache.mesos.Protos.Label
 
PARSER - Static variable in class org.apache.mesos.Protos.Labels
 
PARSER - Static variable in class org.apache.mesos.Protos.MachineID
 
PARSER - Static variable in class org.apache.mesos.Protos.MachineInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.Metric
 
PARSER - Static variable in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
PARSER - Static variable in class org.apache.mesos.Protos.NetworkInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Create
 
PARSER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
PARSER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Launch
 
PARSER - Static variable in class org.apache.mesos.Protos.Offer.Operation
 
PARSER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
PARSER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
PARSER - Static variable in class org.apache.mesos.Protos.Offer
 
PARSER - Static variable in class org.apache.mesos.Protos.OfferID
 
PARSER - Static variable in class org.apache.mesos.Protos.Parameter
 
PARSER - Static variable in class org.apache.mesos.Protos.Parameters
 
PARSER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.Port
 
PARSER - Static variable in class org.apache.mesos.Protos.Ports
 
PARSER - Static variable in class org.apache.mesos.Protos.RateLimit
 
PARSER - Static variable in class org.apache.mesos.Protos.RateLimits
 
PARSER - Static variable in class org.apache.mesos.Protos.Request
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource.ReservationInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.Resource.RevocableInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor
 
PARSER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
PARSER - Static variable in class org.apache.mesos.Protos.ResourceUsage
 
PARSER - Static variable in class org.apache.mesos.Protos.Role
 
PARSER - Static variable in class org.apache.mesos.Protos.SlaveID
 
PARSER - Static variable in class org.apache.mesos.Protos.SlaveInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.SNMPStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.Task
 
PARSER - Static variable in class org.apache.mesos.Protos.TaskID
 
PARSER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
PARSER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.TimeInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
PARSER - Static variable in class org.apache.mesos.Protos.Unavailability
 
PARSER - Static variable in class org.apache.mesos.Protos.URL
 
PARSER - Static variable in class org.apache.mesos.Protos.Value
 
PARSER - Static variable in class org.apache.mesos.Protos.Value.Range
 
PARSER - Static variable in class org.apache.mesos.Protos.Value.Ranges
 
PARSER - Static variable in class org.apache.mesos.Protos.Value.Scalar
 
PARSER - Static variable in class org.apache.mesos.Protos.Value.Set
 
PARSER - Static variable in class org.apache.mesos.Protos.Value.Text
 
PARSER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
PARSER - Static variable in class org.apache.mesos.Protos.Volume
 
PARSER - Static variable in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
PARSER - Static variable in class org.apache.mesos.Protos.Volume.Source
 
PARSER - Static variable in class org.apache.mesos.Protos.WeightInfo
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Call.Message
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Call
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Call.Update
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Error
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Message
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
PARSER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Address
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.AgentID
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.AgentInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Attribute
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.CgroupInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ContainerID
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ContainerStatus
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Credential
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Credentials
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.DurationInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Environment
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Environment.Variable
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ExecutorID
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Filters
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Flag
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.FrameworkID
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.IcmpStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Image.Appc
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Image.Docker
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Image
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.InverseOffer
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.KillPolicy
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Label
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Labels
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.MachineID
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.MachineInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Metric
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.OfferID
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Parameter
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Parameters
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Port
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Ports
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.RateLimit
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.RateLimits
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Request
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Role
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.SNMPStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Task
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.TaskID
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.TimeInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Unavailability
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.URL
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Value
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Value.Range
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Value.Ranges
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Value.Scalar
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Value.Set
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Value.Text
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Volume
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.Volume.Source
 
PARSER - Static variable in class org.apache.mesos.v1.Protos.WeightInfo
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
PARSER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
PASSIVEOPENS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
PASSIVEOPENS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
patch - Variable in class org.apache.mesos.MesosNativeLibrary.Version
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FileInfo
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck.HTTP
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.URL
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
PATH_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.URL
 
PATH_VALUE - Static variable in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
PATH = 1;
PATH_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
PATH = 1;
PERF_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
PERF_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
PERSISTENCE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo
 
PERSISTENCE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
PID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
PID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Address
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck.HTTP
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SlaveInfo
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Address
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.AgentInfo
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
PORT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
PORT_MAPPINGS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
PORT_MAPPINGS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
PORTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
PORTS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Ports
 
PORTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
PORTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Ports
 
position - Variable in class org.apache.mesos.Log.Entry
The position of this entry.
position(byte[]) - Method in class org.apache.mesos.Log
Returns a position based off of the bytes recovered from Position.identity().
Position(long) - Constructor for class org.apache.mesos.Log.Position
Creates a position identified by an integral value.
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Credential
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.RateLimit
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.ReservationInfo
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Credential
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.RateLimit
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
PRINCIPAL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
PRIVILEGED_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
PRIVILEGED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
PROCESSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
PROCESSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Port
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Port
 
Protos - Class in org.apache.mesos.containerizer
 
Protos - Class in org.apache.mesos
 
Protos - Class in org.apache.mesos.v1.executor
 
Protos - Class in org.apache.mesos.v1
 
Protos - Class in org.apache.mesos.v1.scheduler
 
Protos.Address - Class in org.apache.mesos
Protobuf type mesos.Address
Protos.Address - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Address
Protos.Address.Builder - Class in org.apache.mesos
Protobuf type mesos.Address
Protos.Address.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Address
Protos.AddressOrBuilder - Interface in org.apache.mesos
 
Protos.AddressOrBuilder - Interface in org.apache.mesos.v1
 
Protos.AgentID - Class in org.apache.mesos.v1
Protobuf type mesos.v1.AgentID
Protos.AgentID.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.AgentID
Protos.AgentIDOrBuilder - Interface in org.apache.mesos.v1
 
Protos.AgentInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.AgentInfo
Protos.AgentInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.AgentInfo
Protos.AgentInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Attribute - Class in org.apache.mesos
Protobuf type mesos.Attribute
Protos.Attribute - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Attribute
Protos.Attribute.Builder - Class in org.apache.mesos
Protobuf type mesos.Attribute
Protos.Attribute.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Attribute
Protos.AttributeOrBuilder - Interface in org.apache.mesos
 
Protos.AttributeOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Call - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call
Protos.Call - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call
Protos.Call.Accept - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Accept
Protos.Call.Accept.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Accept
Protos.Call.AcceptInverseOffers - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.AcceptInverseOffers
Protos.Call.AcceptInverseOffers.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.AcceptInverseOffers
Protos.Call.AcceptInverseOffersOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.AcceptOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Acknowledge - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Acknowledge
Protos.Call.Acknowledge.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Acknowledge
Protos.Call.AcknowledgeOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call
Protos.Call.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call
Protos.Call.Decline - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Decline
Protos.Call.Decline.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Decline
Protos.Call.DeclineInverseOffers - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.DeclineInverseOffers
Protos.Call.DeclineInverseOffers.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.DeclineInverseOffers
Protos.Call.DeclineInverseOffersOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.DeclineOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Kill - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Kill
Protos.Call.Kill.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Kill
Protos.Call.KillOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Message - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call.Message
Protos.Call.Message - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Message
Protos.Call.Message.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call.Message
Protos.Call.Message.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Message
Protos.Call.MessageOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Call.MessageOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Reconcile - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Reconcile
Protos.Call.Reconcile.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Reconcile
Protos.Call.Reconcile.Task - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Reconcile.Task
Protos.Call.Reconcile.Task.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Reconcile.Task
Protos.Call.Reconcile.TaskOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.ReconcileOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Request - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Request
Protos.Call.Request.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Request
Protos.Call.RequestOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Shutdown - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Shutdown
Protos.Call.Shutdown.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Shutdown
Protos.Call.ShutdownOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Subscribe - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call.Subscribe
Protos.Call.Subscribe - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Subscribe
Protos.Call.Subscribe.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call.Subscribe
Protos.Call.Subscribe.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Call.Subscribe
Protos.Call.SubscribeOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Call.SubscribeOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Call.Type - Enum in org.apache.mesos.v1.executor
Protobuf enum mesos.v1.executor.Call.Type
Protos.Call.Type - Enum in org.apache.mesos.v1.scheduler
Protobuf enum mesos.v1.scheduler.Call.Type
Protos.Call.Update - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call.Update
Protos.Call.Update.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Call.Update
Protos.Call.UpdateOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.CallOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.CallOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.CgroupInfo - Class in org.apache.mesos
Protobuf type mesos.CgroupInfo
Protos.CgroupInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CgroupInfo
Protos.CgroupInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.CgroupInfo
Protos.CgroupInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CgroupInfo
Protos.CgroupInfo.NetCls - Class in org.apache.mesos
Protobuf type mesos.CgroupInfo.NetCls
Protos.CgroupInfo.NetCls - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CgroupInfo.NetCls
Protos.CgroupInfo.NetCls.Builder - Class in org.apache.mesos
Protobuf type mesos.CgroupInfo.NetCls
Protos.CgroupInfo.NetCls.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CgroupInfo.NetCls
Protos.CgroupInfo.NetClsOrBuilder - Interface in org.apache.mesos
 
Protos.CgroupInfo.NetClsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.CgroupInfoOrBuilder - Interface in org.apache.mesos
 
Protos.CgroupInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.CommandInfo - Class in org.apache.mesos
Protobuf type mesos.CommandInfo
Protos.CommandInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CommandInfo
Protos.CommandInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.CommandInfo
Protos.CommandInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CommandInfo
Protos.CommandInfo.URI - Class in org.apache.mesos
Protobuf type mesos.CommandInfo.URI
Protos.CommandInfo.URI - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CommandInfo.URI
Protos.CommandInfo.URI.Builder - Class in org.apache.mesos
Protobuf type mesos.CommandInfo.URI
Protos.CommandInfo.URI.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.CommandInfo.URI
Protos.CommandInfo.URIOrBuilder - Interface in org.apache.mesos
 
Protos.CommandInfo.URIOrBuilder - Interface in org.apache.mesos.v1
 
Protos.CommandInfoOrBuilder - Interface in org.apache.mesos
 
Protos.CommandInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ContainerID - Class in org.apache.mesos
Protobuf type mesos.ContainerID
Protos.ContainerID - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerID
Protos.ContainerID.Builder - Class in org.apache.mesos
Protobuf type mesos.ContainerID
Protos.ContainerID.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerID
Protos.ContainerIDOrBuilder - Interface in org.apache.mesos
 
Protos.ContainerIDOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ContainerInfo - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo
Protos.ContainerInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo
Protos.ContainerInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo
Protos.ContainerInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo
Protos.ContainerInfo.DockerInfo - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo.DockerInfo
Protos.ContainerInfo.DockerInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo.DockerInfo
Protos.ContainerInfo.DockerInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo.DockerInfo
Protos.ContainerInfo.DockerInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo.DockerInfo
Protos.ContainerInfo.DockerInfo.Network - Enum in org.apache.mesos
Protobuf enum mesos.ContainerInfo.DockerInfo.Network
Protos.ContainerInfo.DockerInfo.Network - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.ContainerInfo.DockerInfo.Network
Protos.ContainerInfo.DockerInfo.PortMapping - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo.DockerInfo.PortMapping
Protos.ContainerInfo.DockerInfo.PortMapping - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo.DockerInfo.PortMapping
Protos.ContainerInfo.DockerInfo.PortMapping.Builder - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo.DockerInfo.PortMapping
Protos.ContainerInfo.DockerInfo.PortMapping.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo.DockerInfo.PortMapping
Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder - Interface in org.apache.mesos
 
Protos.ContainerInfo.DockerInfo.PortMappingOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ContainerInfo.DockerInfoOrBuilder - Interface in org.apache.mesos
 
Protos.ContainerInfo.DockerInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ContainerInfo.MesosInfo - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo.MesosInfo
Protos.ContainerInfo.MesosInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo.MesosInfo
Protos.ContainerInfo.MesosInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.ContainerInfo.MesosInfo
Protos.ContainerInfo.MesosInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerInfo.MesosInfo
Protos.ContainerInfo.MesosInfoOrBuilder - Interface in org.apache.mesos
 
Protos.ContainerInfo.MesosInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ContainerInfo.Type - Enum in org.apache.mesos
Protobuf enum mesos.ContainerInfo.Type
Protos.ContainerInfo.Type - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.ContainerInfo.Type
Protos.ContainerInfoOrBuilder - Interface in org.apache.mesos
 
Protos.ContainerInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Containers - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Containers
Protos.Containers.Builder - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Containers
Protos.ContainersOrBuilder - Interface in org.apache.mesos.containerizer
 
Protos.ContainerStatus - Class in org.apache.mesos
Protobuf type mesos.ContainerStatus
Protos.ContainerStatus - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerStatus
Protos.ContainerStatus.Builder - Class in org.apache.mesos
Protobuf type mesos.ContainerStatus
Protos.ContainerStatus.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ContainerStatus
Protos.ContainerStatusOrBuilder - Interface in org.apache.mesos
 
Protos.ContainerStatusOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Credential - Class in org.apache.mesos
Protobuf type mesos.Credential
Protos.Credential - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Credential
Protos.Credential.Builder - Class in org.apache.mesos
Protobuf type mesos.Credential
Protos.Credential.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Credential
Protos.CredentialOrBuilder - Interface in org.apache.mesos
 
Protos.CredentialOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Credentials - Class in org.apache.mesos
Protobuf type mesos.Credentials
Protos.Credentials - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Credentials
Protos.Credentials.Builder - Class in org.apache.mesos
Protobuf type mesos.Credentials
Protos.Credentials.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Credentials
Protos.CredentialsOrBuilder - Interface in org.apache.mesos
 
Protos.CredentialsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Destroy - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Destroy
Protos.Destroy.Builder - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Destroy
Protos.DestroyOrBuilder - Interface in org.apache.mesos.containerizer
 
Protos.DiscoveryInfo - Class in org.apache.mesos
Protobuf type mesos.DiscoveryInfo
Protos.DiscoveryInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.DiscoveryInfo
Protos.DiscoveryInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.DiscoveryInfo
Protos.DiscoveryInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.DiscoveryInfo
Protos.DiscoveryInfo.Visibility - Enum in org.apache.mesos
Protobuf enum mesos.DiscoveryInfo.Visibility
Protos.DiscoveryInfo.Visibility - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.DiscoveryInfo.Visibility
Protos.DiscoveryInfoOrBuilder - Interface in org.apache.mesos
 
Protos.DiscoveryInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.DurationInfo - Class in org.apache.mesos
Protobuf type mesos.DurationInfo
Protos.DurationInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.DurationInfo
Protos.DurationInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.DurationInfo
Protos.DurationInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.DurationInfo
Protos.DurationInfoOrBuilder - Interface in org.apache.mesos
 
Protos.DurationInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Environment - Class in org.apache.mesos
Protobuf type mesos.Environment
Protos.Environment - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Environment
Protos.Environment.Builder - Class in org.apache.mesos
Protobuf type mesos.Environment
Protos.Environment.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Environment
Protos.Environment.Variable - Class in org.apache.mesos
Protobuf type mesos.Environment.Variable
Protos.Environment.Variable - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Environment.Variable
Protos.Environment.Variable.Builder - Class in org.apache.mesos
Protobuf type mesos.Environment.Variable
Protos.Environment.Variable.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Environment.Variable
Protos.Environment.VariableOrBuilder - Interface in org.apache.mesos
 
Protos.Environment.VariableOrBuilder - Interface in org.apache.mesos.v1
 
Protos.EnvironmentOrBuilder - Interface in org.apache.mesos
 
Protos.EnvironmentOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Event - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event
Protos.Event - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event
Protos.Event.Acknowledged - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Acknowledged
Protos.Event.Acknowledged.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Acknowledged
Protos.Event.AcknowledgedOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Event.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event
Protos.Event.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event
Protos.Event.Error - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Error
Protos.Event.Error - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Error
Protos.Event.Error.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Error
Protos.Event.Error.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Error
Protos.Event.ErrorOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Event.ErrorOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.Failure - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Failure
Protos.Event.Failure.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Failure
Protos.Event.FailureOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.InverseOffers - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.InverseOffers
Protos.Event.InverseOffers.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.InverseOffers
Protos.Event.InverseOffersOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.Kill - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Kill
Protos.Event.Kill.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Kill
Protos.Event.KillOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Event.Launch - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Launch
Protos.Event.Launch.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Launch
Protos.Event.LaunchOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Event.Message - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Message
Protos.Event.Message - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Message
Protos.Event.Message.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Message
Protos.Event.Message.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Message
Protos.Event.MessageOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Event.MessageOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.Offers - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Offers
Protos.Event.Offers.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Offers
Protos.Event.OffersOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.Rescind - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Rescind
Protos.Event.Rescind.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Rescind
Protos.Event.RescindInverseOffer - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.RescindInverseOffer
Protos.Event.RescindInverseOffer.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.RescindInverseOffer
Protos.Event.RescindInverseOfferOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.RescindOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.Subscribed - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Subscribed
Protos.Event.Subscribed - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Subscribed
Protos.Event.Subscribed.Builder - Class in org.apache.mesos.v1.executor
Protobuf type mesos.v1.executor.Event.Subscribed
Protos.Event.Subscribed.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Subscribed
Protos.Event.SubscribedOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.Event.SubscribedOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.Event.Type - Enum in org.apache.mesos.v1.executor
Protobuf enum mesos.v1.executor.Event.Type
Protos.Event.Type - Enum in org.apache.mesos.v1.scheduler
Protobuf enum mesos.v1.scheduler.Event.Type
Protos.Event.Update - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Update
Protos.Event.Update.Builder - Class in org.apache.mesos.v1.scheduler
Protobuf type mesos.v1.scheduler.Event.Update
Protos.Event.UpdateOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.EventOrBuilder - Interface in org.apache.mesos.v1.executor
 
Protos.EventOrBuilder - Interface in org.apache.mesos.v1.scheduler
 
Protos.ExecutorID - Class in org.apache.mesos
Protobuf type mesos.ExecutorID
Protos.ExecutorID - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ExecutorID
Protos.ExecutorID.Builder - Class in org.apache.mesos
Protobuf type mesos.ExecutorID
Protos.ExecutorID.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ExecutorID
Protos.ExecutorIDOrBuilder - Interface in org.apache.mesos
 
Protos.ExecutorIDOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ExecutorInfo - Class in org.apache.mesos
Protobuf type mesos.ExecutorInfo
Protos.ExecutorInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ExecutorInfo
Protos.ExecutorInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.ExecutorInfo
Protos.ExecutorInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ExecutorInfo
Protos.ExecutorInfoOrBuilder - Interface in org.apache.mesos
 
Protos.ExecutorInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.FileInfo - Class in org.apache.mesos
Protobuf type mesos.FileInfo
Protos.FileInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FileInfo
Protos.FileInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.FileInfo
Protos.FileInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FileInfo
Protos.FileInfoOrBuilder - Interface in org.apache.mesos
 
Protos.FileInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Filters - Class in org.apache.mesos
Protobuf type mesos.Filters
Protos.Filters - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Filters
Protos.Filters.Builder - Class in org.apache.mesos
Protobuf type mesos.Filters
Protos.Filters.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Filters
Protos.FiltersOrBuilder - Interface in org.apache.mesos
 
Protos.FiltersOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Flag - Class in org.apache.mesos
Protobuf type mesos.Flag
Protos.Flag - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Flag
Protos.Flag.Builder - Class in org.apache.mesos
Protobuf type mesos.Flag
Protos.Flag.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Flag
Protos.FlagOrBuilder - Interface in org.apache.mesos
 
Protos.FlagOrBuilder - Interface in org.apache.mesos.v1
 
Protos.FrameworkID - Class in org.apache.mesos
Protobuf type mesos.FrameworkID
Protos.FrameworkID - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FrameworkID
Protos.FrameworkID.Builder - Class in org.apache.mesos
Protobuf type mesos.FrameworkID
Protos.FrameworkID.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FrameworkID
Protos.FrameworkIDOrBuilder - Interface in org.apache.mesos
 
Protos.FrameworkIDOrBuilder - Interface in org.apache.mesos.v1
 
Protos.FrameworkInfo - Class in org.apache.mesos
Protobuf type mesos.FrameworkInfo
Protos.FrameworkInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FrameworkInfo
Protos.FrameworkInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.FrameworkInfo
Protos.FrameworkInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FrameworkInfo
Protos.FrameworkInfo.Capability - Class in org.apache.mesos
Protobuf type mesos.FrameworkInfo.Capability
Protos.FrameworkInfo.Capability - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FrameworkInfo.Capability
Protos.FrameworkInfo.Capability.Builder - Class in org.apache.mesos
Protobuf type mesos.FrameworkInfo.Capability
Protos.FrameworkInfo.Capability.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.FrameworkInfo.Capability
Protos.FrameworkInfo.Capability.Type - Enum in org.apache.mesos
Protobuf enum mesos.FrameworkInfo.Capability.Type
Protos.FrameworkInfo.Capability.Type - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.FrameworkInfo.Capability.Type
Protos.FrameworkInfo.CapabilityOrBuilder - Interface in org.apache.mesos
 
Protos.FrameworkInfo.CapabilityOrBuilder - Interface in org.apache.mesos.v1
 
Protos.FrameworkInfoOrBuilder - Interface in org.apache.mesos
 
Protos.FrameworkInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.HealthCheck - Class in org.apache.mesos
Protobuf type mesos.HealthCheck
Protos.HealthCheck - Class in org.apache.mesos.v1
Protobuf type mesos.v1.HealthCheck
Protos.HealthCheck.Builder - Class in org.apache.mesos
Protobuf type mesos.HealthCheck
Protos.HealthCheck.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.HealthCheck
Protos.HealthCheck.HTTP - Class in org.apache.mesos
Protobuf type mesos.HealthCheck.HTTP
Protos.HealthCheck.HTTP - Class in org.apache.mesos.v1
Protobuf type mesos.v1.HealthCheck.HTTP
Protos.HealthCheck.HTTP.Builder - Class in org.apache.mesos
Protobuf type mesos.HealthCheck.HTTP
Protos.HealthCheck.HTTP.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.HealthCheck.HTTP
Protos.HealthCheck.HTTPOrBuilder - Interface in org.apache.mesos
 
Protos.HealthCheck.HTTPOrBuilder - Interface in org.apache.mesos.v1
 
Protos.HealthCheckOrBuilder - Interface in org.apache.mesos
 
Protos.HealthCheckOrBuilder - Interface in org.apache.mesos.v1
 
Protos.IcmpStatistics - Class in org.apache.mesos
Protobuf type mesos.IcmpStatistics
Protos.IcmpStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.IcmpStatistics
Protos.IcmpStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.IcmpStatistics
Protos.IcmpStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.IcmpStatistics
Protos.IcmpStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.IcmpStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Image - Class in org.apache.mesos
Protobuf type mesos.Image
Protos.Image - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Image
Protos.Image.Appc - Class in org.apache.mesos
Protobuf type mesos.Image.Appc
Protos.Image.Appc - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Image.Appc
Protos.Image.Appc.Builder - Class in org.apache.mesos
Protobuf type mesos.Image.Appc
Protos.Image.Appc.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Image.Appc
Protos.Image.AppcOrBuilder - Interface in org.apache.mesos
 
Protos.Image.AppcOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Image.Builder - Class in org.apache.mesos
Protobuf type mesos.Image
Protos.Image.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Image
Protos.Image.Docker - Class in org.apache.mesos
Protobuf type mesos.Image.Docker
Protos.Image.Docker - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Image.Docker
Protos.Image.Docker.Builder - Class in org.apache.mesos
Protobuf type mesos.Image.Docker
Protos.Image.Docker.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Image.Docker
Protos.Image.DockerOrBuilder - Interface in org.apache.mesos
 
Protos.Image.DockerOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Image.Type - Enum in org.apache.mesos
Protobuf enum mesos.Image.Type
Protos.Image.Type - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.Image.Type
Protos.ImageOrBuilder - Interface in org.apache.mesos
 
Protos.ImageOrBuilder - Interface in org.apache.mesos.v1
 
Protos.InverseOffer - Class in org.apache.mesos
Protobuf type mesos.InverseOffer
Protos.InverseOffer - Class in org.apache.mesos.v1
Protobuf type mesos.v1.InverseOffer
Protos.InverseOffer.Builder - Class in org.apache.mesos
Protobuf type mesos.InverseOffer
Protos.InverseOffer.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.InverseOffer
Protos.InverseOfferOrBuilder - Interface in org.apache.mesos
 
Protos.InverseOfferOrBuilder - Interface in org.apache.mesos.v1
 
Protos.IpStatistics - Class in org.apache.mesos
Protobuf type mesos.IpStatistics
Protos.IpStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.IpStatistics
Protos.IpStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.IpStatistics
Protos.IpStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.IpStatistics
Protos.IpStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.IpStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.KillPolicy - Class in org.apache.mesos
Protobuf type mesos.KillPolicy
Protos.KillPolicy - Class in org.apache.mesos.v1
Protobuf type mesos.v1.KillPolicy
Protos.KillPolicy.Builder - Class in org.apache.mesos
Protobuf type mesos.KillPolicy
Protos.KillPolicy.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.KillPolicy
Protos.KillPolicyOrBuilder - Interface in org.apache.mesos
 
Protos.KillPolicyOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Label - Class in org.apache.mesos
Protobuf type mesos.Label
Protos.Label - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Label
Protos.Label.Builder - Class in org.apache.mesos
Protobuf type mesos.Label
Protos.Label.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Label
Protos.LabelOrBuilder - Interface in org.apache.mesos
 
Protos.LabelOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Labels - Class in org.apache.mesos
Protobuf type mesos.Labels
Protos.Labels - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Labels
Protos.Labels.Builder - Class in org.apache.mesos
Protobuf type mesos.Labels
Protos.Labels.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Labels
Protos.LabelsOrBuilder - Interface in org.apache.mesos
 
Protos.LabelsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Launch - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Launch
Protos.Launch.Builder - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Launch
Protos.LaunchOrBuilder - Interface in org.apache.mesos.containerizer
 
Protos.MachineID - Class in org.apache.mesos
Protobuf type mesos.MachineID
Protos.MachineID - Class in org.apache.mesos.v1
Protobuf type mesos.v1.MachineID
Protos.MachineID.Builder - Class in org.apache.mesos
Protobuf type mesos.MachineID
Protos.MachineID.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.MachineID
Protos.MachineIDOrBuilder - Interface in org.apache.mesos
 
Protos.MachineIDOrBuilder - Interface in org.apache.mesos.v1
 
Protos.MachineInfo - Class in org.apache.mesos
Protobuf type mesos.MachineInfo
Protos.MachineInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.MachineInfo
Protos.MachineInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.MachineInfo
Protos.MachineInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.MachineInfo
Protos.MachineInfo.Mode - Enum in org.apache.mesos
Protobuf enum mesos.MachineInfo.Mode
Protos.MachineInfo.Mode - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.MachineInfo.Mode
Protos.MachineInfoOrBuilder - Interface in org.apache.mesos
 
Protos.MachineInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.MasterInfo - Class in org.apache.mesos
Protobuf type mesos.MasterInfo
Protos.MasterInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.MasterInfo
Protos.MasterInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.MasterInfo
Protos.MasterInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.MasterInfo
Protos.MasterInfoOrBuilder - Interface in org.apache.mesos
 
Protos.MasterInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Metric - Class in org.apache.mesos
Protobuf type mesos.Metric
Protos.Metric - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Metric
Protos.Metric.Builder - Class in org.apache.mesos
Protobuf type mesos.Metric
Protos.Metric.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Metric
Protos.MetricOrBuilder - Interface in org.apache.mesos
 
Protos.MetricOrBuilder - Interface in org.apache.mesos.v1
 
Protos.NetworkInfo - Class in org.apache.mesos
Protobuf type mesos.NetworkInfo
Protos.NetworkInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.NetworkInfo
Protos.NetworkInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.NetworkInfo
Protos.NetworkInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.NetworkInfo
Protos.NetworkInfo.IPAddress - Class in org.apache.mesos
Protobuf type mesos.NetworkInfo.IPAddress
Protos.NetworkInfo.IPAddress - Class in org.apache.mesos.v1
Protobuf type mesos.v1.NetworkInfo.IPAddress
Protos.NetworkInfo.IPAddress.Builder - Class in org.apache.mesos
Protobuf type mesos.NetworkInfo.IPAddress
Protos.NetworkInfo.IPAddress.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.NetworkInfo.IPAddress
Protos.NetworkInfo.IPAddressOrBuilder - Interface in org.apache.mesos
 
Protos.NetworkInfo.IPAddressOrBuilder - Interface in org.apache.mesos.v1
 
Protos.NetworkInfo.Protocol - Enum in org.apache.mesos
Protobuf enum mesos.NetworkInfo.Protocol
Protos.NetworkInfo.Protocol - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.NetworkInfo.Protocol
Protos.NetworkInfoOrBuilder - Interface in org.apache.mesos
 
Protos.NetworkInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Offer - Class in org.apache.mesos
Protobuf type mesos.Offer
Protos.Offer - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer
Protos.Offer.Builder - Class in org.apache.mesos
Protobuf type mesos.Offer
Protos.Offer.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer
Protos.Offer.Operation - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation
Protos.Offer.Operation - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation
Protos.Offer.Operation.Builder - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation
Protos.Offer.Operation.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation
Protos.Offer.Operation.Create - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Create
Protos.Offer.Operation.Create - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Create
Protos.Offer.Operation.Create.Builder - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Create
Protos.Offer.Operation.Create.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Create
Protos.Offer.Operation.CreateOrBuilder - Interface in org.apache.mesos
 
Protos.Offer.Operation.CreateOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Offer.Operation.Destroy - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Destroy
Protos.Offer.Operation.Destroy - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Destroy
Protos.Offer.Operation.Destroy.Builder - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Destroy
Protos.Offer.Operation.Destroy.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Destroy
Protos.Offer.Operation.DestroyOrBuilder - Interface in org.apache.mesos
 
Protos.Offer.Operation.DestroyOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Offer.Operation.Launch - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Launch
Protos.Offer.Operation.Launch - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Launch
Protos.Offer.Operation.Launch.Builder - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Launch
Protos.Offer.Operation.Launch.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Launch
Protos.Offer.Operation.LaunchOrBuilder - Interface in org.apache.mesos
 
Protos.Offer.Operation.LaunchOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Offer.Operation.Reserve - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Reserve
Protos.Offer.Operation.Reserve - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Reserve
Protos.Offer.Operation.Reserve.Builder - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Reserve
Protos.Offer.Operation.Reserve.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Reserve
Protos.Offer.Operation.ReserveOrBuilder - Interface in org.apache.mesos
 
Protos.Offer.Operation.ReserveOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Offer.Operation.Type - Enum in org.apache.mesos
Protobuf enum mesos.Offer.Operation.Type
Protos.Offer.Operation.Type - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.Offer.Operation.Type
Protos.Offer.Operation.Unreserve - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Unreserve
Protos.Offer.Operation.Unreserve - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Unreserve
Protos.Offer.Operation.Unreserve.Builder - Class in org.apache.mesos
Protobuf type mesos.Offer.Operation.Unreserve
Protos.Offer.Operation.Unreserve.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Offer.Operation.Unreserve
Protos.Offer.Operation.UnreserveOrBuilder - Interface in org.apache.mesos
 
Protos.Offer.Operation.UnreserveOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Offer.OperationOrBuilder - Interface in org.apache.mesos
 
Protos.Offer.OperationOrBuilder - Interface in org.apache.mesos.v1
 
Protos.OfferID - Class in org.apache.mesos
Protobuf type mesos.OfferID
Protos.OfferID - Class in org.apache.mesos.v1
Protobuf type mesos.v1.OfferID
Protos.OfferID.Builder - Class in org.apache.mesos
Protobuf type mesos.OfferID
Protos.OfferID.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.OfferID
Protos.OfferIDOrBuilder - Interface in org.apache.mesos
 
Protos.OfferIDOrBuilder - Interface in org.apache.mesos.v1
 
Protos.OfferOrBuilder - Interface in org.apache.mesos
 
Protos.OfferOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Parameter - Class in org.apache.mesos
Protobuf type mesos.Parameter
Protos.Parameter - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Parameter
Protos.Parameter.Builder - Class in org.apache.mesos
Protobuf type mesos.Parameter
Protos.Parameter.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Parameter
Protos.ParameterOrBuilder - Interface in org.apache.mesos
 
Protos.ParameterOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Parameters - Class in org.apache.mesos
Protobuf type mesos.Parameters
Protos.Parameters - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Parameters
Protos.Parameters.Builder - Class in org.apache.mesos
Protobuf type mesos.Parameters
Protos.Parameters.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Parameters
Protos.ParametersOrBuilder - Interface in org.apache.mesos
 
Protos.ParametersOrBuilder - Interface in org.apache.mesos.v1
 
Protos.PerfStatistics - Class in org.apache.mesos
Protobuf type mesos.PerfStatistics
Protos.PerfStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.PerfStatistics
Protos.PerfStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.PerfStatistics
Protos.PerfStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.PerfStatistics
Protos.PerfStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.PerfStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Port - Class in org.apache.mesos
Protobuf type mesos.Port
Protos.Port - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Port
Protos.Port.Builder - Class in org.apache.mesos
Protobuf type mesos.Port
Protos.Port.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Port
Protos.PortOrBuilder - Interface in org.apache.mesos
 
Protos.PortOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Ports - Class in org.apache.mesos
Protobuf type mesos.Ports
Protos.Ports - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Ports
Protos.Ports.Builder - Class in org.apache.mesos
Protobuf type mesos.Ports
Protos.Ports.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Ports
Protos.PortsOrBuilder - Interface in org.apache.mesos
 
Protos.PortsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.RateLimit - Class in org.apache.mesos
Protobuf type mesos.RateLimit
Protos.RateLimit - Class in org.apache.mesos.v1
Protobuf type mesos.v1.RateLimit
Protos.RateLimit.Builder - Class in org.apache.mesos
Protobuf type mesos.RateLimit
Protos.RateLimit.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.RateLimit
Protos.RateLimitOrBuilder - Interface in org.apache.mesos
 
Protos.RateLimitOrBuilder - Interface in org.apache.mesos.v1
 
Protos.RateLimits - Class in org.apache.mesos
Protobuf type mesos.RateLimits
Protos.RateLimits - Class in org.apache.mesos.v1
Protobuf type mesos.v1.RateLimits
Protos.RateLimits.Builder - Class in org.apache.mesos
Protobuf type mesos.RateLimits
Protos.RateLimits.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.RateLimits
Protos.RateLimitsOrBuilder - Interface in org.apache.mesos
 
Protos.RateLimitsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Request - Class in org.apache.mesos
Protobuf type mesos.Request
Protos.Request - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Request
Protos.Request.Builder - Class in org.apache.mesos
Protobuf type mesos.Request
Protos.Request.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Request
Protos.RequestOrBuilder - Interface in org.apache.mesos
 
Protos.RequestOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Resource - Class in org.apache.mesos
Protobuf type mesos.Resource
Protos.Resource - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource
Protos.Resource.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource
Protos.Resource.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource
Protos.Resource.DiskInfo - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo
Protos.Resource.DiskInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo
Protos.Resource.DiskInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo
Protos.Resource.DiskInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo
Protos.Resource.DiskInfo.Persistence - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Persistence
Protos.Resource.DiskInfo.Persistence - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Persistence
Protos.Resource.DiskInfo.Persistence.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Persistence
Protos.Resource.DiskInfo.Persistence.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Persistence
Protos.Resource.DiskInfo.PersistenceOrBuilder - Interface in org.apache.mesos
 
Protos.Resource.DiskInfo.PersistenceOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Resource.DiskInfo.Source - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Source
Protos.Resource.DiskInfo.Source - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Source
Protos.Resource.DiskInfo.Source.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Source
Protos.Resource.DiskInfo.Source.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Source
Protos.Resource.DiskInfo.Source.Mount - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Source.Mount
Protos.Resource.DiskInfo.Source.Mount - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Source.Mount
Protos.Resource.DiskInfo.Source.Mount.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Source.Mount
Protos.Resource.DiskInfo.Source.Mount.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Source.Mount
Protos.Resource.DiskInfo.Source.MountOrBuilder - Interface in org.apache.mesos
 
Protos.Resource.DiskInfo.Source.MountOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Resource.DiskInfo.Source.Path - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Source.Path
Protos.Resource.DiskInfo.Source.Path - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Source.Path
Protos.Resource.DiskInfo.Source.Path.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource.DiskInfo.Source.Path
Protos.Resource.DiskInfo.Source.Path.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.DiskInfo.Source.Path
Protos.Resource.DiskInfo.Source.PathOrBuilder - Interface in org.apache.mesos
 
Protos.Resource.DiskInfo.Source.PathOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Resource.DiskInfo.Source.Type - Enum in org.apache.mesos
Protobuf enum mesos.Resource.DiskInfo.Source.Type
Protos.Resource.DiskInfo.Source.Type - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.Resource.DiskInfo.Source.Type
Protos.Resource.DiskInfo.SourceOrBuilder - Interface in org.apache.mesos
 
Protos.Resource.DiskInfo.SourceOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Resource.DiskInfoOrBuilder - Interface in org.apache.mesos
 
Protos.Resource.DiskInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Resource.ReservationInfo - Class in org.apache.mesos
Protobuf type mesos.Resource.ReservationInfo
Protos.Resource.ReservationInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.ReservationInfo
Protos.Resource.ReservationInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource.ReservationInfo
Protos.Resource.ReservationInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.ReservationInfo
Protos.Resource.ReservationInfoOrBuilder - Interface in org.apache.mesos
 
Protos.Resource.ReservationInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Resource.RevocableInfo - Class in org.apache.mesos
Protobuf type mesos.Resource.RevocableInfo
Protos.Resource.RevocableInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.RevocableInfo
Protos.Resource.RevocableInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.Resource.RevocableInfo
Protos.Resource.RevocableInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Resource.RevocableInfo
Protos.Resource.RevocableInfoOrBuilder - Interface in org.apache.mesos
 
Protos.Resource.RevocableInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ResourceOrBuilder - Interface in org.apache.mesos
 
Protos.ResourceOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ResourceStatistics - Class in org.apache.mesos
Protobuf type mesos.ResourceStatistics
Protos.ResourceStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceStatistics
Protos.ResourceStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.ResourceStatistics
Protos.ResourceStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceStatistics
Protos.ResourceStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.ResourceStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ResourceUsage - Class in org.apache.mesos
Protobuf type mesos.ResourceUsage
Protos.ResourceUsage - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceUsage
Protos.ResourceUsage.Builder - Class in org.apache.mesos
Protobuf type mesos.ResourceUsage
Protos.ResourceUsage.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceUsage
Protos.ResourceUsage.Executor - Class in org.apache.mesos
Protobuf type mesos.ResourceUsage.Executor
Protos.ResourceUsage.Executor - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceUsage.Executor
Protos.ResourceUsage.Executor.Builder - Class in org.apache.mesos
Protobuf type mesos.ResourceUsage.Executor
Protos.ResourceUsage.Executor.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceUsage.Executor
Protos.ResourceUsage.Executor.Task - Class in org.apache.mesos
Protobuf type mesos.ResourceUsage.Executor.Task
Protos.ResourceUsage.Executor.Task - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceUsage.Executor.Task
Protos.ResourceUsage.Executor.Task.Builder - Class in org.apache.mesos
Protobuf type mesos.ResourceUsage.Executor.Task
Protos.ResourceUsage.Executor.Task.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.ResourceUsage.Executor.Task
Protos.ResourceUsage.Executor.TaskOrBuilder - Interface in org.apache.mesos
 
Protos.ResourceUsage.Executor.TaskOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ResourceUsage.ExecutorOrBuilder - Interface in org.apache.mesos
 
Protos.ResourceUsage.ExecutorOrBuilder - Interface in org.apache.mesos.v1
 
Protos.ResourceUsageOrBuilder - Interface in org.apache.mesos
 
Protos.ResourceUsageOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Role - Class in org.apache.mesos
Protobuf type mesos.Role
Protos.Role - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Role
Protos.Role.Builder - Class in org.apache.mesos
Protobuf type mesos.Role
Protos.Role.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Role
Protos.RoleOrBuilder - Interface in org.apache.mesos
 
Protos.RoleOrBuilder - Interface in org.apache.mesos.v1
 
Protos.SlaveID - Class in org.apache.mesos
Protobuf type mesos.SlaveID
Protos.SlaveID.Builder - Class in org.apache.mesos
Protobuf type mesos.SlaveID
Protos.SlaveIDOrBuilder - Interface in org.apache.mesos
 
Protos.SlaveInfo - Class in org.apache.mesos
Protobuf type mesos.SlaveInfo
Protos.SlaveInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.SlaveInfo
Protos.SlaveInfoOrBuilder - Interface in org.apache.mesos
 
Protos.SNMPStatistics - Class in org.apache.mesos
Protobuf type mesos.SNMPStatistics
Protos.SNMPStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.SNMPStatistics
Protos.SNMPStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.SNMPStatistics
Protos.SNMPStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.SNMPStatistics
Protos.SNMPStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.SNMPStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Status - Enum in org.apache.mesos
Protobuf enum mesos.Status
Protos.Status - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.Status
Protos.Task - Class in org.apache.mesos
Protobuf type mesos.Task
Protos.Task - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Task
Protos.Task.Builder - Class in org.apache.mesos
Protobuf type mesos.Task
Protos.Task.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Task
Protos.TaskID - Class in org.apache.mesos
Protobuf type mesos.TaskID
Protos.TaskID - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TaskID
Protos.TaskID.Builder - Class in org.apache.mesos
Protobuf type mesos.TaskID
Protos.TaskID.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TaskID
Protos.TaskIDOrBuilder - Interface in org.apache.mesos
 
Protos.TaskIDOrBuilder - Interface in org.apache.mesos.v1
 
Protos.TaskInfo - Class in org.apache.mesos
Protobuf type mesos.TaskInfo
Protos.TaskInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TaskInfo
Protos.TaskInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.TaskInfo
Protos.TaskInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TaskInfo
Protos.TaskInfoOrBuilder - Interface in org.apache.mesos
 
Protos.TaskInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.TaskOrBuilder - Interface in org.apache.mesos
 
Protos.TaskOrBuilder - Interface in org.apache.mesos.v1
 
Protos.TaskState - Enum in org.apache.mesos
Protobuf enum mesos.TaskState
Protos.TaskState - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.TaskState
Protos.TaskStatus - Class in org.apache.mesos
Protobuf type mesos.TaskStatus
Protos.TaskStatus - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TaskStatus
Protos.TaskStatus.Builder - Class in org.apache.mesos
Protobuf type mesos.TaskStatus
Protos.TaskStatus.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TaskStatus
Protos.TaskStatus.Reason - Enum in org.apache.mesos
Protobuf enum mesos.TaskStatus.Reason
Protos.TaskStatus.Reason - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.TaskStatus.Reason
Protos.TaskStatus.Source - Enum in org.apache.mesos
Protobuf enum mesos.TaskStatus.Source
Protos.TaskStatus.Source - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.TaskStatus.Source
Protos.TaskStatusOrBuilder - Interface in org.apache.mesos
 
Protos.TaskStatusOrBuilder - Interface in org.apache.mesos.v1
 
Protos.TcpStatistics - Class in org.apache.mesos
Protobuf type mesos.TcpStatistics
Protos.TcpStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TcpStatistics
Protos.TcpStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.TcpStatistics
Protos.TcpStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TcpStatistics
Protos.TcpStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.TcpStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Termination - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Termination
Protos.Termination.Builder - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Termination
Protos.TerminationOrBuilder - Interface in org.apache.mesos.containerizer
 
Protos.TimeInfo - Class in org.apache.mesos
Protobuf type mesos.TimeInfo
Protos.TimeInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TimeInfo
Protos.TimeInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.TimeInfo
Protos.TimeInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TimeInfo
Protos.TimeInfoOrBuilder - Interface in org.apache.mesos
 
Protos.TimeInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.TrafficControlStatistics - Class in org.apache.mesos
Protobuf type mesos.TrafficControlStatistics
Protos.TrafficControlStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TrafficControlStatistics
Protos.TrafficControlStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.TrafficControlStatistics
Protos.TrafficControlStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.TrafficControlStatistics
Protos.TrafficControlStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.TrafficControlStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.UdpStatistics - Class in org.apache.mesos
Protobuf type mesos.UdpStatistics
Protos.UdpStatistics - Class in org.apache.mesos.v1
Protobuf type mesos.v1.UdpStatistics
Protos.UdpStatistics.Builder - Class in org.apache.mesos
Protobuf type mesos.UdpStatistics
Protos.UdpStatistics.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.UdpStatistics
Protos.UdpStatisticsOrBuilder - Interface in org.apache.mesos
 
Protos.UdpStatisticsOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Unavailability - Class in org.apache.mesos
Protobuf type mesos.Unavailability
Protos.Unavailability - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Unavailability
Protos.Unavailability.Builder - Class in org.apache.mesos
Protobuf type mesos.Unavailability
Protos.Unavailability.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Unavailability
Protos.UnavailabilityOrBuilder - Interface in org.apache.mesos
 
Protos.UnavailabilityOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Update - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Update
Protos.Update.Builder - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Update
Protos.UpdateOrBuilder - Interface in org.apache.mesos.containerizer
 
Protos.URL - Class in org.apache.mesos
Protobuf type mesos.URL
Protos.URL - Class in org.apache.mesos.v1
Protobuf type mesos.v1.URL
Protos.URL.Builder - Class in org.apache.mesos
Protobuf type mesos.URL
Protos.URL.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.URL
Protos.URLOrBuilder - Interface in org.apache.mesos
 
Protos.URLOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Usage - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Usage
Protos.Usage.Builder - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Usage
Protos.UsageOrBuilder - Interface in org.apache.mesos.containerizer
 
Protos.Value - Class in org.apache.mesos
Protobuf type mesos.Value
Protos.Value - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value
Protos.Value.Builder - Class in org.apache.mesos
Protobuf type mesos.Value
Protos.Value.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value
Protos.Value.Range - Class in org.apache.mesos
Protobuf type mesos.Value.Range
Protos.Value.Range - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Range
Protos.Value.Range.Builder - Class in org.apache.mesos
Protobuf type mesos.Value.Range
Protos.Value.Range.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Range
Protos.Value.RangeOrBuilder - Interface in org.apache.mesos
 
Protos.Value.RangeOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Value.Ranges - Class in org.apache.mesos
Protobuf type mesos.Value.Ranges
Protos.Value.Ranges - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Ranges
Protos.Value.Ranges.Builder - Class in org.apache.mesos
Protobuf type mesos.Value.Ranges
Protos.Value.Ranges.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Ranges
Protos.Value.RangesOrBuilder - Interface in org.apache.mesos
 
Protos.Value.RangesOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Value.Scalar - Class in org.apache.mesos
Protobuf type mesos.Value.Scalar
Protos.Value.Scalar - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Scalar
Protos.Value.Scalar.Builder - Class in org.apache.mesos
Protobuf type mesos.Value.Scalar
Protos.Value.Scalar.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Scalar
Protos.Value.ScalarOrBuilder - Interface in org.apache.mesos
 
Protos.Value.ScalarOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Value.Set - Class in org.apache.mesos
Protobuf type mesos.Value.Set
Protos.Value.Set - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Set
Protos.Value.Set.Builder - Class in org.apache.mesos
Protobuf type mesos.Value.Set
Protos.Value.Set.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Set
Protos.Value.SetOrBuilder - Interface in org.apache.mesos
 
Protos.Value.SetOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Value.Text - Class in org.apache.mesos
Protobuf type mesos.Value.Text
Protos.Value.Text - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Text
Protos.Value.Text.Builder - Class in org.apache.mesos
Protobuf type mesos.Value.Text
Protos.Value.Text.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Value.Text
Protos.Value.TextOrBuilder - Interface in org.apache.mesos
 
Protos.Value.TextOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Value.Type - Enum in org.apache.mesos
Protobuf enum mesos.Value.Type
Protos.Value.Type - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.Value.Type
Protos.ValueOrBuilder - Interface in org.apache.mesos
 
Protos.ValueOrBuilder - Interface in org.apache.mesos.v1
 
Protos.VersionInfo - Class in org.apache.mesos
Protobuf type mesos.VersionInfo
Protos.VersionInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.VersionInfo
Protos.VersionInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.VersionInfo
Protos.VersionInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.VersionInfo
Protos.VersionInfoOrBuilder - Interface in org.apache.mesos
 
Protos.VersionInfoOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Volume - Class in org.apache.mesos
Protobuf type mesos.Volume
Protos.Volume - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Volume
Protos.Volume.Builder - Class in org.apache.mesos
Protobuf type mesos.Volume
Protos.Volume.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Volume
Protos.Volume.Mode - Enum in org.apache.mesos
Protobuf enum mesos.Volume.Mode
Protos.Volume.Mode - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.Volume.Mode
Protos.Volume.Source - Class in org.apache.mesos
Protobuf type mesos.Volume.Source
Protos.Volume.Source - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Volume.Source
Protos.Volume.Source.Builder - Class in org.apache.mesos
Protobuf type mesos.Volume.Source
Protos.Volume.Source.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Volume.Source
Protos.Volume.Source.DockerVolume - Class in org.apache.mesos
Protobuf type mesos.Volume.Source.DockerVolume
Protos.Volume.Source.DockerVolume - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Volume.Source.DockerVolume
Protos.Volume.Source.DockerVolume.Builder - Class in org.apache.mesos
Protobuf type mesos.Volume.Source.DockerVolume
Protos.Volume.Source.DockerVolume.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.Volume.Source.DockerVolume
Protos.Volume.Source.DockerVolumeOrBuilder - Interface in org.apache.mesos
 
Protos.Volume.Source.DockerVolumeOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Volume.Source.Type - Enum in org.apache.mesos
Protobuf enum mesos.Volume.Source.Type
Protos.Volume.Source.Type - Enum in org.apache.mesos.v1
Protobuf enum mesos.v1.Volume.Source.Type
Protos.Volume.SourceOrBuilder - Interface in org.apache.mesos
 
Protos.Volume.SourceOrBuilder - Interface in org.apache.mesos.v1
 
Protos.VolumeOrBuilder - Interface in org.apache.mesos
 
Protos.VolumeOrBuilder - Interface in org.apache.mesos.v1
 
Protos.Wait - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Wait
Protos.Wait.Builder - Class in org.apache.mesos.containerizer
Protobuf type mesos.containerizer.Wait
Protos.WaitOrBuilder - Interface in org.apache.mesos.containerizer
 
Protos.WeightInfo - Class in org.apache.mesos
Protobuf type mesos.WeightInfo
Protos.WeightInfo - Class in org.apache.mesos.v1
Protobuf type mesos.v1.WeightInfo
Protos.WeightInfo.Builder - Class in org.apache.mesos
Protobuf type mesos.WeightInfo
Protos.WeightInfo.Builder - Class in org.apache.mesos.v1
Protobuf type mesos.v1.WeightInfo
Protos.WeightInfoOrBuilder - Interface in org.apache.mesos
 
Protos.WeightInfoOrBuilder - Interface in org.apache.mesos.v1
 

Q

QLEN_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
QLEN_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
QPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.RateLimit
 
QPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.RateLimit
 
QUERY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.URL
 
QUERY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.URL
 

R

RANGE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value.Ranges
 
RANGE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value.Ranges
 
RANGES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Attribute
 
RANGES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
RANGES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value
 
RANGES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Attribute
 
RANGES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
RANGES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value
 
RANGES_VALUE - Static variable in enum org.apache.mesos.Protos.Value.Type
RANGES = 1;
RANGES_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Value.Type
RANGES = 1;
RATEBPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
RATEBPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
RATEPPS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
RATEPPS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
RCVBUFERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
RCVBUFERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
read(Log.Position, Log.Position, long, TimeUnit) - Method in class org.apache.mesos.Log.Reader
Attempts to read from the log between the specified positions (inclusive).
Reader(Log) - Constructor for class org.apache.mesos.Log.Reader
Returns an instance of a reader that will access the given instance of the Log.
REASMFAILS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
REASMFAILS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
REASMOKS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
REASMOKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
REASMREQDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
REASMREQDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
REASMTIMEOUT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.IpStatistics
 
REASMTIMEOUT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.IpStatistics
 
REASON_AGENT_DISCONNECTED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_AGENT_DISCONNECTED = 10;
REASON_AGENT_REMOVED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_AGENT_REMOVED = 11;
REASON_AGENT_RESTARTED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_AGENT_RESTARTED = 12;
REASON_AGENT_UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_AGENT_UNKNOWN = 13;
REASON_COMMAND_EXECUTOR_FAILED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_COMMAND_EXECUTOR_FAILED = 0;
REASON_COMMAND_EXECUTOR_FAILED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_COMMAND_EXECUTOR_FAILED = 0;
REASON_CONTAINER_LAUNCH_FAILED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_CONTAINER_LAUNCH_FAILED = 21;
REASON_CONTAINER_LAUNCH_FAILED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_CONTAINER_LAUNCH_FAILED = 21;
REASON_CONTAINER_LIMITATION_DISK_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_CONTAINER_LIMITATION_DISK = 20;
REASON_CONTAINER_LIMITATION_DISK_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_CONTAINER_LIMITATION_DISK = 20;
REASON_CONTAINER_LIMITATION_MEMORY_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_CONTAINER_LIMITATION_MEMORY = 8;
REASON_CONTAINER_LIMITATION_MEMORY_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_CONTAINER_LIMITATION_MEMORY = 8;
REASON_CONTAINER_LIMITATION_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_CONTAINER_LIMITATION = 19;
REASON_CONTAINER_LIMITATION_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_CONTAINER_LIMITATION = 19;
REASON_CONTAINER_PREEMPTED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_CONTAINER_PREEMPTED = 17;
REASON_CONTAINER_PREEMPTED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_CONTAINER_PREEMPTED = 17;
REASON_CONTAINER_UPDATE_FAILED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_CONTAINER_UPDATE_FAILED = 22;
REASON_CONTAINER_UPDATE_FAILED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_CONTAINER_UPDATE_FAILED = 22;
REASON_EXECUTOR_REGISTRATION_TIMEOUT_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_EXECUTOR_REGISTRATION_TIMEOUT = 23;
REASON_EXECUTOR_REGISTRATION_TIMEOUT_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_EXECUTOR_REGISTRATION_TIMEOUT = 23;
REASON_EXECUTOR_REREGISTRATION_TIMEOUT_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_EXECUTOR_REREGISTRATION_TIMEOUT = 24;
REASON_EXECUTOR_REREGISTRATION_TIMEOUT_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_EXECUTOR_REREGISTRATION_TIMEOUT = 24;
REASON_EXECUTOR_TERMINATED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_EXECUTOR_TERMINATED = 1;
REASON_EXECUTOR_TERMINATED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_EXECUTOR_TERMINATED = 1;
REASON_EXECUTOR_UNREGISTERED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_EXECUTOR_UNREGISTERED = 2;
REASON_EXECUTOR_UNREGISTERED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_EXECUTOR_UNREGISTERED = 2;
REASON_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
REASON_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
REASON_FRAMEWORK_REMOVED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_FRAMEWORK_REMOVED = 3;
REASON_FRAMEWORK_REMOVED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_FRAMEWORK_REMOVED = 3;
REASON_GC_ERROR_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_GC_ERROR = 4;
REASON_GC_ERROR_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_GC_ERROR = 4;
REASON_INVALID_FRAMEWORKID_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_INVALID_FRAMEWORKID = 5;
REASON_INVALID_FRAMEWORKID_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_INVALID_FRAMEWORKID = 5;
REASON_INVALID_OFFERS_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_INVALID_OFFERS = 6;
REASON_INVALID_OFFERS_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_INVALID_OFFERS = 6;
REASON_MASTER_DISCONNECTED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_MASTER_DISCONNECTED = 7;
REASON_MASTER_DISCONNECTED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_MASTER_DISCONNECTED = 7;
REASON_RECONCILIATION_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_RECONCILIATION = 9;
REASON_RECONCILIATION_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_RECONCILIATION = 9;
REASON_RESOURCES_UNKNOWN_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_RESOURCES_UNKNOWN = 18;
REASON_RESOURCES_UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_RESOURCES_UNKNOWN = 18;
REASON_SLAVE_DISCONNECTED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_SLAVE_DISCONNECTED = 10;
REASON_SLAVE_REMOVED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_SLAVE_REMOVED = 11;
REASON_SLAVE_RESTARTED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_SLAVE_RESTARTED = 12;
REASON_SLAVE_UNKNOWN_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_SLAVE_UNKNOWN = 13;
REASON_TASK_INVALID_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_TASK_INVALID = 14;
REASON_TASK_INVALID_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_TASK_INVALID = 14;
REASON_TASK_UNAUTHORIZED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_TASK_UNAUTHORIZED = 15;
REASON_TASK_UNAUTHORIZED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_TASK_UNAUTHORIZED = 15;
REASON_TASK_UNKNOWN_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Reason
REASON_TASK_UNKNOWN = 16;
REASON_TASK_UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
REASON_TASK_UNKNOWN = 16;
REASONS_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Termination
 
RECONCILE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
RECONCILE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
RECONCILE = 9;
reconcileTasks(Collection<Protos.TaskStatus>) - Method in class org.apache.mesos.MesosSchedulerDriver
 
reconcileTasks(Collection<Protos.TaskStatus>) - Method in interface org.apache.mesos.SchedulerDriver
Allows the framework to query the status for non-terminal tasks.
REF_CYCLES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
REF_CYCLES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
REFUSE_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Filters
 
REFUSE_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Filters
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.mesos.containerizer.Protos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.mesos.Protos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.mesos.v1.executor.Protos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.mesos.v1.Protos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.mesos.v1.scheduler.Protos
 
registered(ExecutorDriver, Protos.ExecutorInfo, Protos.FrameworkInfo, Protos.SlaveInfo) - Method in interface org.apache.mesos.Executor
Invoked once the executor driver has been able to successfully connect with Mesos.
registered(SchedulerDriver, Protos.FrameworkID, Protos.MasterInfo) - Method in interface org.apache.mesos.Scheduler
Invoked when the scheduler successfully registers with a Mesos master.
removeAllocated(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
removeAllocated(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
removeAttributes(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
removeAttributes(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
removeAttributes(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
removeAttributes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
removeCapabilities(int) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
removeCapabilities(int) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
removeContainers(int) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
removeCredentials(int) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
removeCredentials(int) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
removeExecutorIds(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
removeExecutorIds(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
removeExecutors(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
removeExecutors(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
removeFrameworks(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
removeFrameworks(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
removeInverseOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
removeInverseOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
removeInverseOffers(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
removeIpAddresses(int) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
removeIpAddresses(int) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
removeLabels(int) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
removeLabels(int) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
removeLimits(int) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
removeLimits(int) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
removeNetTrafficControlStatistics(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
removeNetTrafficControlStatistics(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
removeNetworkInfos(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
removeNetworkInfos(int) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
removeNetworkInfos(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
removeNetworkInfos(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
removeOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
removeOfferIds(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
removeOffers(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
removeOperations(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
removeParameter(int) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
removeParameter(int) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
removeParameters(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
removeParameters(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
removePortMappings(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
removePortMappings(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
removePorts(int) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
removePorts(int) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
removeQuery(int) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
removeQuery(int) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
removeRange(int) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
removeRange(int) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
removeRequests(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
removeResources(int) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
removeResources(int) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
removeResources(int) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
removeResources(int) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
removeResources(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
removeResources(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
removeResources(int) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
removeResources(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
removeResources(int) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
removeResources(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
removeResources(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
removeResources(int) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
removeResources(int) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
removeStatuses(int) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
removeStatuses(int) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
removeTaskInfos(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
removeTaskInfos(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
removeTasks(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
removeTasks(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
removeTasks(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
removeTotal(int) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
removeTotal(int) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
removeUnacknowledgedTasks(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
removeUnacknowledgedUpdates(int) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
removeUris(int) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
removeUris(int) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
removeVariables(int) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
removeVariables(int) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
removeVolumes(int) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
removeVolumes(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
removeVolumes(int) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
removeVolumes(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
removeVolumes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
removeVolumes(int) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
REQUEST_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
REQUEST_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
REQUEST = 11;
requestResources(Collection<Protos.Request>) - Method in class org.apache.mesos.MesosSchedulerDriver
 
requestResources(Collection<Protos.Request>) - Method in interface org.apache.mesos.SchedulerDriver
Requests resources from Mesos (see mesos.proto for a description of Request and how, for example, to request resources from specific slaves).
REQUESTS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
REQUEUES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TrafficControlStatistics
 
REQUEUES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
reregistered(ExecutorDriver, Protos.SlaveInfo) - Method in interface org.apache.mesos.Executor
Invoked when the executor re-registers with a restarted slave.
reregistered(SchedulerDriver, Protos.MasterInfo) - Method in interface org.apache.mesos.Scheduler
Invoked when the scheduler re-registers with a newly elected Mesos master.
RESCIND_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
RESCIND_INVERSE_OFFER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
RESCIND_INVERSE_OFFER_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
RESCIND_INVERSE_OFFER = 10;
RESCIND_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
RESCIND = 3;
RESERVATION_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
RESERVATION_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
RESERVE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation
 
RESERVE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation
 
RESERVE_VALUE - Static variable in enum org.apache.mesos.Protos.Offer.Operation.Type
RESERVE = 2;
RESERVE_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
RESERVE = 2;
resourceOffers(SchedulerDriver, List<Protos.Offer>) - Method in interface org.apache.mesos.Scheduler
Invoked when resources have been offered to this framework.
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Update
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.InverseOffer
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Request
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Role
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SlaveInfo
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.AgentInfo
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.InverseOffer
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Request
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Role
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
RESOURCES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
RETRANSSEGS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
RETRANSSEGS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
REVIVE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
REVIVE = 5;
reviveOffers() - Method in class org.apache.mesos.MesosSchedulerDriver
 
reviveOffers() - Method in interface org.apache.mesos.SchedulerDriver
REVOCABLE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
REVOCABLE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
REVOCABLE_RESOURCES_VALUE - Static variable in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
REVOCABLE_RESOURCES = 1;
REVOCABLE_RESOURCES_VALUE - Static variable in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
REVOCABLE_RESOURCES = 1;
RO_VALUE - Static variable in enum org.apache.mesos.Protos.Volume.Mode
RO = 2;
RO_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Volume.Mode
RO = 2;
ROLE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
ROLE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
ROLE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.WeightInfo
 
ROLE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
ROLE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
ROLE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.WeightInfo
 
ROOT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
ROOT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
ROOT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
ROOT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
RTOALGORITHM_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
RTOALGORITHM_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
RTOMAX_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
RTOMAX_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
RTOMIN_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TcpStatistics
 
RTOMIN_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TcpStatistics
 
run() - Method in interface org.apache.mesos.ExecutorDriver
Starts and immediately joins (i.e., blocks on) the driver.
run() - Method in class org.apache.mesos.MesosExecutorDriver
 
run() - Method in class org.apache.mesos.MesosSchedulerDriver
 
run() - Method in interface org.apache.mesos.SchedulerDriver
Starts and immediately joins (i.e., blocks on) the driver.
RW_VALUE - Static variable in enum org.apache.mesos.Protos.Volume.Mode
RW = 1;
RW_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Volume.Mode
RW = 1;

S

SCALAR_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Attribute
 
SCALAR_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
SCALAR_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value
 
SCALAR_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Attribute
 
SCALAR_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
SCALAR_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value
 
SCALAR_VALUE - Static variable in enum org.apache.mesos.Protos.Value.Type
SCALAR = 0;
SCALAR_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Value.Type
SCALAR = 0;
Scheduler - Interface in org.apache.mesos
Callback interface to be implemented by frameworks' schedulers.
SchedulerDriver - Interface in org.apache.mesos
Abstract interface for connecting a scheduler to Mesos.
SCHEME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.URL
 
SCHEME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.URL
 
SECRET_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Credential
 
SECRET_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Credential
 
sendFrameworkMessage(byte[]) - Method in interface org.apache.mesos.ExecutorDriver
Sends a message to the framework scheduler.
sendFrameworkMessage(byte[]) - Method in class org.apache.mesos.MesosExecutorDriver
 
sendFrameworkMessage(Protos.ExecutorID, Protos.SlaveID, byte[]) - Method in class org.apache.mesos.MesosSchedulerDriver
 
sendFrameworkMessage(Protos.ExecutorID, Protos.SlaveID, byte[]) - Method in interface org.apache.mesos.SchedulerDriver
Sends a message from the framework to one of its executors.
sendStatusUpdate(Protos.TaskStatus) - Method in interface org.apache.mesos.ExecutorDriver
Sends a status update to the framework scheduler, retrying as necessary until an acknowledgement has been received or the executor is terminated (in which case, a TASK_LOST status update will be sent).
sendStatusUpdate(Protos.TaskStatus) - Method in class org.apache.mesos.MesosExecutorDriver
 
SET_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Attribute
 
SET_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
SET_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value
 
SET_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Attribute
 
SET_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
SET_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value
 
SET_VALUE - Static variable in enum org.apache.mesos.Protos.Value.Type
SET = 2;
SET_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Value.Type
SET = 2;
setAccept(Protos.Call.Accept) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
setAccept(Protos.Call.Accept.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Accept accept = 4;
setAcceptInverseOffers(Protos.Call.AcceptInverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
setAcceptInverseOffers(Protos.Call.AcceptInverseOffers.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.AcceptInverseOffers accept_inverse_offers = 13;
setAcknowledge(Protos.Call.Acknowledge) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
setAcknowledge(Protos.Call.Acknowledge.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Acknowledge acknowledge = 8;
setAcknowledged(Protos.Event.Acknowledged) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
setAcknowledged(Protos.Event.Acknowledged.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Acknowledged acknowledged = 3;
setActiveOpens(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
setActiveOpens(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 ActiveOpens = 5;
setAddress(Protos.Address) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
setAddress(Protos.Address.Builder) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional .mesos.Address address = 7;
setAddress(Protos.Address) - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
setAddress(Protos.Address.Builder) - Method in class org.apache.mesos.Protos.URL.Builder
required .mesos.Address address = 2;
setAddress(Protos.Address) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
setAddress(Protos.Address.Builder) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional .mesos.v1.Address address = 7;
setAddress(Protos.Address) - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
setAddress(Protos.Address.Builder) - Method in class org.apache.mesos.v1.Protos.URL.Builder
required .mesos.v1.Address address = 2;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.AgentID agent_id = 4;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.AgentID agent_id = 3;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.Protos.Request.Builder
optional .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.AgentID agent_id = 5;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.AgentID agent_id = 3;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.AgentID agent_id = 5;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.AgentID agent_id = 2;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
optional .mesos.v1.AgentID agent_id = 2;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.AgentID agent_id = 2;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
setAgentId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.AgentID agent_id = 1;
setAgentInfo(Protos.AgentInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
setAgentInfo(Protos.AgentInfo.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.AgentInfo agent_info = 3;
setAggregateDefaultCapacity(long) - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
setAggregateDefaultCapacity(long) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional uint64 aggregate_default_capacity = 3;
setAggregateDefaultQps(double) - Method in class org.apache.mesos.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
setAggregateDefaultQps(double) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
optional double aggregate_default_qps = 2;
setAlignmentFaults(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
setAlignmentFaults(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 alignment_faults = 20;
setAllocated(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
setAllocated(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.Resource allocated = 2;
setAllocated(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
setAllocated(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.Resource allocated = 2;
setAppc(Protos.Image.Appc) - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
setAppc(Protos.Image.Appc.Builder) - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Appc appc = 2;
setAppc(Protos.Image.Appc) - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
setAppc(Protos.Image.Appc.Builder) - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Appc appc = 2;
setArguments(int, String) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated string arguments = 7;
setArguments(int, String) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated string arguments = 7;
setAttemptFails(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
setAttemptFails(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 AttemptFails = 7;
setAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
setAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Attribute attributes = 7;
setAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
setAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Attribute attributes = 5;
setAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
setAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Attribute attributes = 5;
setAttributes(int, Protos.Attribute) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
setAttributes(int, Protos.Attribute.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Attribute attributes = 7;
setBacklog(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
setBacklog(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 backlog = 2;
setBegin(long) - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 begin = 1;
setBegin(long) - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 begin = 1;
setBranches(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
setBranches(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branches = 9;
setBranchLoadMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
setBranchLoadMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_load_misses = 47;
setBranchLoads(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
setBranchLoads(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_loads = 46;
setBranchMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
setBranchMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 branch_misses = 10;
setBuildDate(String) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_date = 2;
setBuildDate(String) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_date = 2;
setBuildDateBytes(ByteString) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_date = 2;
setBuildDateBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_date = 2;
setBuildTime(double) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional double build_time = 3;
setBuildTime(double) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional double build_time = 3;
setBuildUser(String) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_user = 4;
setBuildUser(String) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_user = 4;
setBuildUserBytes(ByteString) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string build_user = 4;
setBuildUserBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string build_user = 4;
setBusCycles(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
setBusCycles(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 bus_cycles = 11;
setBytes(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
setBytes(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 bytes = 3;
setCache(boolean) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
setCache(boolean) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool cache = 4;
setCached(boolean) - Method in class org.apache.mesos.Protos.Image.Builder
optional bool cached = 4 [default = true];
setCached(boolean) - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional bool cached = 4 [default = true];
setCacheMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
setCacheMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_misses = 8;
setCacheReferences(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
setCacheReferences(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cache_references = 7;
setCapabilities(int, Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
setCapabilities(int, Protos.FrameworkInfo.Capability.Builder) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
repeated .mesos.FrameworkInfo.Capability capabilities = 10;
setCapabilities(int, Protos.FrameworkInfo.Capability) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
setCapabilities(int, Protos.FrameworkInfo.Capability.Builder) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
repeated .mesos.v1.FrameworkInfo.Capability capabilities = 10;
setCapacity(long) - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional uint64 capacity = 3;
setCapacity(long) - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional uint64 capacity = 3;
setCgroupInfo(Protos.CgroupInfo) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
setCgroupInfo(Protos.CgroupInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional .mesos.CgroupInfo cgroup_info = 2;
setCgroupInfo(Protos.CgroupInfo) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
setCgroupInfo(Protos.CgroupInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional .mesos.v1.CgroupInfo cgroup_info = 2;
setCheckpoint(boolean) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional bool checkpoint = 8;
setCheckpoint(boolean) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
setCheckpoint(boolean) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional bool checkpoint = 7 [default = false];
setCheckpoint(boolean) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional bool checkpoint = 5 [default = false];
setClassid(int) - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
setClassid(int) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls.Builder
optional uint32 classid = 1;
setCommand(Protos.CommandInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
setCommand(Protos.CommandInfo.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.CommandInfo command = 7;
setCommand(Protos.CommandInfo) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
setCommand(Protos.CommandInfo.Builder) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.CommandInfo command = 7;
setCommand(Protos.CommandInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
setCommand(Protos.CommandInfo.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.CommandInfo command = 7;
setCommand(Protos.CommandInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
setCommand(Protos.CommandInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.CommandInfo command = 7;
setCommand(Protos.CommandInfo) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
setCommand(Protos.CommandInfo.Builder) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.CommandInfo command = 7;
setCommand(Protos.CommandInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
setCommand(Protos.CommandInfo.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.CommandInfo command = 7;
setConsecutiveFailures(int) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
setConsecutiveFailures(int) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional uint32 consecutive_failures = 5 [default = 3];
setContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
setContainer(Protos.ContainerInfo.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.ContainerInfo container = 11;
setContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
setContainer(Protos.ContainerInfo.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ContainerInfo container = 13;
setContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
setContainer(Protos.ContainerInfo.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ContainerInfo container = 9;
setContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
setContainer(Protos.ContainerInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.ContainerInfo container = 11;
setContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
setContainer(Protos.ContainerInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ContainerInfo container = 13;
setContainer(Protos.ContainerInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
setContainer(Protos.ContainerInfo.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ContainerInfo container = 9;
setContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Destroy.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Usage.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Wait.Builder
required .mesos.ContainerID container_id = 1;
setContainerId(Protos.ContainerID) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
setContainerId(Protos.ContainerID.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ContainerID container_id = 4;
setContainerId(Protos.ContainerID) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
setContainerId(Protos.ContainerID.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ContainerID container_id = 4;
setContainerPath(String) - Method in class org.apache.mesos.Protos.Volume.Builder
required string container_path = 1;
setContainerPath(String) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required string container_path = 1;
setContainerPathBytes(ByteString) - Method in class org.apache.mesos.Protos.Volume.Builder
required string container_path = 1;
setContainerPathBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required string container_path = 1;
setContainerPort(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
setContainerPort(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 container_port = 2;
setContainers(int, Protos.ContainerID) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
setContainers(int, Protos.ContainerID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Containers.Builder
repeated .mesos.ContainerID containers = 1;
setContainerStatus(Protos.ContainerStatus) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
setContainerStatus(Protos.ContainerStatus.Builder) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ContainerStatus container_status = 13;
setContainerStatus(Protos.ContainerStatus) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
setContainerStatus(Protos.ContainerStatus.Builder) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ContainerStatus container_status = 13;
setContextSwitches(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
setContextSwitches(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 context_switches = 18;
setCpuClock(double) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
setCpuClock(double) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double cpu_clock = 13;
setCpuMigrations(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
setCpuMigrations(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cpu_migrations = 19;
setCpusLimit(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
setCpusLimit(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_limit = 4;
setCpusNrPeriods(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
setCpusNrPeriods(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_periods = 7;
setCpusNrThrottled(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
setCpusNrThrottled(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 cpus_nr_throttled = 8;
setCpusSystemTimeSecs(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
setCpusSystemTimeSecs(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_system_time_secs = 3;
setCpusThrottledTimeSecs(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
setCpusThrottledTimeSecs(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_throttled_time_secs = 9;
setCpusUserTimeSecs(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
setCpusUserTimeSecs(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double cpus_user_time_secs = 2;
setCreate(Protos.Offer.Operation.Create) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
setCreate(Protos.Offer.Operation.Create.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Create create = 5;
setCreate(Protos.Offer.Operation.Create) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
setCreate(Protos.Offer.Operation.Create.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Create create = 5;
setCredential(Protos.Credential) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
setCredential(Protos.Credential.Builder) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
optional .mesos.Credential credential = 2;
setCredential(Protos.Credential) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
setCredential(Protos.Credential.Builder) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
optional .mesos.v1.Credential credential = 2;
setCredentials(int, Protos.Credential) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
setCredentials(int, Protos.Credential.Builder) - Method in class org.apache.mesos.Protos.Credentials.Builder
repeated .mesos.Credential credentials = 1;
setCredentials(int, Protos.Credential) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
setCredentials(int, Protos.Credential.Builder) - Method in class org.apache.mesos.v1.Protos.Credentials.Builder
repeated .mesos.v1.Credential credentials = 1;
setCurrEstab(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
setCurrEstab(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 CurrEstab = 9;
setCycles(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
setCycles(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 cycles = 3;
setData(ByteString) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional bytes data = 4;
setData(ByteString) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional bytes data = 6;
setData(ByteString) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes data = 3;
setData(ByteString) - Method in class org.apache.mesos.v1.executor.Protos.Call.Message.Builder
required bytes data = 2;
setData(ByteString) - Method in class org.apache.mesos.v1.executor.Protos.Event.Message.Builder
required bytes data = 1;
setData(ByteString) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional bytes data = 4;
setData(ByteString) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional bytes data = 6;
setData(ByteString) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes data = 3;
setData(ByteString) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required bytes data = 3;
setData(ByteString) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required bytes data = 3;
setDecline(Protos.Call.Decline) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
setDecline(Protos.Call.Decline.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Decline decline = 5;
setDeclineInverseOffers(Protos.Call.DeclineInverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
setDeclineInverseOffers(Protos.Call.DeclineInverseOffers.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.DeclineInverseOffers decline_inverse_offers = 14;
setDefaultTTL(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
setDefaultTTL(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 DefaultTTL = 2;
setDelaySeconds(double) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
setDelaySeconds(double) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double delay_seconds = 2 [default = 15];
setDestroy(Protos.Offer.Operation.Destroy) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
setDestroy(Protos.Offer.Operation.Destroy.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Destroy destroy = 6;
setDestroy(Protos.Offer.Operation.Destroy) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
setDestroy(Protos.Offer.Operation.Destroy.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Destroy destroy = 6;
setDirectory(String) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string directory = 4;
setDirectoryBytes(ByteString) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string directory = 4;
setDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
setDiscovery(Protos.DiscoveryInfo.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.DiscoveryInfo discovery = 11;
setDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.DiscoveryInfo discovery = 12;
setDiscovery(Protos.DiscoveryInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
setDiscovery(Protos.DiscoveryInfo.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.DiscoveryInfo discovery = 11;
setDisk(Protos.Resource.DiskInfo) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
setDisk(Protos.Resource.DiskInfo.Builder) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.DiskInfo disk = 7;
setDisk(Protos.Resource.DiskInfo) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
setDisk(Protos.Resource.DiskInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.DiskInfo disk = 7;
setDiskLimitBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
setDiskLimitBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_limit_bytes = 26;
setDiskUsedBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
setDiskUsedBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 disk_used_bytes = 27;
setDocker(Protos.ContainerInfo.DockerInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
setDocker(Protos.ContainerInfo.DockerInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo docker = 3;
setDocker(Protos.Image.Docker) - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
setDocker(Protos.Image.Docker.Builder) - Method in class org.apache.mesos.Protos.Image.Builder
optional .mesos.Image.Docker docker = 3;
setDocker(Protos.ContainerInfo.DockerInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
setDocker(Protos.ContainerInfo.DockerInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo docker = 3;
setDocker(Protos.Image.Docker) - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
setDocker(Protos.Image.Docker.Builder) - Method in class org.apache.mesos.v1.Protos.Image.Builder
optional .mesos.v1.Image.Docker docker = 3;
setDockerVolume(Protos.Volume.Source.DockerVolume) - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
setDockerVolume(Protos.Volume.Source.DockerVolume.Builder) - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.DockerVolume docker_volume = 2;
setDockerVolume(Protos.Volume.Source.DockerVolume) - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
setDockerVolume(Protos.Volume.Source.DockerVolume.Builder) - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.DockerVolume docker_volume = 2;
setDriver(String) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
setDriver(String) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
setDriverBytes(ByteString) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
setDriverBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional string driver = 1;
setDriverOptions(Protos.Parameters) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
setDriverOptions(Protos.Parameters.Builder) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.Parameters driver_options = 3;
setDriverOptions(Protos.Parameters) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
setDriverOptions(Protos.Parameters.Builder) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
optional .mesos.v1.Parameters driver_options = 3;
setDrops(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
setDrops(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 drops = 4;
setDtlbLoadMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
setDtlbLoadMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_load_misses = 39;
setDtlbLoads(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
setDtlbLoads(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_loads = 38;
setDtlbPrefetches(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
setDtlbPrefetches(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetches = 42;
setDtlbPrefetchMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
setDtlbPrefetchMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_prefetch_misses = 43;
setDtlbStoreMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
setDtlbStoreMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_store_misses = 41;
setDtlbStores(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
setDtlbStores(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 dtlb_stores = 40;
setDuration(double) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double duration = 2;
setDuration(Protos.DurationInfo) - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
setDuration(Protos.DurationInfo.Builder) - Method in class org.apache.mesos.Protos.Unavailability.Builder
optional .mesos.DurationInfo duration = 2;
setDuration(double) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double duration = 2;
setDuration(Protos.DurationInfo) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
setDuration(Protos.DurationInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
optional .mesos.v1.DurationInfo duration = 2;
setEmulationFaults(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
setEmulationFaults(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 emulation_faults = 21;
setEnd(long) - Method in class org.apache.mesos.Protos.Value.Range.Builder
required uint64 end = 2;
setEnd(long) - Method in class org.apache.mesos.v1.Protos.Value.Range.Builder
required uint64 end = 2;
setEnvironment(Protos.Environment) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
setEnvironment(Protos.Environment.Builder) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional .mesos.Environment environment = 2;
setEnvironment(String) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string environment = 3;
setEnvironment(Protos.Environment) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
setEnvironment(Protos.Environment.Builder) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional .mesos.v1.Environment environment = 2;
setEnvironment(String) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string environment = 3;
setEnvironmentBytes(ByteString) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string environment = 3;
setEnvironmentBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string environment = 3;
setError(Protos.Event.Error) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
setError(Protos.Event.Error.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Error error = 7;
setError(Protos.Event.Error) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
setError(Protos.Event.Error.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Error error = 8;
setEstabResets(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
setEstabResets(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 EstabResets = 8;
setExecutable(boolean) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
setExecutable(boolean) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool executable = 2;
setExecutor(Protos.ExecutorInfo) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
setExecutor(Protos.ExecutorInfo.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.ExecutorInfo executor = 5;
setExecutor(Protos.ExecutorInfo) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
setExecutor(Protos.ExecutorInfo.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.ExecutorInfo executor = 5;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
required .mesos.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.ExecutorID executor_id = 4;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.ExecutorID executor_id = 7;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
required .mesos.v1.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.ExecutorID executor_id = 4;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.ExecutorID executor_id = 7;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown.Builder
required .mesos.v1.ExecutorID executor_id = 1;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional .mesos.v1.ExecutorID executor_id = 2;
setExecutorId(Protos.ExecutorID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
setExecutorId(Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message.Builder
required .mesos.v1.ExecutorID executor_id = 2;
setExecutorIds(int, Protos.ExecutorID) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
setExecutorIds(int, Protos.ExecutorID.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.ExecutorID executor_ids = 6;
setExecutorIds(int, Protos.ExecutorID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
setExecutorIds(int, Protos.ExecutorID.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.ExecutorID executor_ids = 6;
setExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
setExecutorInfo(Protos.ExecutorInfo.Builder) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.ExecutorInfo executor_info = 3;
setExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
setExecutorInfo(Protos.ExecutorInfo.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
required .mesos.ExecutorInfo executor_info = 1;
setExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
setExecutorInfo(Protos.ExecutorInfo.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
setExecutorInfo(Protos.ExecutorInfo) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
setExecutorInfo(Protos.ExecutorInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
required .mesos.v1.ExecutorInfo executor_info = 1;
setExecutorPid(int) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
setExecutorPid(int) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
optional uint32 executor_pid = 3;
setExecutors(int, Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
setExecutors(int, Protos.ResourceUsage.Executor.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.ResourceUsage.Executor executors = 1;
setExecutors(int, Protos.ResourceUsage.Executor) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
setExecutors(int, Protos.ResourceUsage.Executor.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.ResourceUsage.Executor executors = 1;
setExtract(boolean) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
setExtract(boolean) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional bool extract = 3 [default = true];
setFailoverTimeout(double) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
setFailoverTimeout(double) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional double failover_timeout = 4 [default = 0];
setFailure(Protos.Event.Failure) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
setFailure(Protos.Event.Failure.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Failure failure = 7;
setFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
setFilters(Protos.Filters.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
optional .mesos.v1.Filters filters = 3;
setFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
setFilters(Protos.Filters.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
setFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
setFilters(Protos.Filters.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
optional .mesos.v1.Filters filters = 2;
setFilters(Protos.Filters) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
setFilters(Protos.Filters.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
optional .mesos.v1.Filters filters = 2;
setForcePullImage(boolean) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
setForcePullImage(boolean) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool force_pull_image = 6;
setForwarding(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
setForwarding(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 Forwarding = 1;
setForwDatagrams(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
setForwDatagrams(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ForwDatagrams = 6;
setFragCreates(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
setFragCreates(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragCreates = 19;
setFragFails(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
setFragFails(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragFails = 18;
setFragment(String) - Method in class org.apache.mesos.Protos.URL.Builder
optional string fragment = 5;
setFragment(String) - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string fragment = 5;
setFragmentBytes(ByteString) - Method in class org.apache.mesos.Protos.URL.Builder
optional string fragment = 5;
setFragmentBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string fragment = 5;
setFragOKs(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
setFragOKs(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 FragOKs = 17;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.FrameworkID framework_id = 8;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.FrameworkID framework_id = 2;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
required .mesos.v1.FrameworkID framework_id = 2;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.FrameworkID framework_id = 8;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.FrameworkID framework_id = 2;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.FrameworkID framework_id = 3;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.FrameworkID framework_id = 1;
setFrameworkId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
setFrameworkId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkID framework_id = 1;
setFrameworkInfo(Protos.FrameworkInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
setFrameworkInfo(Protos.FrameworkInfo.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed.Builder
required .mesos.v1.FrameworkInfo framework_info = 2;
setFrameworkInfo(Protos.FrameworkInfo) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
setFrameworkInfo(Protos.FrameworkInfo.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe.Builder
required .mesos.v1.FrameworkInfo framework_info = 1;
setFrameworks(int, Protos.FrameworkID) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
setFrameworks(int, Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.FrameworkID frameworks = 3;
setFrameworks(int, Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
setFrameworks(int, Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.FrameworkID frameworks = 3;
setGid(String) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string gid = 7;
setGid(String) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string gid = 7;
setGidBytes(ByteString) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string gid = 7;
setGidBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string gid = 7;
setGitBranch(String) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_branch = 6;
setGitBranch(String) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_branch = 6;
setGitBranchBytes(ByteString) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_branch = 6;
setGitBranchBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_branch = 6;
setGitSha(String) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_sha = 5;
setGitSha(String) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_sha = 5;
setGitShaBytes(ByteString) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_sha = 5;
setGitShaBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_sha = 5;
setGitTag(String) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_tag = 7;
setGitTag(String) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_tag = 7;
setGitTagBytes(ByteString) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
optional string git_tag = 7;
setGitTagBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
optional string git_tag = 7;
setGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
setGracePeriod(Protos.DurationInfo.Builder) - Method in class org.apache.mesos.Protos.KillPolicy.Builder
optional .mesos.DurationInfo grace_period = 1;
setGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
setGracePeriod(Protos.DurationInfo.Builder) - Method in class org.apache.mesos.v1.Protos.KillPolicy.Builder
optional .mesos.v1.DurationInfo grace_period = 1;
setGracePeriodSeconds(double) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
setGracePeriodSeconds(double) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double grace_period_seconds = 6 [default = 10];
setGroups(int, String) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated string groups = 3;
setGroups(int, String) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated string groups = 3;
setHealthCheck(Protos.HealthCheck) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
setHealthCheck(Protos.HealthCheck.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.HealthCheck health_check = 8;
setHealthCheck(Protos.HealthCheck) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
setHealthCheck(Protos.HealthCheck.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.HealthCheck health_check = 8;
setHealthy(boolean) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bool healthy = 8;
setHealthy(boolean) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bool healthy = 8;
setHeartbeatIntervalSeconds(double) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed.Builder
optional double heartbeat_interval_seconds = 2;
setHostname(String) - Method in class org.apache.mesos.Protos.Address.Builder
optional string hostname = 1;
setHostname(String) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional string hostname = 4;
setHostname(String) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string hostname = 7;
setHostname(String) - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string hostname = 1;
setHostname(String) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string hostname = 5;
setHostname(String) - Method in class org.apache.mesos.Protos.Offer.Builder
required string hostname = 4;
setHostname(String) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
required string hostname = 1;
setHostname(String) - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string hostname = 1;
setHostname(String) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
required string hostname = 1;
setHostname(String) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional string hostname = 4;
setHostname(String) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string hostname = 7;
setHostname(String) - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string hostname = 1;
setHostname(String) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string hostname = 5;
setHostname(String) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required string hostname = 4;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.Protos.Address.Builder
optional string hostname = 1;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional string hostname = 4;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string hostname = 7;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string hostname = 1;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string hostname = 5;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.Protos.Offer.Builder
required string hostname = 4;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
required string hostname = 1;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string hostname = 1;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
required string hostname = 1;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional string hostname = 4;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string hostname = 7;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string hostname = 1;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string hostname = 5;
setHostnameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required string hostname = 4;
setHostPath(String) - Method in class org.apache.mesos.Protos.Volume.Builder
optional string host_path = 2;
setHostPath(String) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional string host_path = 2;
setHostPathBytes(ByteString) - Method in class org.apache.mesos.Protos.Volume.Builder
optional string host_path = 2;
setHostPathBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional string host_path = 2;
setHostPort(int) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
setHostPort(int) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
required uint32 host_port = 1;
setHttp(Protos.HealthCheck.HTTP) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
setHttp(Protos.HealthCheck.HTTP.Builder) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional .mesos.HealthCheck.HTTP http = 1;
setHttp(Protos.HealthCheck.HTTP) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
setHttp(Protos.HealthCheck.HTTP.Builder) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional .mesos.v1.HealthCheck.HTTP http = 1;
setIcmpStats(Protos.IcmpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
setIcmpStats(Protos.IcmpStatistics.Builder) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IcmpStatistics icmp_stats = 2;
setIcmpStats(Protos.IcmpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
setIcmpStats(Protos.IcmpStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IcmpStatistics icmp_stats = 2;
setId(Protos.FrameworkID) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
setId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.FrameworkID id = 3;
setId(String) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional string id = 2;
setId(Protos.OfferID) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
setId(Protos.OfferID.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.OfferID id = 1;
setId(Protos.MachineID) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
setId(Protos.MachineID.Builder) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
required .mesos.MachineID id = 1;
setId(String) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required string id = 1;
setId(Protos.OfferID) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
setId(Protos.OfferID.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.OfferID id = 1;
setId(String) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
setId(Protos.TaskID) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
setId(Protos.TaskID.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.TaskID id = 2;
setId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
setId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional .mesos.SlaveID id = 6;
setId(String) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
required string id = 1;
setId(Protos.AgentID) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
setId(Protos.AgentID.Builder) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional .mesos.v1.AgentID id = 6;
setId(Protos.FrameworkID) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
setId(Protos.FrameworkID.Builder) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.FrameworkID id = 3;
setId(String) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional string id = 2;
setId(Protos.OfferID) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
setId(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.OfferID id = 1;
setId(Protos.MachineID) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
setId(Protos.MachineID.Builder) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
required .mesos.v1.MachineID id = 1;
setId(String) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required string id = 1;
setId(Protos.OfferID) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
setId(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
required .mesos.v1.OfferID id = 1;
setId(String) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
setId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
setId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required .mesos.v1.TaskID id = 2;
setId(String) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional string id = 2;
setIdBytes(ByteString) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional string id = 2;
setIdBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
required string id = 1;
setIgnoredMulti(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
setIgnoredMulti(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 IgnoredMulti = 8;
setImage(String) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
setImage(Protos.Image) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
setImage(Protos.Image.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.Image image = 1;
setImage(Protos.Image) - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
setImage(Protos.Image.Builder) - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Image image = 4;
setImage(String) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
setImage(Protos.Image) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
setImage(Protos.Image.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo.Builder
optional .mesos.v1.Image image = 1;
setImage(Protos.Image) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
setImage(Protos.Image.Builder) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Image image = 4;
setImageBytes(ByteString) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
setImageBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
required string image = 1;
setInAddrErrors(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
setInAddrErrors(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InAddrErrors = 5;
setInAddrMaskReps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
setInAddrMaskReps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMaskReps = 14;
setInAddrMasks(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
setInAddrMasks(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InAddrMasks = 13;
setInCsumErrors(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
setInCsumErrors(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
setInCsumErrors(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
setInCsumErrors(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InCsumErrors = 3;
setInCsumErrors(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InCsumErrors = 15;
setInCsumErrors(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InCsumErrors = 7;
setInDatagrams(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
setInDatagrams(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InDatagrams = 1;
setInDelivers(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
setInDelivers(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDelivers = 9;
setInDestUnreachs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
setInDestUnreachs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InDestUnreachs = 4;
setInDiscards(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
setInDiscards(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InDiscards = 8;
setInEchoReps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
setInEchoReps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchoReps = 10;
setInEchos(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
setInEchos(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InEchos = 9;
setInErrors(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
setInErrors(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
setInErrors(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InErrors = 2;
setInErrors(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 InErrors = 3;
setInErrs(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
setInErrs(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InErrs = 13;
setInHdrErrors(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
setInHdrErrors(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InHdrErrors = 4;
setInMsgs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
setInMsgs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InMsgs = 1;
setInParmProbs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
setInParmProbs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InParmProbs = 6;
setInReceives(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
setInReceives(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InReceives = 3;
setInRedirects(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
setInRedirects(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InRedirects = 8;
setInSegs(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
setInSegs(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 InSegs = 10;
setInSrcQuenchs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
setInSrcQuenchs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InSrcQuenchs = 7;
setInstructions(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
setInstructions(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 instructions = 6;
setIntervalSeconds(double) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
setIntervalSeconds(double) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double interval_seconds = 3 [default = 10];
setInTimeExcds(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
setInTimeExcds(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimeExcds = 5;
setInTimestampReps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
setInTimestampReps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestampReps = 12;
setInTimestamps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
setInTimestamps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 InTimestamps = 11;
setInUnknownProtos(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
setInUnknownProtos(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 InUnknownProtos = 7;
setInverseOfferId(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
setInverseOfferId(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer.Builder
required .mesos.v1.OfferID inverse_offer_id = 1;
setInverseOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
setInverseOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
setInverseOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
setInverseOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers.Builder
repeated .mesos.v1.OfferID inverse_offer_ids = 1;
setInverseOffers(Protos.Event.InverseOffers) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
setInverseOffers(Protos.Event.InverseOffers.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.InverseOffers inverse_offers = 9;
setInverseOffers(int, Protos.InverseOffer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
setInverseOffers(int, Protos.InverseOffer.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers.Builder
repeated .mesos.v1.InverseOffer inverse_offers = 1;
setIp(String) - Method in class org.apache.mesos.Protos.Address.Builder
optional string ip = 2;
setIp(String) - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string ip = 2;
setIp(int) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 ip = 2;
setIp(String) - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string ip = 2;
setIp(String) - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string ip = 2;
setIp(int) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 ip = 2;
setIpAddress(String) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
setIpAddress(String) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
setIpAddressBytes(ByteString) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
setIpAddressBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional string ip_address = 2;
setIpAddresses(int, Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
setIpAddresses(int, Protos.NetworkInfo.IPAddress.Builder) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
repeated .mesos.NetworkInfo.IPAddress ip_addresses = 5;
setIpAddresses(int, Protos.NetworkInfo.IPAddress) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
setIpAddresses(int, Protos.NetworkInfo.IPAddress.Builder) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
repeated .mesos.v1.NetworkInfo.IPAddress ip_addresses = 5;
setIpBytes(ByteString) - Method in class org.apache.mesos.Protos.Address.Builder
optional string ip = 2;
setIpBytes(ByteString) - Method in class org.apache.mesos.Protos.MachineID.Builder
optional string ip = 2;
setIpBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Address.Builder
optional string ip = 2;
setIpBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.MachineID.Builder
optional string ip = 2;
setIpStats(Protos.IpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
setIpStats(Protos.IpStatistics.Builder) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.IpStatistics ip_stats = 1;
setIpStats(Protos.IpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
setIpStats(Protos.IpStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.IpStatistics ip_stats = 1;
setItem(int, String) - Method in class org.apache.mesos.Protos.Value.Set.Builder
repeated string item = 1;
setItem(int, String) - Method in class org.apache.mesos.v1.Protos.Value.Set.Builder
repeated string item = 1;
setItlbLoadMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
setItlbLoadMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_load_misses = 45;
setItlbLoads(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
setItlbLoads(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 itlb_loads = 44;
setKey(String) - Method in class org.apache.mesos.Protos.Label.Builder
required string key = 1;
setKey(String) - Method in class org.apache.mesos.Protos.Parameter.Builder
required string key = 1;
setKey(String) - Method in class org.apache.mesos.v1.Protos.Label.Builder
required string key = 1;
setKey(String) - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string key = 1;
setKeyBytes(ByteString) - Method in class org.apache.mesos.Protos.Label.Builder
required string key = 1;
setKeyBytes(ByteString) - Method in class org.apache.mesos.Protos.Parameter.Builder
required string key = 1;
setKeyBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Label.Builder
required string key = 1;
setKeyBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string key = 1;
setKill(Protos.Event.Kill) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
setKill(Protos.Event.Kill.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Kill kill = 5;
setKill(Protos.Call.Kill) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
setKill(Protos.Call.Kill.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Kill kill = 6;
setKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
setKillPolicy(Protos.KillPolicy.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.KillPolicy kill_policy = 12;
setKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
setKillPolicy(Protos.KillPolicy.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 2;
setKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
setKillPolicy(Protos.KillPolicy.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.KillPolicy kill_policy = 12;
setKillPolicy(Protos.KillPolicy) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
setKillPolicy(Protos.KillPolicy.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
optional .mesos.v1.KillPolicy kill_policy = 3;
setL1DcacheLoadMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
setL1DcacheLoadMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_load_misses = 23;
setL1DcacheLoads(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
setL1DcacheLoads(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_loads = 22;
setL1DcachePrefetches(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
setL1DcachePrefetches(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetches = 26;
setL1DcachePrefetchMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
setL1DcachePrefetchMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_prefetch_misses = 27;
setL1DcacheStoreMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
setL1DcacheStoreMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_store_misses = 25;
setL1DcacheStores(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
setL1DcacheStores(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_dcache_stores = 24;
setL1IcacheLoadMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
setL1IcacheLoadMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_load_misses = 29;
setL1IcacheLoads(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
setL1IcacheLoads(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_loads = 28;
setL1IcachePrefetches(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
setL1IcachePrefetches(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetches = 30;
setL1IcachePrefetchMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
setL1IcachePrefetchMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 l1_icache_prefetch_misses = 31;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Labels labels = 7;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.Labels labels = 14;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional .mesos.Labels labels = 11;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
optional .mesos.Labels labels = 3;
setLabels(int, Protos.Label) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
setLabels(int, Protos.Label.Builder) - Method in class org.apache.mesos.Protos.Labels.Builder
repeated .mesos.Label labels = 1;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional .mesos.Labels labels = 4;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.Labels labels = 5;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional .mesos.Labels labels = 2;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.Labels labels = 4;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.Labels labels = 11;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
optional .mesos.Labels labels = 10;
setLabels(Protos.Labels) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.Labels labels = 12;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Labels labels = 7;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.Labels labels = 14;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional .mesos.v1.Labels labels = 11;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
optional .mesos.v1.Labels labels = 3;
setLabels(int, Protos.Label) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
setLabels(int, Protos.Label.Builder) - Method in class org.apache.mesos.v1.Protos.Labels.Builder
repeated .mesos.v1.Label labels = 1;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional .mesos.v1.Labels labels = 4;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.Labels labels = 5;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional .mesos.v1.Labels labels = 2;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
optional .mesos.v1.Labels labels = 4;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.Labels labels = 11;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
optional .mesos.v1.Labels labels = 10;
setLabels(Protos.Labels) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
setLabels(Protos.Labels.Builder) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.Labels labels = 12;
setLaunch(Protos.Offer.Operation.Launch) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
setLaunch(Protos.Offer.Operation.Launch.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Launch launch = 2;
setLaunch(Protos.Event.Launch) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
setLaunch(Protos.Event.Launch.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Launch launch = 4;
setLaunch(Protos.Offer.Operation.Launch) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
setLaunch(Protos.Offer.Operation.Launch.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Launch launch = 2;
setLimits(int, Protos.RateLimit) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
setLimits(int, Protos.RateLimit.Builder) - Method in class org.apache.mesos.Protos.RateLimits.Builder
repeated .mesos.RateLimit limits = 1;
setLimits(int, Protos.RateLimit) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
setLimits(int, Protos.RateLimit.Builder) - Method in class org.apache.mesos.v1.Protos.RateLimits.Builder
repeated .mesos.v1.RateLimit limits = 1;
setLlcLoadMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
setLlcLoadMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_load_misses = 33;
setLlcLoads(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
setLlcLoads(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_loads = 32;
setLlcPrefetches(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
setLlcPrefetches(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetches = 36;
setLlcPrefetchMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
setLlcPrefetchMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_prefetch_misses = 37;
setLlcStoreMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
setLlcStoreMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_store_misses = 35;
setLlcStores(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
setLlcStores(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 llc_stores = 34;
setLocation(String) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string location = 4;
setLocation(String) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string location = 4;
setLocationBytes(ByteString) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string location = 4;
setLocationBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string location = 4;
setMajorFaults(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
setMajorFaults(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 major_faults = 17;
setMaxConn(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
setMaxConn(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 MaxConn = 4;
setMemAnonBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
setMemAnonBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_anon_bytes = 11;
setMemCacheBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
setMemCacheBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_cache_bytes = 39;
setMemCriticalPressureCounter(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
setMemCriticalPressureCounter(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_critical_pressure_counter = 34;
setMemFileBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
setMemFileBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_file_bytes = 10;
setMemLimitBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
setMemLimitBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_limit_bytes = 6;
setMemLowPressureCounter(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
setMemLowPressureCounter(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_low_pressure_counter = 32;
setMemMappedFileBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
setMemMappedFileBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_mapped_file_bytes = 12;
setMemMediumPressureCounter(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
setMemMediumPressureCounter(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_medium_pressure_counter = 33;
setMemRssBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
setMemRssBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_rss_bytes = 5;
setMemSoftLimitBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
setMemSoftLimitBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_soft_limit_bytes = 38;
setMemSwapBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
setMemSwapBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_swap_bytes = 40;
setMemTotalBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
setMemTotalBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_bytes = 36;
setMemTotalMemswBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
setMemTotalMemswBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_total_memsw_bytes = 37;
setMemUnevictableBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
setMemUnevictableBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 mem_unevictable_bytes = 41;
setMesos(Protos.ContainerInfo.MesosInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
setMesos(Protos.ContainerInfo.MesosInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
optional .mesos.ContainerInfo.MesosInfo mesos = 5;
setMesos(Protos.ContainerInfo.MesosInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
setMesos(Protos.ContainerInfo.MesosInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
optional .mesos.v1.ContainerInfo.MesosInfo mesos = 5;
setMessage(String) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional string message = 2;
setMessage(String) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional string message = 4;
setMessage(Protos.Call.Message) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
setMessage(Protos.Call.Message.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Message message = 6;
setMessage(Protos.Event.Message) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
setMessage(Protos.Event.Message.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Message message = 6;
setMessage(String) - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
required string message = 1;
setMessage(String) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional string message = 4;
setMessage(Protos.Call.Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
setMessage(Protos.Call.Message.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Message message = 10;
setMessage(Protos.Event.Message) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
setMessage(Protos.Event.Message.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Message message = 6;
setMessage(String) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
required string message = 1;
setMessageBytes(ByteString) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional string message = 2;
setMessageBytes(ByteString) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional string message = 4;
setMessageBytes(ByteString) - Method in class org.apache.mesos.v1.executor.Protos.Event.Error.Builder
required string message = 1;
setMessageBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional string message = 4;
setMessageBytes(ByteString) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error.Builder
required string message = 1;
setMinorFaults(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
setMinorFaults(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 minor_faults = 16;
setMode(int) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint32 mode = 5;
setMode(Protos.MachineInfo.Mode) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.MachineInfo.Mode mode = 2;
setMode(Protos.Volume.Mode) - Method in class org.apache.mesos.Protos.Volume.Builder
required .mesos.Volume.Mode mode = 3;
setMode(int) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint32 mode = 5;
setMode(Protos.MachineInfo.Mode) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.MachineInfo.Mode mode = 2;
setMode(Protos.Volume.Mode) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
required .mesos.v1.Volume.Mode mode = 3;
setMount(Protos.Resource.DiskInfo.Source.Mount) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
setMount(Protos.Resource.DiskInfo.Source.Mount.Builder) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Mount mount = 3;
setMount(Protos.Resource.DiskInfo.Source.Mount) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
setMount(Protos.Resource.DiskInfo.Source.Mount.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Mount mount = 3;
setMtime(Protos.TimeInfo) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
setMtime(Protos.TimeInfo.Builder) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional .mesos.TimeInfo mtime = 4;
setMtime(Protos.TimeInfo) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
setMtime(Protos.TimeInfo.Builder) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional .mesos.v1.TimeInfo mtime = 4;
setName(String) - Method in class org.apache.mesos.Protos.Attribute.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string name = 2;
setName(String) - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional string name = 9;
setName(String) - Method in class org.apache.mesos.Protos.Flag.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string name = 2;
setName(String) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.Metric.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional string name = 6;
setName(String) - Method in class org.apache.mesos.Protos.Port.Builder
optional string name = 2;
setName(String) - Method in class org.apache.mesos.Protos.Resource.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.Role.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.Task.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
setName(String) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string name = 2;
setName(String) - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional string name = 9;
setName(String) - Method in class org.apache.mesos.v1.Protos.Flag.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string name = 2;
setName(String) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.Metric.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional string name = 6;
setName(String) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string name = 2;
setName(String) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.Role.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required string name = 1;
setName(String) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Attribute.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional string name = 9;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Flag.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Image.Appc.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Image.Docker.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Metric.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.NetworkInfo.Builder
optional string name = 6;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Port.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Resource.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Role.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Task.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional string name = 9;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Flag.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Image.Appc.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Image.Docker.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Metric.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.Builder
optional string name = 6;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Role.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume.Builder
required string name = 2;
setNanoseconds(long) - Method in class org.apache.mesos.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
setNanoseconds(long) - Method in class org.apache.mesos.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
setNanoseconds(long) - Method in class org.apache.mesos.v1.Protos.DurationInfo.Builder
required int64 nanoseconds = 1;
setNanoseconds(long) - Method in class org.apache.mesos.v1.Protos.TimeInfo.Builder
required int64 nanoseconds = 1;
setNetCls(Protos.CgroupInfo.NetCls) - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
setNetCls(Protos.CgroupInfo.NetCls.Builder) - Method in class org.apache.mesos.Protos.CgroupInfo.Builder
optional .mesos.CgroupInfo.NetCls net_cls = 1;
setNetCls(Protos.CgroupInfo.NetCls) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
setNetCls(Protos.CgroupInfo.NetCls.Builder) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.Builder
optional .mesos.v1.CgroupInfo.NetCls net_cls = 1;
setNetRxBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
setNetRxBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_bytes = 15;
setNetRxDropped(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
setNetRxDropped(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_dropped = 17;
setNetRxErrors(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
setNetRxErrors(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_errors = 16;
setNetRxPackets(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
setNetRxPackets(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_rx_packets = 14;
setNetSnmpStatistics(Protos.SNMPStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
setNetSnmpStatistics(Protos.SNMPStatistics.Builder) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.SNMPStatistics net_snmp_statistics = 42;
setNetSnmpStatistics(Protos.SNMPStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
setNetSnmpStatistics(Protos.SNMPStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.SNMPStatistics net_snmp_statistics = 42;
setNetTcpActiveConnections(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
setNetTcpActiveConnections(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_active_connections = 28;
setNetTcpRttMicrosecsP50(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
setNetTcpRttMicrosecsP50(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p50 = 22;
setNetTcpRttMicrosecsP90(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
setNetTcpRttMicrosecsP90(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p90 = 23;
setNetTcpRttMicrosecsP95(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
setNetTcpRttMicrosecsP95(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p95 = 24;
setNetTcpRttMicrosecsP99(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
setNetTcpRttMicrosecsP99(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_rtt_microsecs_p99 = 25;
setNetTcpTimeWaitConnections(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
setNetTcpTimeWaitConnections(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional double net_tcp_time_wait_connections = 29;
setNetTrafficControlStatistics(int, Protos.TrafficControlStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
setNetTrafficControlStatistics(int, Protos.TrafficControlStatistics.Builder) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
repeated .mesos.TrafficControlStatistics net_traffic_control_statistics = 35;
setNetTrafficControlStatistics(int, Protos.TrafficControlStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
setNetTrafficControlStatistics(int, Protos.TrafficControlStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
repeated .mesos.v1.TrafficControlStatistics net_traffic_control_statistics = 35;
setNetTxBytes(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
setNetTxBytes(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_bytes = 19;
setNetTxDropped(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
setNetTxDropped(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_dropped = 21;
setNetTxErrors(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
setNetTxErrors(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_errors = 20;
setNetTxPackets(long) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
setNetTxPackets(long) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint64 net_tx_packets = 18;
setNetwork(Protos.ContainerInfo.DockerInfo.Network) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
setNetwork(Protos.ContainerInfo.DockerInfo.Network) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional .mesos.v1.ContainerInfo.DockerInfo.Network network = 2 [default = HOST];
setNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
setNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.NetworkInfo network_infos = 7;
setNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
setNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.Protos.ContainerStatus.Builder
repeated .mesos.NetworkInfo network_infos = 1;
setNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
setNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.NetworkInfo network_infos = 7;
setNetworkInfos(int, Protos.NetworkInfo) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
setNetworkInfos(int, Protos.NetworkInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerStatus.Builder
repeated .mesos.v1.NetworkInfo network_infos = 1;
setNlink(int) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional int32 nlink = 2;
setNlink(int) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional int32 nlink = 2;
setNodeLoadMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
setNodeLoadMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_load_misses = 49;
setNodeLoads(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
setNodeLoads(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_loads = 48;
setNodePrefetches(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
setNodePrefetches(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetches = 52;
setNodePrefetchMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
setNodePrefetchMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_prefetch_misses = 53;
setNodeStoreMisses(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
setNodeStoreMisses(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_store_misses = 51;
setNodeStores(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
setNodeStores(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 node_stores = 50;
setNoPorts(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
setNoPorts(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 NoPorts = 2;
setNumber(int) - Method in class org.apache.mesos.Protos.Port.Builder
required uint32 number = 1;
setNumber(int) - Method in class org.apache.mesos.v1.Protos.Port.Builder
required uint32 number = 1;
setOfferId(Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
setOfferId(Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind.Builder
required .mesos.v1.OfferID offer_id = 1;
setOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
setOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
setOfferIds(int, Protos.OfferID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
setOfferIds(int, Protos.OfferID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline.Builder
repeated .mesos.v1.OfferID offer_ids = 1;
setOffers(Protos.Event.Offers) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
setOffers(Protos.Event.Offers.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Offers offers = 3;
setOffers(int, Protos.Offer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
setOffers(int, Protos.Offer.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers.Builder
repeated .mesos.v1.Offer offers = 1;
setOperations(int, Protos.Offer.Operation) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
setOperations(int, Protos.Offer.Operation.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept.Builder
repeated .mesos.v1.Offer.Operation operations = 2;
setOutAddrMaskReps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
setOutAddrMaskReps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMaskReps = 27;
setOutAddrMasks(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
setOutAddrMasks(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutAddrMasks = 26;
setOutDatagrams(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
setOutDatagrams(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 OutDatagrams = 4;
setOutDestUnreachs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
setOutDestUnreachs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutDestUnreachs = 17;
setOutDiscards(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
setOutDiscards(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutDiscards = 11;
setOutEchoReps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
setOutEchoReps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchoReps = 23;
setOutEchos(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
setOutEchos(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutEchos = 22;
setOutErrors(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
setOutErrors(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutErrors = 16;
setOutMsgs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
setOutMsgs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutMsgs = 15;
setOutNoRoutes(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
setOutNoRoutes(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutNoRoutes = 12;
setOutParmProbs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
setOutParmProbs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutParmProbs = 19;
setOutputFile(String) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
setOutputFile(String) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
setOutputFileBytes(ByteString) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
setOutputFileBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
optional string output_file = 5;
setOutRedirects(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
setOutRedirects(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutRedirects = 21;
setOutRequests(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
setOutRequests(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 OutRequests = 10;
setOutRsts(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
setOutRsts(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutRsts = 14;
setOutSegs(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
setOutSegs(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 OutSegs = 11;
setOutSrcQuenchs(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
setOutSrcQuenchs(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutSrcQuenchs = 20;
setOutTimeExcds(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
setOutTimeExcds(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimeExcds = 18;
setOutTimestampReps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
setOutTimestampReps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestampReps = 25;
setOutTimestamps(long) - Method in class org.apache.mesos.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
setOutTimestamps(long) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics.Builder
optional int64 OutTimestamps = 24;
setOverlimits(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
setOverlimits(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 overlimits = 5;
setPackets(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
setPackets(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 packets = 6;
setPageFaults(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
setPageFaults(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 page_faults = 15;
setParameter(int, Protos.Parameter) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
setParameter(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.Parameters.Builder
repeated .mesos.Parameter parameter = 1;
setParameter(int, Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
setParameter(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.Parameters.Builder
repeated .mesos.v1.Parameter parameter = 1;
setParameters(int, Protos.Parameter) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
setParameters(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.Parameter parameters = 5;
setParameters(int, Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
setParameters(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.Parameter parameters = 5;
setPassiveOpens(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
setPassiveOpens(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 PassiveOpens = 6;
setPath(String) - Method in class org.apache.mesos.Protos.FileInfo.Builder
required string path = 1;
setPath(String) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
setPath(Protos.Resource.DiskInfo.Source.Path) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
setPath(Protos.Resource.DiskInfo.Source.Path.Builder) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.Resource.DiskInfo.Source.Path path = 2;
setPath(String) - Method in class org.apache.mesos.Protos.URL.Builder
optional string path = 3;
setPath(String) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
required string path = 1;
setPath(String) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
setPath(Protos.Resource.DiskInfo.Source.Path) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
setPath(Protos.Resource.DiskInfo.Source.Path.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
optional .mesos.v1.Resource.DiskInfo.Source.Path path = 2;
setPath(String) - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string path = 3;
setPathBytes(ByteString) - Method in class org.apache.mesos.Protos.FileInfo.Builder
required string path = 1;
setPathBytes(ByteString) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
setPathBytes(ByteString) - Method in class org.apache.mesos.Protos.URL.Builder
optional string path = 3;
setPathBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
required string path = 1;
setPathBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
optional string path = 2 [default = "/"];
setPathBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.URL.Builder
optional string path = 3;
setPerf(Protos.PerfStatistics) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
setPerf(Protos.PerfStatistics.Builder) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional .mesos.PerfStatistics perf = 13;
setPerf(Protos.PerfStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
setPerf(Protos.PerfStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional .mesos.v1.PerfStatistics perf = 13;
setPersistence(Protos.Resource.DiskInfo.Persistence) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
setPersistence(Protos.Resource.DiskInfo.Persistence.Builder) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Persistence persistence = 1;
setPersistence(Protos.Resource.DiskInfo.Persistence) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
setPersistence(Protos.Resource.DiskInfo.Persistence.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Persistence persistence = 1;
setPid(String) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string pid = 4;
setPid(String) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string pid = 4;
setPidBytes(ByteString) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string pid = 4;
setPidBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string pid = 4;
setPort(int) - Method in class org.apache.mesos.Protos.Address.Builder
required int32 port = 3;
setPort(int) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
setPort(int) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
setPort(int) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
optional int32 port = 8 [default = 5051];
setPort(int) - Method in class org.apache.mesos.v1.Protos.Address.Builder
required int32 port = 3;
setPort(int) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
optional int32 port = 8 [default = 5051];
setPort(int) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
required uint32 port = 1;
setPort(int) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
required uint32 port = 3 [default = 5050];
setPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
setPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
setPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
setPortMappings(int, Protos.ContainerInfo.DockerInfo.PortMapping.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
repeated .mesos.v1.ContainerInfo.DockerInfo.PortMapping port_mappings = 3;
setPorts(Protos.Ports) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
setPorts(Protos.Ports.Builder) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional .mesos.Ports ports = 6;
setPorts(int, Protos.Port) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
setPorts(int, Protos.Port.Builder) - Method in class org.apache.mesos.Protos.Ports.Builder
repeated .mesos.Port ports = 1;
setPorts(Protos.Ports) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
setPorts(Protos.Ports.Builder) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional .mesos.v1.Ports ports = 6;
setPorts(int, Protos.Port) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
setPorts(int, Protos.Port.Builder) - Method in class org.apache.mesos.v1.Protos.Ports.Builder
repeated .mesos.v1.Port ports = 1;
setPrincipal(String) - Method in class org.apache.mesos.Protos.Credential.Builder
required string principal = 1;
setPrincipal(String) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string principal = 8;
setPrincipal(String) - Method in class org.apache.mesos.Protos.RateLimit.Builder
required string principal = 2;
setPrincipal(String) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
setPrincipal(String) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
setPrincipal(String) - Method in class org.apache.mesos.v1.Protos.Credential.Builder
required string principal = 1;
setPrincipal(String) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string principal = 8;
setPrincipal(String) - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
required string principal = 2;
setPrincipal(String) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
setPrincipal(String) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.Protos.Credential.Builder
required string principal = 1;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string principal = 8;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.Protos.RateLimit.Builder
required string principal = 2;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Credential.Builder
required string principal = 1;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string principal = 8;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
required string principal = 2;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence.Builder
optional string principal = 2;
setPrincipalBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo.Builder
optional string principal = 1;
setPrivileged(boolean) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
setPrivileged(boolean) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
optional bool privileged = 4 [default = false];
setProcesses(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
setProcesses(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 processes = 30;
setProtocol(String) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
setProtocol(Protos.NetworkInfo.Protocol) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.NetworkInfo.Protocol protocol = 1;
setProtocol(String) - Method in class org.apache.mesos.Protos.Port.Builder
optional string protocol = 3;
setProtocol(String) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
setProtocol(Protos.NetworkInfo.Protocol) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress.Builder
optional .mesos.v1.NetworkInfo.Protocol protocol = 1;
setProtocol(String) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string protocol = 3;
setProtocolBytes(ByteString) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
setProtocolBytes(ByteString) - Method in class org.apache.mesos.Protos.Port.Builder
optional string protocol = 3;
setProtocolBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping.Builder
optional string protocol = 3;
setProtocolBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional string protocol = 3;
setQlen(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
setQlen(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 qlen = 7;
setQps(double) - Method in class org.apache.mesos.Protos.RateLimit.Builder
optional double qps = 1;
setQps(double) - Method in class org.apache.mesos.v1.Protos.RateLimit.Builder
optional double qps = 1;
setQuery(int, Protos.Parameter) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
setQuery(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.Protos.URL.Builder
repeated .mesos.Parameter query = 4;
setQuery(int, Protos.Parameter) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
setQuery(int, Protos.Parameter.Builder) - Method in class org.apache.mesos.v1.Protos.URL.Builder
repeated .mesos.v1.Parameter query = 4;
setRange(int, Protos.Value.Range) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
setRange(int, Protos.Value.Range.Builder) - Method in class org.apache.mesos.Protos.Value.Ranges.Builder
repeated .mesos.Value.Range range = 1;
setRange(int, Protos.Value.Range) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
setRange(int, Protos.Value.Range.Builder) - Method in class org.apache.mesos.v1.Protos.Value.Ranges.Builder
repeated .mesos.v1.Value.Range range = 1;
setRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges.Builder) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges.Builder) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
setRanges(Protos.Value.Ranges.Builder) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Ranges ranges = 3;
setRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges.Builder) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Ranges ranges = 4;
setRanges(Protos.Value.Ranges) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
setRanges(Protos.Value.Ranges.Builder) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Ranges ranges = 3;
setRatebps(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
setRatebps(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratebps = 8;
setRatepps(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
setRatepps(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 ratepps = 9;
setRcvbufErrors(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
setRcvbufErrors(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 RcvbufErrors = 5;
setReasmFails(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
setReasmFails(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmFails = 16;
setReasmOKs(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
setReasmOKs(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmOKs = 15;
setReasmReqds(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
setReasmReqds(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmReqds = 14;
setReasmTimeout(long) - Method in class org.apache.mesos.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
setReasmTimeout(long) - Method in class org.apache.mesos.v1.Protos.IpStatistics.Builder
optional int64 ReasmTimeout = 13;
setReason(Protos.TaskStatus.Reason) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Reason reason = 10;
setReason(Protos.TaskStatus.Reason) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Reason reason = 10;
setReasons(int, Protos.TaskStatus.Reason) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
repeated .mesos.TaskStatus.Reason reasons = 5;
setReconcile(Protos.Call.Reconcile) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
setReconcile(Protos.Call.Reconcile.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Reconcile reconcile = 9;
setRefCycles(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
setRefCycles(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 ref_cycles = 12;
setRefuseSeconds(double) - Method in class org.apache.mesos.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
setRefuseSeconds(double) - Method in class org.apache.mesos.v1.Protos.Filters.Builder
optional double refuse_seconds = 1 [default = 5];
setRequest(Protos.Call.Request) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
setRequest(Protos.Call.Request.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Request request = 11;
setRequests(int, Protos.Request) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
setRequests(int, Protos.Request.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request.Builder
repeated .mesos.v1.Request requests = 1;
setRequeues(long) - Method in class org.apache.mesos.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
setRequeues(long) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics.Builder
optional uint64 requeues = 10;
setRescind(Protos.Event.Rescind) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
setRescind(Protos.Event.Rescind.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Rescind rescind = 4;
setRescindInverseOffer(Protos.Event.RescindInverseOffer) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
setRescindInverseOffer(Protos.Event.RescindInverseOffer.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.RescindInverseOffer rescind_inverse_offer = 10;
setReservation(Protos.Resource.ReservationInfo) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
setReservation(Protos.Resource.ReservationInfo.Builder) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.ReservationInfo reservation = 8;
setReservation(Protos.Resource.ReservationInfo) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
setReservation(Protos.Resource.ReservationInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.ReservationInfo reservation = 8;
setReserve(Protos.Offer.Operation.Reserve) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
setReserve(Protos.Offer.Operation.Reserve.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Reserve reserve = 3;
setReserve(Protos.Offer.Operation.Reserve) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
setReserve(Protos.Offer.Operation.Reserve.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Reserve reserve = 3;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.containerizer.Protos.Update.Builder
repeated .mesos.Resource resources = 2;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
repeated .mesos.Resource resources = 5;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
repeated .mesos.Resource resources = 6;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
repeated .mesos.Resource resources = 5;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.Resource resources = 1;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.Resource resources = 1;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Request.Builder
repeated .mesos.Resource resources = 2;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.Resource resources = 3;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Role.Builder
repeated .mesos.Resource resources = 4;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.SlaveInfo.Builder
repeated .mesos.Resource resources = 3;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.Resource resources = 7;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
repeated .mesos.Resource resources = 4;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.AgentInfo.Builder
repeated .mesos.v1.Resource resources = 3;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
repeated .mesos.v1.Resource resources = 5;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
repeated .mesos.v1.Resource resources = 6;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
repeated .mesos.v1.Resource resources = 5;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve.Builder
repeated .mesos.v1.Resource resources = 1;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve.Builder
repeated .mesos.v1.Resource resources = 1;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Request.Builder
repeated .mesos.v1.Resource resources = 2;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task.Builder
repeated .mesos.v1.Resource resources = 3;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Role.Builder
repeated .mesos.v1.Resource resources = 4;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.Resource resources = 7;
setResources(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
setResources(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
repeated .mesos.v1.Resource resources = 4;
setRetransSegs(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
setRetransSegs(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RetransSegs = 12;
setRevocable(Protos.Resource.RevocableInfo) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
setRevocable(Protos.Resource.RevocableInfo.Builder) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Resource.RevocableInfo revocable = 9;
setRevocable(Protos.Resource.RevocableInfo) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
setRevocable(Protos.Resource.RevocableInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Resource.RevocableInfo revocable = 9;
setRole(String) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
setRole(String) - Method in class org.apache.mesos.Protos.Resource.Builder
optional string role = 6 [default = "*"];
setRole(String) - Method in class org.apache.mesos.Protos.WeightInfo.Builder
optional string role = 2;
setRole(String) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
setRole(String) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional string role = 6 [default = "*"];
setRole(String) - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
optional string role = 2;
setRoleBytes(ByteString) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
setRoleBytes(ByteString) - Method in class org.apache.mesos.Protos.Resource.Builder
optional string role = 6 [default = "*"];
setRoleBytes(ByteString) - Method in class org.apache.mesos.Protos.WeightInfo.Builder
optional string role = 2;
setRoleBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string role = 6 [default = "*"];
setRoleBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional string role = 6 [default = "*"];
setRoleBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
optional string role = 2;
setRoot(String) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
setRoot(String) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
setRoot(String) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
setRoot(String) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
setRootBytes(ByteString) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
setRootBytes(ByteString) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
setRootBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount.Builder
required string root = 1;
setRootBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path.Builder
required string root = 1;
setRtoAlgorithm(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
setRtoAlgorithm(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoAlgorithm = 1;
setRtoMax(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
setRtoMax(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMax = 3;
setRtoMin(long) - Method in class org.apache.mesos.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
setRtoMin(long) - Method in class org.apache.mesos.v1.Protos.TcpStatistics.Builder
optional int64 RtoMin = 2;
setScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar.Builder) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar.Builder) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
setScalar(Protos.Value.Scalar.Builder) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Scalar scalar = 2;
setScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar.Builder) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Scalar scalar = 3;
setScalar(Protos.Value.Scalar) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
setScalar(Protos.Value.Scalar.Builder) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Scalar scalar = 2;
setScheme(String) - Method in class org.apache.mesos.Protos.URL.Builder
required string scheme = 1;
setScheme(String) - Method in class org.apache.mesos.v1.Protos.URL.Builder
required string scheme = 1;
setSchemeBytes(ByteString) - Method in class org.apache.mesos.Protos.URL.Builder
required string scheme = 1;
setSchemeBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.URL.Builder
required string scheme = 1;
setSecret(String) - Method in class org.apache.mesos.Protos.Credential.Builder
optional string secret = 2;
setSecret(String) - Method in class org.apache.mesos.v1.Protos.Credential.Builder
optional string secret = 2;
setSecretBytes(ByteString) - Method in class org.apache.mesos.Protos.Credential.Builder
optional string secret = 2;
setSecretBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Credential.Builder
optional string secret = 2;
setSet(Protos.Value.Set) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
setSet(Protos.Value.Set.Builder) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Set set = 6;
setSet(Protos.Value.Set) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
setSet(Protos.Value.Set.Builder) - Method in class org.apache.mesos.Protos.Resource.Builder
optional .mesos.Value.Set set = 5;
setSet(Protos.Value.Set) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
setSet(Protos.Value.Set.Builder) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Set set = 4;
setSet(Protos.Value.Set) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
setSet(Protos.Value.Set.Builder) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Set set = 6;
setSet(Protos.Value.Set) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
setSet(Protos.Value.Set.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
optional .mesos.v1.Value.Set set = 5;
setSet(Protos.Value.Set) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
setSet(Protos.Value.Set.Builder) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Set set = 4;
setShell(boolean) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
setShell(boolean) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional bool shell = 6 [default = true];
setShutdown(Protos.Call.Shutdown) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
setShutdown(Protos.Call.Shutdown.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Shutdown shutdown = 7;
setShutdownGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
setShutdownGracePeriod(Protos.DurationInfo.Builder) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
optional .mesos.DurationInfo shutdown_grace_period = 13;
setShutdownGracePeriod(Protos.DurationInfo) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
setShutdownGracePeriod(Protos.DurationInfo.Builder) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
optional .mesos.v1.DurationInfo shutdown_grace_period = 13;
setSize(long) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional uint64 size = 3;
setSize(long) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional uint64 size = 3;
setSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
setSlaveId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.SlaveID slave_id = 6;
setSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
setSlaveId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.SlaveID slave_id = 4;
setSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
setSlaveId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
required .mesos.SlaveID slave_id = 3;
setSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
setSlaveId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.Protos.Request.Builder
optional .mesos.SlaveID slave_id = 1;
setSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
setSlaveId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.SlaveID slave_id = 5;
setSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
setSlaveId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.SlaveID slave_id = 3;
setSlaveId(Protos.SlaveID) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
setSlaveId(Protos.SlaveID.Builder) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.SlaveID slave_id = 5;
setSlavePid(String) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string slave_pid = 7;
setSlavePidBytes(ByteString) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string slave_pid = 7;
setSndbufErrors(long) - Method in class org.apache.mesos.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
setSndbufErrors(long) - Method in class org.apache.mesos.v1.Protos.UdpStatistics.Builder
optional int64 SndbufErrors = 6;
setSource(String) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
Deprecated.
setSource(Protos.Resource.DiskInfo.Source) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
setSource(Protos.Resource.DiskInfo.Source.Builder) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Resource.DiskInfo.Source source = 3;
setSource(Protos.TaskStatus.Source) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional .mesos.TaskStatus.Source source = 9;
setSource(Protos.Volume.Source) - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
setSource(Protos.Volume.Source.Builder) - Method in class org.apache.mesos.Protos.Volume.Builder
optional .mesos.Volume.Source source = 5;
setSource(String) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
Deprecated.
setSource(Protos.Resource.DiskInfo.Source) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
setSource(Protos.Resource.DiskInfo.Source.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Resource.DiskInfo.Source source = 3;
setSource(Protos.TaskStatus.Source) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional .mesos.v1.TaskStatus.Source source = 9;
setSource(Protos.Volume.Source) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
setSource(Protos.Volume.Source.Builder) - Method in class org.apache.mesos.v1.Protos.Volume.Builder
optional .mesos.v1.Volume.Source source = 5;
setSourceBytes(ByteString) - Method in class org.apache.mesos.Protos.ExecutorInfo.Builder
Deprecated.
setSourceBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo.Builder
Deprecated.
setStalledCyclesBackend(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
setStalledCyclesBackend(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_backend = 5;
setStalledCyclesFrontend(long) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
setStalledCyclesFrontend(long) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional uint64 stalled_cycles_frontend = 4;
setStart(Protos.TimeInfo) - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
setStart(Protos.TimeInfo.Builder) - Method in class org.apache.mesos.Protos.Unavailability.Builder
required .mesos.TimeInfo start = 1;
setStart(Protos.TimeInfo) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
setStart(Protos.TimeInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Unavailability.Builder
required .mesos.v1.TimeInfo start = 1;
setState(Protos.TaskState) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional .mesos.TaskState state = 4;
setState(Protos.TaskState) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskState state = 6;
setState(Protos.TaskState) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskState state = 2;
setState(Protos.TaskState) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskState state = 6;
setState(Protos.TaskState) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskState state = 2;
setStatistics(Protos.ResourceStatistics) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
setStatistics(Protos.ResourceStatistics.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
optional .mesos.ResourceStatistics statistics = 3;
setStatistics(Protos.ResourceStatistics) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
setStatistics(Protos.ResourceStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
optional .mesos.v1.ResourceStatistics statistics = 3;
setStatus(int) - Method in class org.apache.mesos.containerizer.Protos.Termination.Builder
optional int32 status = 3;
setStatus(Protos.TaskStatus) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
setStatus(Protos.TaskStatus.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update.Builder
required .mesos.v1.TaskStatus status = 1;
setStatus(int) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure.Builder
optional int32 status = 3;
setStatus(Protos.TaskStatus) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
setStatus(Protos.TaskStatus.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update.Builder
required .mesos.v1.TaskStatus status = 1;
setStatuses(int, int) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
setStatuses(int, Protos.TaskStatus) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
setStatuses(int, Protos.TaskStatus.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
repeated .mesos.TaskStatus statuses = 8;
setStatuses(int, int) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP.Builder
repeated uint32 statuses = 4;
setStatuses(int, Protos.TaskStatus) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
setStatuses(int, Protos.TaskStatus.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
repeated .mesos.v1.TaskStatus statuses = 8;
setStatusUpdateState(Protos.TaskState) - Method in class org.apache.mesos.Protos.Task.Builder
optional .mesos.TaskState status_update_state = 9;
setStatusUpdateState(Protos.TaskState) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional .mesos.v1.TaskState status_update_state = 9;
setStatusUpdateUuid(ByteString) - Method in class org.apache.mesos.Protos.Task.Builder
optional bytes status_update_uuid = 10;
setStatusUpdateUuid(ByteString) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional bytes status_update_uuid = 10;
setSubscribe(Protos.Call.Subscribe) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
setSubscribe(Protos.Call.Subscribe.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Subscribe subscribe = 4;
setSubscribe(Protos.Call.Subscribe) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
setSubscribe(Protos.Call.Subscribe.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Subscribe subscribe = 3;
setSubscribed(Protos.Event.Subscribed) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
setSubscribed(Protos.Event.Subscribed.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Subscribed subscribed = 2;
setSubscribed(Protos.Event.Subscribed) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
setSubscribed(Protos.Event.Subscribed.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Subscribed subscribed = 2;
setTask(Protos.TaskInfo) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
setTask(Protos.TaskInfo.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch.Builder
required .mesos.v1.TaskInfo task = 1;
setTaskClock(double) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
optional double task_clock = 14;
setTaskClock(double) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
optional double task_clock = 14;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.Protos.Task.Builder
required .mesos.TaskID task_id = 2;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.Protos.TaskInfo.Builder
required .mesos.TaskID task_id = 2;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
required .mesos.TaskID task_id = 1;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.Protos.Task.Builder
required .mesos.v1.TaskID task_id = 2;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.Protos.TaskInfo.Builder
required .mesos.v1.TaskID task_id = 2;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required .mesos.v1.TaskID task_id = 2;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskId(Protos.TaskID.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task.Builder
required .mesos.v1.TaskID task_id = 1;
setTaskInfo(Protos.TaskInfo) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
setTaskInfo(Protos.TaskInfo.Builder) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional .mesos.TaskInfo task_info = 2;
setTaskInfos(int, Protos.TaskInfo) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
setTaskInfos(int, Protos.TaskInfo.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch.Builder
repeated .mesos.TaskInfo task_infos = 1;
setTaskInfos(int, Protos.TaskInfo) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
setTaskInfos(int, Protos.TaskInfo.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch.Builder
repeated .mesos.v1.TaskInfo task_infos = 1;
setTasks(int, Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
setTasks(int, Protos.ResourceUsage.Executor.Task.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Builder
repeated .mesos.ResourceUsage.Executor.Task tasks = 5;
setTasks(int, Protos.ResourceUsage.Executor.Task) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
setTasks(int, Protos.ResourceUsage.Executor.Task.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Builder
repeated .mesos.v1.ResourceUsage.Executor.Task tasks = 5;
setTasks(int, Protos.Call.Reconcile.Task) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
setTasks(int, Protos.Call.Reconcile.Task.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Builder
repeated .mesos.v1.scheduler.Call.Reconcile.Task tasks = 1;
setTcpStats(Protos.TcpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
setTcpStats(Protos.TcpStatistics.Builder) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.TcpStatistics tcp_stats = 3;
setTcpStats(Protos.TcpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
setTcpStats(Protos.TcpStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.TcpStatistics tcp_stats = 3;
setText(Protos.Value.Text) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
setText(Protos.Value.Text.Builder) - Method in class org.apache.mesos.Protos.Attribute.Builder
optional .mesos.Value.Text text = 5;
setText(Protos.Value.Text) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
setText(Protos.Value.Text.Builder) - Method in class org.apache.mesos.Protos.Value.Builder
optional .mesos.Value.Text text = 5;
setText(Protos.Value.Text) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
setText(Protos.Value.Text.Builder) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
optional .mesos.v1.Value.Text text = 5;
setText(Protos.Value.Text) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
setText(Protos.Value.Text.Builder) - Method in class org.apache.mesos.v1.Protos.Value.Builder
optional .mesos.v1.Value.Text text = 5;
setThreads(int) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
setThreads(int) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
optional uint32 threads = 31;
setTimeoutSeconds(double) - Method in class org.apache.mesos.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
setTimeoutSeconds(double) - Method in class org.apache.mesos.v1.Protos.HealthCheck.Builder
optional double timeout_seconds = 4 [default = 20];
setTimestamp(double) - Method in class org.apache.mesos.Protos.PerfStatistics.Builder
required double timestamp = 1;
setTimestamp(double) - Method in class org.apache.mesos.Protos.ResourceStatistics.Builder
required double timestamp = 1;
setTimestamp(double) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional double timestamp = 6;
setTimestamp(double) - Method in class org.apache.mesos.v1.Protos.PerfStatistics.Builder
required double timestamp = 1;
setTimestamp(double) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics.Builder
required double timestamp = 1;
setTimestamp(double) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional double timestamp = 6;
setTotal(int, Protos.Resource) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
setTotal(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.ResourceUsage.Builder
repeated .mesos.Resource total = 2;
setTotal(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
setTotal(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Builder
repeated .mesos.v1.Resource total = 2;
setType(Protos.Value.Type) - Method in class org.apache.mesos.Protos.Attribute.Builder
required .mesos.Value.Type type = 2;
setType(Protos.ContainerInfo.Type) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
required .mesos.ContainerInfo.Type type = 1;
setType(Protos.FrameworkInfo.Capability.Type) - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability.Builder
optional .mesos.FrameworkInfo.Capability.Type type = 1;
setType(Protos.Image.Type) - Method in class org.apache.mesos.Protos.Image.Builder
required .mesos.Image.Type type = 1;
setType(Protos.Offer.Operation.Type) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
required .mesos.Offer.Operation.Type type = 1;
setType(Protos.Value.Type) - Method in class org.apache.mesos.Protos.Resource.Builder
required .mesos.Value.Type type = 2;
setType(Protos.Resource.DiskInfo.Source.Type) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Builder
required .mesos.Resource.DiskInfo.Source.Type type = 1;
setType(Protos.Value.Type) - Method in class org.apache.mesos.Protos.Value.Builder
required .mesos.Value.Type type = 1;
setType(Protos.Volume.Source.Type) - Method in class org.apache.mesos.Protos.Volume.Source.Builder
optional .mesos.Volume.Source.Type type = 1;
setType(Protos.Call.Type) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Type type = 3;
setType(Protos.Event.Type) - Method in class org.apache.mesos.v1.executor.Protos.Event.Builder
optional .mesos.v1.executor.Event.Type type = 1;
setType(Protos.Value.Type) - Method in class org.apache.mesos.v1.Protos.Attribute.Builder
required .mesos.v1.Value.Type type = 2;
setType(Protos.ContainerInfo.Type) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
required .mesos.v1.ContainerInfo.Type type = 1;
setType(Protos.FrameworkInfo.Capability.Type) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Builder
optional .mesos.v1.FrameworkInfo.Capability.Type type = 1;
setType(Protos.Image.Type) - Method in class org.apache.mesos.v1.Protos.Image.Builder
required .mesos.v1.Image.Type type = 1;
setType(Protos.Offer.Operation.Type) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
required .mesos.v1.Offer.Operation.Type type = 1;
setType(Protos.Value.Type) - Method in class org.apache.mesos.v1.Protos.Resource.Builder
required .mesos.v1.Value.Type type = 2;
setType(Protos.Resource.DiskInfo.Source.Type) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Builder
required .mesos.v1.Resource.DiskInfo.Source.Type type = 1;
setType(Protos.Value.Type) - Method in class org.apache.mesos.v1.Protos.Value.Builder
required .mesos.v1.Value.Type type = 1;
setType(Protos.Volume.Source.Type) - Method in class org.apache.mesos.v1.Protos.Volume.Source.Builder
optional .mesos.v1.Volume.Source.Type type = 1;
setType(Protos.Call.Type) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Builder
optional .mesos.v1.scheduler.Call.Type type = 2;
setType(Protos.Event.Type) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Type type = 1;
setUdpStats(Protos.UdpStatistics) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
setUdpStats(Protos.UdpStatistics.Builder) - Method in class org.apache.mesos.Protos.SNMPStatistics.Builder
optional .mesos.UdpStatistics udp_stats = 4;
setUdpStats(Protos.UdpStatistics) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
setUdpStats(Protos.UdpStatistics.Builder) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics.Builder
optional .mesos.v1.UdpStatistics udp_stats = 4;
setUid(String) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string uid = 6;
setUid(String) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string uid = 6;
setUidBytes(ByteString) - Method in class org.apache.mesos.Protos.FileInfo.Builder
optional string uid = 6;
setUidBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FileInfo.Builder
optional string uid = 6;
setUnacknowledgedTasks(int, Protos.TaskInfo) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
setUnacknowledgedTasks(int, Protos.TaskInfo.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.TaskInfo unacknowledged_tasks = 1;
setUnacknowledgedUpdates(int, Protos.Call.Update) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
setUnacknowledgedUpdates(int, Protos.Call.Update.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe.Builder
repeated .mesos.v1.executor.Call.Update unacknowledged_updates = 2;
setUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
setUnavailability(Protos.Unavailability.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
required .mesos.Unavailability unavailability = 5;
setUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
setUnavailability(Protos.Unavailability.Builder) - Method in class org.apache.mesos.Protos.MachineInfo.Builder
optional .mesos.Unavailability unavailability = 3;
setUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
setUnavailability(Protos.Unavailability.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.Unavailability unavailability = 9;
setUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
setUnavailability(Protos.Unavailability.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
required .mesos.v1.Unavailability unavailability = 5;
setUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
setUnavailability(Protos.Unavailability.Builder) - Method in class org.apache.mesos.v1.Protos.MachineInfo.Builder
optional .mesos.v1.Unavailability unavailability = 3;
setUnavailability(Protos.Unavailability) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
setUnavailability(Protos.Unavailability.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.Unavailability unavailability = 9;
setUnreserve(Protos.Offer.Operation.Unreserve) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
setUnreserve(Protos.Offer.Operation.Unreserve.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Builder
optional .mesos.Offer.Operation.Unreserve unreserve = 4;
setUnreserve(Protos.Offer.Operation.Unreserve) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
setUnreserve(Protos.Offer.Operation.Unreserve.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Builder
optional .mesos.v1.Offer.Operation.Unreserve unreserve = 4;
setUpdate(Protos.Call.Update) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
setUpdate(Protos.Call.Update.Builder) - Method in class org.apache.mesos.v1.executor.Protos.Call.Builder
optional .mesos.v1.executor.Call.Update update = 5;
setUpdate(Protos.Event.Update) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
setUpdate(Protos.Event.Update.Builder) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Builder
optional .mesos.v1.scheduler.Event.Update update = 5;
setUris(int, Protos.CommandInfo.URI) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
setUris(int, Protos.CommandInfo.URI.Builder) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
repeated .mesos.CommandInfo.URI uris = 1;
setUris(int, Protos.CommandInfo.URI) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
setUris(int, Protos.CommandInfo.URI.Builder) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
repeated .mesos.v1.CommandInfo.URI uris = 1;
setUrl(Protos.URL) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
setUrl(Protos.URL.Builder) - Method in class org.apache.mesos.Protos.InverseOffer.Builder
optional .mesos.URL url = 2;
setUrl(Protos.URL) - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
setUrl(Protos.URL.Builder) - Method in class org.apache.mesos.Protos.Offer.Builder
optional .mesos.URL url = 8;
setUrl(Protos.URL) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
setUrl(Protos.URL.Builder) - Method in class org.apache.mesos.v1.Protos.InverseOffer.Builder
optional .mesos.v1.URL url = 2;
setUrl(Protos.URL) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
setUrl(Protos.URL.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Builder
optional .mesos.v1.URL url = 8;
setUser(String) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string user = 5;
setUser(String) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string user = 5;
setUser(String) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string user = 1;
setUser(String) - Method in class org.apache.mesos.Protos.Task.Builder
optional string user = 14;
setUser(String) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string user = 5;
setUser(String) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string user = 1;
setUser(String) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional string user = 14;
setUserBytes(ByteString) - Method in class org.apache.mesos.containerizer.Protos.Launch.Builder
optional string user = 5;
setUserBytes(ByteString) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string user = 5;
setUserBytes(ByteString) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
required string user = 1;
setUserBytes(ByteString) - Method in class org.apache.mesos.Protos.Task.Builder
optional string user = 14;
setUserBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string user = 5;
setUserBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
required string user = 1;
setUserBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Task.Builder
optional string user = 14;
setUuid(ByteString) - Method in class org.apache.mesos.Protos.TaskStatus.Builder
optional bytes uuid = 11;
setUuid(ByteString) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged.Builder
required bytes uuid = 2;
setUuid(ByteString) - Method in class org.apache.mesos.v1.Protos.TaskStatus.Builder
optional bytes uuid = 11;
setUuid(ByteString) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge.Builder
required bytes uuid = 3;
setValue(String) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string value = 3;
setValue(String) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.Protos.ContainerID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string value = 2;
setValue(String) - Method in class org.apache.mesos.Protos.ExecutorID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.Protos.Flag.Builder
optional string value = 2;
setValue(String) - Method in class org.apache.mesos.Protos.FrameworkID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.Protos.Label.Builder
optional string value = 2;
setValue(double) - Method in class org.apache.mesos.Protos.Metric.Builder
optional double value = 2;
setValue(String) - Method in class org.apache.mesos.Protos.OfferID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.Protos.Parameter.Builder
required string value = 2;
setValue(String) - Method in class org.apache.mesos.Protos.SlaveID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.Protos.TaskID.Builder
required string value = 1;
setValue(double) - Method in class org.apache.mesos.Protos.Value.Scalar.Builder
required double value = 1;
setValue(String) - Method in class org.apache.mesos.Protos.Value.Text.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string value = 3;
setValue(String) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string value = 2;
setValue(String) - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.Flag.Builder
optional string value = 2;
setValue(String) - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.Label.Builder
optional string value = 2;
setValue(double) - Method in class org.apache.mesos.v1.Protos.Metric.Builder
optional double value = 2;
setValue(String) - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
required string value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string value = 2;
setValue(String) - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
required string value = 1;
setValue(double) - Method in class org.apache.mesos.v1.Protos.Value.Scalar.Builder
required double value = 1;
setValue(String) - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.CommandInfo.Builder
optional string value = 3;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.CommandInfo.URI.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.ContainerID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.Environment.Variable.Builder
required string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.ExecutorID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.Flag.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.FrameworkID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.Label.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.OfferID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.Parameter.Builder
required string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.SlaveID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.TaskID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.Protos.Value.Text.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.AgentID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.CommandInfo.Builder
optional string value = 3;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ContainerID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Environment.Variable.Builder
required string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ExecutorID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Flag.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FrameworkID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Label.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.OfferID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Parameter.Builder
required string value = 2;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.TaskID.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.Value.Text.Builder
required string value = 1;
setVariables(int, Protos.Environment.Variable) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
setVariables(int, Protos.Environment.Variable.Builder) - Method in class org.apache.mesos.Protos.Environment.Builder
repeated .mesos.Environment.Variable variables = 1;
setVariables(int, Protos.Environment.Variable) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
setVariables(int, Protos.Environment.Variable.Builder) - Method in class org.apache.mesos.v1.Protos.Environment.Builder
repeated .mesos.v1.Environment.Variable variables = 1;
setVersion(String) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string version = 5;
setVersion(String) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string version = 6;
setVersion(String) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
required string version = 1;
setVersion(String) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string version = 5;
setVersion(String) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string version = 6;
setVersion(String) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
required string version = 1;
setVersionBytes(ByteString) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
optional string version = 5;
setVersionBytes(ByteString) - Method in class org.apache.mesos.Protos.MasterInfo.Builder
optional string version = 6;
setVersionBytes(ByteString) - Method in class org.apache.mesos.Protos.VersionInfo.Builder
required string version = 1;
setVersionBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
optional string version = 5;
setVersionBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.MasterInfo.Builder
optional string version = 6;
setVersionBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.VersionInfo.Builder
required string version = 1;
setVisibility(Protos.DiscoveryInfo.Visibility) - Method in class org.apache.mesos.Protos.DiscoveryInfo.Builder
required .mesos.DiscoveryInfo.Visibility visibility = 1;
setVisibility(Protos.DiscoveryInfo.Visibility) - Method in class org.apache.mesos.Protos.Port.Builder
optional .mesos.DiscoveryInfo.Visibility visibility = 4;
setVisibility(Protos.DiscoveryInfo.Visibility) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo.Builder
required .mesos.v1.DiscoveryInfo.Visibility visibility = 1;
setVisibility(Protos.DiscoveryInfo.Visibility) - Method in class org.apache.mesos.v1.Protos.Port.Builder
optional .mesos.v1.DiscoveryInfo.Visibility visibility = 4;
setVolume(Protos.Volume) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
setVolume(Protos.Volume.Builder) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Builder
optional .mesos.Volume volume = 2;
setVolume(Protos.Volume) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
setVolume(Protos.Volume.Builder) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Builder
optional .mesos.v1.Volume volume = 2;
setVolumeDriver(String) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
setVolumeDriver(String) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
setVolumeDriverBytes(ByteString) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
setVolumeDriverBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Builder
Deprecated.
setVolumes(int, Protos.Volume) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
setVolumes(int, Protos.Volume.Builder) - Method in class org.apache.mesos.Protos.ContainerInfo.Builder
repeated .mesos.Volume volumes = 2;
setVolumes(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
setVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Create.Builder
repeated .mesos.Resource volumes = 1;
setVolumes(int, Protos.Resource) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
setVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.Resource volumes = 1;
setVolumes(int, Protos.Volume) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
setVolumes(int, Protos.Volume.Builder) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.Builder
repeated .mesos.v1.Volume volumes = 2;
setVolumes(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
setVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create.Builder
repeated .mesos.v1.Resource volumes = 1;
setVolumes(int, Protos.Resource) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
setVolumes(int, Protos.Resource.Builder) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy.Builder
repeated .mesos.v1.Resource volumes = 1;
setWebuiUrl(String) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
setWebuiUrl(String) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
setWebuiUrlBytes(ByteString) - Method in class org.apache.mesos.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
setWebuiUrlBytes(ByteString) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Builder
optional string webui_url = 9;
setWeight(double) - Method in class org.apache.mesos.Protos.Role.Builder
required double weight = 2;
setWeight(double) - Method in class org.apache.mesos.Protos.WeightInfo.Builder
required double weight = 1;
setWeight(double) - Method in class org.apache.mesos.v1.Protos.Role.Builder
required double weight = 2;
setWeight(double) - Method in class org.apache.mesos.v1.Protos.WeightInfo.Builder
required double weight = 1;
SHELL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo
 
SHELL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo
 
shutdown(ExecutorDriver) - Method in interface org.apache.mesos.Executor
Invoked when the executor should terminate all of it's currently running tasks.
SHUTDOWN_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
SHUTDOWN_GRACE_PERIOD_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
SHUTDOWN_GRACE_PERIOD_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
SHUTDOWN_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
SHUTDOWN = 7;
SHUTDOWN_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
SHUTDOWN = 7;
SIZE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FileInfo
 
SIZE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
SLAVE_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
SLAVE_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.InverseOffer
 
SLAVE_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
SLAVE_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Request
 
SLAVE_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
SLAVE_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
SLAVE_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
SLAVE_PID_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
slaveLost(SchedulerDriver, Protos.SlaveID) - Method in interface org.apache.mesos.Scheduler
Invoked when a slave has been determined unreachable (e.g., machine failure, network partition).
SNDBUFERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.UdpStatistics
 
SNDBUFERRORS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.UdpStatistics
 
SOURCE_AGENT_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Source
SOURCE_AGENT = 1;
SOURCE_EXECUTOR_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Source
SOURCE_EXECUTOR = 2;
SOURCE_EXECUTOR_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Source
SOURCE_EXECUTOR = 2;
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorInfo
 
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo
 
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume
 
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorInfo
 
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
SOURCE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume
 
SOURCE_MASTER_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Source
SOURCE_MASTER = 0;
SOURCE_MASTER_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskStatus.Source
SOURCE_MASTER = 0;
SOURCE_SLAVE_VALUE - Static variable in enum org.apache.mesos.Protos.TaskStatus.Source
SOURCE_SLAVE = 1;
STALLED_CYCLES_BACKEND_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
STALLED_CYCLES_BACKEND_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
STALLED_CYCLES_FRONTEND_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
STALLED_CYCLES_FRONTEND_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
start() - Method in interface org.apache.mesos.ExecutorDriver
Starts the executor driver.
start() - Method in class org.apache.mesos.MesosExecutorDriver
See ExecutorDriver for descriptions of these.
start() - Method in class org.apache.mesos.MesosSchedulerDriver
 
start() - Method in interface org.apache.mesos.SchedulerDriver
Starts the scheduler driver.
START_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Unavailability
 
START_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Unavailability
 
State - Interface in org.apache.mesos.state
An abstraction of "state" (possibly between multiple distributed components) represented by "variables" (effectively key/value pairs).
STATE_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Termination
 
STATE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
STATE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
STATE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
STATE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
STATISTICS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor
 
STATISTICS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Termination
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call.Update
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
STATUS_UPDATE_STATE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
STATUS_UPDATE_STATE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
STATUS_UPDATE_UUID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
STATUS_UPDATE_UUID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
STATUSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck.HTTP
 
STATUSES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
STATUSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
STATUSES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
statusUpdate(SchedulerDriver, Protos.TaskStatus) - Method in interface org.apache.mesos.Scheduler
Invoked when the status of a task has changed (e.g., a slave is lost and so the task is lost, a task finishes and an executor sends a status update saying so, etc).
stop() - Method in interface org.apache.mesos.ExecutorDriver
Stops the executor driver.
stop() - Method in class org.apache.mesos.MesosExecutorDriver
 
stop(boolean) - Method in class org.apache.mesos.MesosSchedulerDriver
 
stop() - Method in class org.apache.mesos.MesosSchedulerDriver
 
stop(boolean) - Method in interface org.apache.mesos.SchedulerDriver
Stops the scheduler driver.
stop() - Method in interface org.apache.mesos.SchedulerDriver
Stops the scheduler driver assuming no failover.
store(Variable) - Method in class org.apache.mesos.state.AbstractState
 
store(Variable) - Method in class org.apache.mesos.state.InMemoryState
 
store(Variable) - Method in interface org.apache.mesos.state.State
Returns an immutable "variable" representing the current value in the state if updating the specified variable in the state was successful, otherwise returns null.
SUBSCRIBE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call
 
SUBSCRIBE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
SUBSCRIBE_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Call.Type
SUBSCRIBE = 1;
SUBSCRIBE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
SUBSCRIBE = 1;
SUBSCRIBED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
SUBSCRIBED_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
SUBSCRIBED_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
SUBSCRIBED = 1;
SUBSCRIBED_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
SUBSCRIBED = 1;
SUPPRESS_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
SUPPRESS = 12;
suppressOffers() - Method in class org.apache.mesos.MesosSchedulerDriver
 
suppressOffers() - Method in interface org.apache.mesos.SchedulerDriver
Inform Mesos master to stop sending offers to the framework.

T

TASK_CLOCK_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
TASK_CLOCK_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
TASK_ERROR_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_ERROR = 7;
TASK_ERROR_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_ERROR = 7;
TASK_FAILED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_FAILED = 3;
TASK_FAILED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_FAILED = 3;
TASK_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
TASK_FINISHED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_FINISHED = 2;
TASK_FINISHED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_FINISHED = 2;
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskInfo
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskInfo
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
TASK_INFO_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
TASK_INFOS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Launch
 
TASK_INFOS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
TASK_KILLED_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_KILLED = 4;
TASK_KILLED_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_KILLED = 4;
TASK_KILLING_STATE_VALUE - Static variable in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
TASK_KILLING_STATE = 2;
TASK_KILLING_STATE_VALUE - Static variable in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
TASK_KILLING_STATE = 2;
TASK_KILLING_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_KILLING = 8;
TASK_KILLING_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_KILLING = 8;
TASK_LOST_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_LOST = 5;
TASK_LOST_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_LOST = 5;
TASK_RUNNING_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_RUNNING = 1;
TASK_RUNNING_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_RUNNING = 1;
TASK_STAGING_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_STAGING = 6;
TASK_STAGING_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_STAGING = 6;
TASK_STARTING_VALUE - Static variable in enum org.apache.mesos.Protos.TaskState
TASK_STARTING = 0;
TASK_STARTING_VALUE - Static variable in enum org.apache.mesos.v1.Protos.TaskState
TASK_STARTING = 0;
TASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage.Executor
 
TASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
TASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
TCP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SNMPStatistics
 
TCP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.SNMPStatistics
 
TEARDOWN_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
TEARDOWN = 2;
TEXT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Attribute
 
TEXT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value
 
TEXT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Attribute
 
TEXT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value
 
TEXT_VALUE - Static variable in enum org.apache.mesos.Protos.Value.Type
TEXT = 3;
TEXT_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Value.Type
TEXT = 3;
THREADS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
THREADS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
TIMEOUT_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.HealthCheck
 
TIMEOUT_SECONDS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.HealthCheck
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.PerfStatistics
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceStatistics
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.PerfStatistics
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceStatistics
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
toBuilder() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
toBuilder() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
toBuilder() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
toBuilder() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
toBuilder() - Method in class org.apache.mesos.containerizer.Protos.Update
 
toBuilder() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
toBuilder() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
toBuilder() - Method in class org.apache.mesos.Protos.Address
 
toBuilder() - Method in class org.apache.mesos.Protos.Attribute
 
toBuilder() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
toBuilder() - Method in class org.apache.mesos.Protos.CgroupInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.CommandInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
toBuilder() - Method in class org.apache.mesos.Protos.ContainerID
 
toBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
toBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.ContainerInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.ContainerStatus
 
toBuilder() - Method in class org.apache.mesos.Protos.Credential
 
toBuilder() - Method in class org.apache.mesos.Protos.Credentials
 
toBuilder() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.DurationInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Environment
 
toBuilder() - Method in class org.apache.mesos.Protos.Environment.Variable
 
toBuilder() - Method in class org.apache.mesos.Protos.ExecutorID
 
toBuilder() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.FileInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Filters
 
toBuilder() - Method in class org.apache.mesos.Protos.Flag
 
toBuilder() - Method in class org.apache.mesos.Protos.FrameworkID
 
toBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
toBuilder() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
toBuilder() - Method in class org.apache.mesos.Protos.HealthCheck
 
toBuilder() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.Image.Appc
 
toBuilder() - Method in class org.apache.mesos.Protos.Image.Docker
 
toBuilder() - Method in class org.apache.mesos.Protos.Image
 
toBuilder() - Method in class org.apache.mesos.Protos.InverseOffer
 
toBuilder() - Method in class org.apache.mesos.Protos.IpStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.KillPolicy
 
toBuilder() - Method in class org.apache.mesos.Protos.Label
 
toBuilder() - Method in class org.apache.mesos.Protos.Labels
 
toBuilder() - Method in class org.apache.mesos.Protos.MachineID
 
toBuilder() - Method in class org.apache.mesos.Protos.MachineInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.MasterInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Metric
 
toBuilder() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
toBuilder() - Method in class org.apache.mesos.Protos.NetworkInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
toBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
toBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
toBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
toBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation
 
toBuilder() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
toBuilder() - Method in class org.apache.mesos.Protos.Offer
 
toBuilder() - Method in class org.apache.mesos.Protos.OfferID
 
toBuilder() - Method in class org.apache.mesos.Protos.Parameter
 
toBuilder() - Method in class org.apache.mesos.Protos.Parameters
 
toBuilder() - Method in class org.apache.mesos.Protos.PerfStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.Port
 
toBuilder() - Method in class org.apache.mesos.Protos.Ports
 
toBuilder() - Method in class org.apache.mesos.Protos.RateLimit
 
toBuilder() - Method in class org.apache.mesos.Protos.RateLimits
 
toBuilder() - Method in class org.apache.mesos.Protos.Request
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Resource
 
toBuilder() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
toBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
toBuilder() - Method in class org.apache.mesos.Protos.ResourceUsage
 
toBuilder() - Method in class org.apache.mesos.Protos.Role
 
toBuilder() - Method in class org.apache.mesos.Protos.SlaveID
 
toBuilder() - Method in class org.apache.mesos.Protos.SlaveInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.Task
 
toBuilder() - Method in class org.apache.mesos.Protos.TaskID
 
toBuilder() - Method in class org.apache.mesos.Protos.TaskInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.TaskStatus
 
toBuilder() - Method in class org.apache.mesos.Protos.TcpStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.TimeInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.UdpStatistics
 
toBuilder() - Method in class org.apache.mesos.Protos.Unavailability
 
toBuilder() - Method in class org.apache.mesos.Protos.URL
 
toBuilder() - Method in class org.apache.mesos.Protos.Value.Range
 
toBuilder() - Method in class org.apache.mesos.Protos.Value.Ranges
 
toBuilder() - Method in class org.apache.mesos.Protos.Value.Scalar
 
toBuilder() - Method in class org.apache.mesos.Protos.Value.Set
 
toBuilder() - Method in class org.apache.mesos.Protos.Value.Text
 
toBuilder() - Method in class org.apache.mesos.Protos.Value
 
toBuilder() - Method in class org.apache.mesos.Protos.VersionInfo
 
toBuilder() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
toBuilder() - Method in class org.apache.mesos.Protos.Volume.Source
 
toBuilder() - Method in class org.apache.mesos.Protos.Volume
 
toBuilder() - Method in class org.apache.mesos.Protos.WeightInfo
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
toBuilder() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Address
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.AgentID
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Attribute
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Credential
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Credentials
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Environment
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Filters
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Flag
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Image
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Label
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Labels
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.MachineID
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Metric
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Offer
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.OfferID
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Parameter
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Parameters
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Port
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Ports
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Request
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Resource
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Role
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Task
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.TaskID
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.URL
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Value
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.Volume
 
toBuilder() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
toBuilder() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
toString() - Method in class org.apache.mesos.Log.Position
 
TOTAL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ResourceUsage
 
TOTAL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ResourceUsage
 
truncate(Log.Position, long, TimeUnit) - Method in class org.apache.mesos.Log.Writer
Attempts to truncate the log (from the beginning to the specified position exclusive) If the position is invalid, an Log.WriterFailedException will get thrown.
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Attribute
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Image
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Volume.Source
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Attribute
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Image
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Volume.Source
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 

U

UDP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SNMPStatistics
 
UDP_STATS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.SNMPStatistics
 
UID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FileInfo
 
UID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FileInfo
 
UNACKNOWLEDGED_TASKS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
UNACKNOWLEDGED_UPDATES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
UNAVAILABILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.InverseOffer
 
UNAVAILABILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MachineInfo
 
UNAVAILABILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
UNAVAILABILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.InverseOffer
 
UNAVAILABILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MachineInfo
 
UNAVAILABILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.Protos.Volume.Source.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Call.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Event.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Volume.Source.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
UNKNOWN = 0;
UNRESERVE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation
 
UNRESERVE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation
 
UNRESERVE_VALUE - Static variable in enum org.apache.mesos.Protos.Offer.Operation.Type
UNRESERVE = 3;
UNRESERVE_VALUE - Static variable in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
UNRESERVE = 3;
UP_VALUE - Static variable in enum org.apache.mesos.Protos.MachineInfo.Mode
UP = 1;
UP_VALUE - Static variable in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
UP = 1;
UPDATE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Call
 
UPDATE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Event
 
UPDATE_VALUE - Static variable in enum org.apache.mesos.v1.executor.Protos.Call.Type
UPDATE = 2;
UPDATE_VALUE - Static variable in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
UPDATE = 4;
URIS_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo
 
URIS_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo
 
URL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.InverseOffer
 
URL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer
 
URL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.InverseOffer
 
URL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer
 
USER_FIELD_NUMBER - Static variable in class org.apache.mesos.containerizer.Protos.Launch
 
USER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo
 
USER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
USER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Task
 
USER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo
 
USER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
USER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Task
 
USER_VALUE - Static variable in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
USER = 4;
USER_VALUE - Static variable in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
USER = 4;
UUID_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskStatus
 
UUID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
UUID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskStatus
 
UUID_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 

V

value() - Method in class org.apache.mesos.state.Variable
Returns the current value of this variable.
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo.URI
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.CommandInfo
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Environment.Variable
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ExecutorID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Flag
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Label
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Metric
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.OfferID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Parameter
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.SlaveID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.TaskID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value.Scalar
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Value.Text
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.AgentID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.CommandInfo
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Environment.Variable
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ExecutorID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Flag
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Label
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Metric
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.OfferID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Parameter
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.TaskID
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value.Scalar
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Value.Text
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.ContainerInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.ContainerInfo.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.ContainerInfo.Type
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.Image.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.Image.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.Image.Type
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.MachineInfo.Mode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.MachineInfo.Mode
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.MachineInfo.Mode
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.Offer.Operation.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.Offer.Operation.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.Offer.Operation.Type
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.Status
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.Status
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.Status
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.TaskState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.TaskState
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.TaskState
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.TaskStatus.Reason
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.TaskStatus.Reason
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.TaskStatus.Reason
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.TaskStatus.Source
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.TaskStatus.Source
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.TaskStatus.Source
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.Value.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.Value.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.Value.Type
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.Volume.Mode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.Volume.Mode
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.Volume.Mode
 
valueOf(String) - Static method in enum org.apache.mesos.Protos.Volume.Source.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.Protos.Volume.Source.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.Protos.Volume.Source.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.executor.Protos.Call.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.executor.Protos.Call.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.executor.Protos.Call.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.executor.Protos.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.executor.Protos.Event.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.executor.Protos.Event.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.Image.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.Image.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.Image.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.Status
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.Status
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.Status
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.TaskState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.TaskState
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.TaskState
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.Value.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.Value.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.Value.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.Volume.Mode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.Volume.Mode
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.Volume.Mode
 
valueOf(String) - Static method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
 
valueOf(String) - Static method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
 
values() - Static method in enum org.apache.mesos.Protos.ContainerInfo.DockerInfo.Network
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.ContainerInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.DiscoveryInfo.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.FrameworkInfo.Capability.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.Image.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.MachineInfo.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.NetworkInfo.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.Offer.Operation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.Resource.DiskInfo.Source.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.TaskStatus.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.TaskStatus.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.Value.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.Volume.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.Protos.Volume.Source.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.executor.Protos.Call.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.executor.Protos.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.Network
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.ContainerInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.DiscoveryInfo.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.FrameworkInfo.Capability.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.Image.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.MachineInfo.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.NetworkInfo.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.Offer.Operation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.TaskStatus.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.Value.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.Volume.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.Protos.Volume.Source.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.scheduler.Protos.Call.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.mesos.v1.scheduler.Protos.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.apache.mesos.state
Represents a key/value pair stored in the State.
Variable() - Constructor for class org.apache.mesos.state.Variable
 
VARIABLES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Environment
 
VARIABLES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Environment
 
VERSION - Static variable in class org.apache.mesos.MesosNativeLibrary
 
version() - Static method in class org.apache.mesos.MesosNativeLibrary
Returns the version of the native loaded library, or throws a runtime exception if the library is not loaded.
Version(long, long, long) - Constructor for class org.apache.mesos.MesosNativeLibrary.Version
 
Version(long, long) - Constructor for class org.apache.mesos.MesosNativeLibrary.Version
 
Version(long) - Constructor for class org.apache.mesos.MesosNativeLibrary.Version
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.MasterInfo
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.VersionInfo
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.MasterInfo
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.VersionInfo
 
VISIBILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.DiscoveryInfo
 
VISIBILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Port
 
VISIBILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
VISIBILITY_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Port
 
VOLUME_DRIVER_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
VOLUME_DRIVER_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
VOLUME_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Resource.DiskInfo
 
VOLUME_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
VOLUMES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.ContainerInfo
 
VOLUMES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Create
 
VOLUMES_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
VOLUMES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.ContainerInfo
 
VOLUMES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
VOLUMES_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 

W

WEBUI_URL_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.FrameworkInfo
 
WEBUI_URL_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.FrameworkInfo
 
WEIGHT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.Role
 
WEIGHT_FIELD_NUMBER - Static variable in class org.apache.mesos.Protos.WeightInfo
 
WEIGHT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.Role
 
WEIGHT_FIELD_NUMBER - Static variable in class org.apache.mesos.v1.Protos.WeightInfo
 
Writer(Log, long, TimeUnit, int) - Constructor for class org.apache.mesos.Log.Writer
Constructs a writer linked the given Log.
writeReplace() - Method in class org.apache.mesos.containerizer.Protos.Containers
 
writeReplace() - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
writeReplace() - Method in class org.apache.mesos.containerizer.Protos.Launch
 
writeReplace() - Method in class org.apache.mesos.containerizer.Protos.Termination
 
writeReplace() - Method in class org.apache.mesos.containerizer.Protos.Update
 
writeReplace() - Method in class org.apache.mesos.containerizer.Protos.Usage
 
writeReplace() - Method in class org.apache.mesos.containerizer.Protos.Wait
 
writeReplace() - Method in class org.apache.mesos.Protos.Address
 
writeReplace() - Method in class org.apache.mesos.Protos.Attribute
 
writeReplace() - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
writeReplace() - Method in class org.apache.mesos.Protos.CgroupInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
writeReplace() - Method in class org.apache.mesos.Protos.CommandInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.ContainerID
 
writeReplace() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
writeReplace() - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.ContainerInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.ContainerStatus
 
writeReplace() - Method in class org.apache.mesos.Protos.Credential
 
writeReplace() - Method in class org.apache.mesos.Protos.Credentials
 
writeReplace() - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.DurationInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Environment.Variable
 
writeReplace() - Method in class org.apache.mesos.Protos.Environment
 
writeReplace() - Method in class org.apache.mesos.Protos.ExecutorID
 
writeReplace() - Method in class org.apache.mesos.Protos.ExecutorInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.FileInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Filters
 
writeReplace() - Method in class org.apache.mesos.Protos.Flag
 
writeReplace() - Method in class org.apache.mesos.Protos.FrameworkID
 
writeReplace() - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
writeReplace() - Method in class org.apache.mesos.Protos.FrameworkInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
writeReplace() - Method in class org.apache.mesos.Protos.HealthCheck
 
writeReplace() - Method in class org.apache.mesos.Protos.IcmpStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.Image.Appc
 
writeReplace() - Method in class org.apache.mesos.Protos.Image.Docker
 
writeReplace() - Method in class org.apache.mesos.Protos.Image
 
writeReplace() - Method in class org.apache.mesos.Protos.InverseOffer
 
writeReplace() - Method in class org.apache.mesos.Protos.IpStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.KillPolicy
 
writeReplace() - Method in class org.apache.mesos.Protos.Label
 
writeReplace() - Method in class org.apache.mesos.Protos.Labels
 
writeReplace() - Method in class org.apache.mesos.Protos.MachineID
 
writeReplace() - Method in class org.apache.mesos.Protos.MachineInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.MasterInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Metric
 
writeReplace() - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
writeReplace() - Method in class org.apache.mesos.Protos.NetworkInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
writeReplace() - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
writeReplace() - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
writeReplace() - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
writeReplace() - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
writeReplace() - Method in class org.apache.mesos.Protos.Offer.Operation
 
writeReplace() - Method in class org.apache.mesos.Protos.Offer
 
writeReplace() - Method in class org.apache.mesos.Protos.OfferID
 
writeReplace() - Method in class org.apache.mesos.Protos.Parameter
 
writeReplace() - Method in class org.apache.mesos.Protos.Parameters
 
writeReplace() - Method in class org.apache.mesos.Protos.PerfStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.Port
 
writeReplace() - Method in class org.apache.mesos.Protos.Ports
 
writeReplace() - Method in class org.apache.mesos.Protos.RateLimit
 
writeReplace() - Method in class org.apache.mesos.Protos.RateLimits
 
writeReplace() - Method in class org.apache.mesos.Protos.Request
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Resource
 
writeReplace() - Method in class org.apache.mesos.Protos.ResourceStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
writeReplace() - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
writeReplace() - Method in class org.apache.mesos.Protos.ResourceUsage
 
writeReplace() - Method in class org.apache.mesos.Protos.Role
 
writeReplace() - Method in class org.apache.mesos.Protos.SlaveID
 
writeReplace() - Method in class org.apache.mesos.Protos.SlaveInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.SNMPStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.Task
 
writeReplace() - Method in class org.apache.mesos.Protos.TaskID
 
writeReplace() - Method in class org.apache.mesos.Protos.TaskInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.TaskStatus
 
writeReplace() - Method in class org.apache.mesos.Protos.TcpStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.TimeInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.UdpStatistics
 
writeReplace() - Method in class org.apache.mesos.Protos.Unavailability
 
writeReplace() - Method in class org.apache.mesos.Protos.URL
 
writeReplace() - Method in class org.apache.mesos.Protos.Value.Range
 
writeReplace() - Method in class org.apache.mesos.Protos.Value.Ranges
 
writeReplace() - Method in class org.apache.mesos.Protos.Value.Scalar
 
writeReplace() - Method in class org.apache.mesos.Protos.Value.Set
 
writeReplace() - Method in class org.apache.mesos.Protos.Value.Text
 
writeReplace() - Method in class org.apache.mesos.Protos.Value
 
writeReplace() - Method in class org.apache.mesos.Protos.VersionInfo
 
writeReplace() - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
writeReplace() - Method in class org.apache.mesos.Protos.Volume.Source
 
writeReplace() - Method in class org.apache.mesos.Protos.Volume
 
writeReplace() - Method in class org.apache.mesos.Protos.WeightInfo
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Call
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
writeReplace() - Method in class org.apache.mesos.v1.executor.Protos.Event
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Address
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.AgentID
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Attribute
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ContainerID
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Credential
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Credentials
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Environment
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.FileInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Filters
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Flag
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Image
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Label
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Labels
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.MachineID
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Metric
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Offer
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.OfferID
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Parameter
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Parameters
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Port
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Ports
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.RateLimit
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.RateLimits
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Request
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Resource
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Role
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Task
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.TaskID
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Unavailability
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.URL
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Value.Range
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Value.Set
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Value.Text
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Value
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.Volume
 
writeReplace() - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
writeReplace() - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 
WriterFailedException(String) - Constructor for exception org.apache.mesos.Log.WriterFailedException
 
WriterFailedException(String, Throwable) - Constructor for exception org.apache.mesos.Log.WriterFailedException
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.containerizer.Protos.Containers
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.containerizer.Protos.Destroy
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.containerizer.Protos.Launch
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.containerizer.Protos.Termination
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.containerizer.Protos.Update
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.containerizer.Protos.Usage
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.containerizer.Protos.Wait
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Address
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Attribute
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.CgroupInfo.NetCls
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.CgroupInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.CommandInfo.URI
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.CommandInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ContainerID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo.PortMapping
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ContainerInfo.DockerInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ContainerInfo.MesosInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ContainerInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ContainerStatus
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Credential
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Credentials
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.DiscoveryInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.DurationInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Environment.Variable
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Environment
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ExecutorID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ExecutorInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.FileInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Filters
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Flag
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.FrameworkID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.FrameworkInfo.Capability
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.FrameworkInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.HealthCheck.HTTP
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.HealthCheck
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.IcmpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Image.Appc
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Image.Docker
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Image
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.InverseOffer
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.IpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.KillPolicy
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Label
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Labels
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.MachineID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.MachineInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.MasterInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Metric
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.NetworkInfo.IPAddress
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.NetworkInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Offer.Operation.Create
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Offer.Operation.Destroy
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Offer.Operation.Launch
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Offer.Operation.Reserve
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Offer.Operation.Unreserve
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Offer.Operation
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Offer
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.OfferID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Parameter
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Parameters
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.PerfStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Port
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Ports
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.RateLimit
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.RateLimits
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Request
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Persistence
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Mount
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source.Path
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource.DiskInfo.Source
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource.DiskInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource.ReservationInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource.RevocableInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Resource
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ResourceStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor.Task
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ResourceUsage.Executor
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.ResourceUsage
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Role
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.SlaveID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.SlaveInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.SNMPStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Task
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.TaskID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.TaskInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.TaskStatus
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.TcpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.TimeInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.TrafficControlStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.UdpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Unavailability
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.URL
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Value.Range
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Value.Ranges
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Value.Scalar
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Value.Set
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Value.Text
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Value
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.VersionInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Volume.Source.DockerVolume
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Volume.Source
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.Volume
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.Protos.WeightInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Call.Message
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Call.Subscribe
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Call.Update
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Call
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Event.Acknowledged
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Event.Error
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Event.Kill
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Event.Launch
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Event.Message
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Event.Subscribed
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.executor.Protos.Event
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Address
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.AgentID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.AgentInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Attribute
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.CgroupInfo.NetCls
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.CgroupInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.CommandInfo.URI
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.CommandInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ContainerID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo.PortMapping
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.DockerInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ContainerInfo.MesosInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ContainerInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ContainerStatus
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Credential
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Credentials
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.DiscoveryInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.DurationInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Environment.Variable
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Environment
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ExecutorID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ExecutorInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.FileInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Filters
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Flag
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.FrameworkID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo.Capability
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.FrameworkInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.HealthCheck.HTTP
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.HealthCheck
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.IcmpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Image.Appc
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Image.Docker
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Image
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.InverseOffer
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.IpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.KillPolicy
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Label
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Labels
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.MachineID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.MachineInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.MasterInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Metric
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.NetworkInfo.IPAddress
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.NetworkInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Create
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Destroy
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Launch
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Reserve
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Offer.Operation.Unreserve
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Offer.Operation
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Offer
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.OfferID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Parameter
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Parameters
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.PerfStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Port
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Ports
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.RateLimit
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.RateLimits
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Request
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Persistence
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Mount
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source.Path
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo.Source
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource.DiskInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource.ReservationInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource.RevocableInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Resource
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ResourceStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor.Task
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ResourceUsage.Executor
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.ResourceUsage
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Role
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.SNMPStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Task
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.TaskID
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.TaskInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.TaskStatus
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.TcpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.TimeInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.TrafficControlStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.UdpStatistics
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Unavailability
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.URL
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Value.Range
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Value.Ranges
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Value.Scalar
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Value.Set
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Value.Text
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Value
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.VersionInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Volume.Source.DockerVolume
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Volume.Source
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.Volume
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.Protos.WeightInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Accept
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.AcceptInverseOffers
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Acknowledge
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Decline
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.DeclineInverseOffers
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Kill
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Message
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile.Task
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Reconcile
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Request
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Shutdown
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call.Subscribe
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Call
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Error
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Failure
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.InverseOffers
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Message
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Offers
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Rescind
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.RescindInverseOffer
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Subscribed
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event.Update
 
writeTo(CodedOutputStream) - Method in class org.apache.mesos.v1.scheduler.Protos.Event
 

Z

ZooKeeperState - Class in org.apache.mesos.state
Implementation of State that uses ZooKeeper to store variables/values.
ZooKeeperState(String, long, TimeUnit, String) - Constructor for class org.apache.mesos.state.ZooKeeperState
Constructs a new instance of ZooKeeperState.
ZooKeeperState(String, long, TimeUnit, String, String, byte[]) - Constructor for class org.apache.mesos.state.ZooKeeperState
Constructs a new instance of ZooKeeperState.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2016 The Apache Software Foundation. All Rights Reserved.