Example usage for org.apache.hadoop.ipc VersionedProtocol interface-usage

List of usage examples for org.apache.hadoop.ipc VersionedProtocol interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.ipc VersionedProtocol interface-usage.

Usage

From source file uk.ac.gla.terrier.probos.api.PBSInteractiveClient.java

@ProtocolInfo(protocolName = "uk.ac.gla.terrier.probos.api.PBSInteractiveClient", protocolVersion = 2)
@KerberosInfo(serverPrincipal = PConfiguration.KEY_CONTROLLER_PRINCIPAL)
@TokenInfo(ProbosDelegationTokenSelector.class)
/** Defines the protocol for {@link ControllerServer} that lets {@link ProbosApplicationMaster}
 * inform the controller of progress
 **/

From source file uk.ac.gla.terrier.probos.api.PBSMasterClient.java

@ProtocolInfo(protocolName = "uk.ac.gla.terrier.probos.api.PBSMasterClient", protocolVersion = 2)
@KerberosInfo(serverPrincipal = PConfiguration.KEY_CONTROLLER_PRINCIPAL)
@TokenInfo(ProbosDelegationTokenSelector.class)
/** Defines the protocol for {@link ControllerServer} that lets {@link ProbosApplicationMaster}
 * inform the controller of progress
 **/