Serialized Form


Package edu.stolaf.cs.wmrserver.thrift

Class edu.stolaf.cs.wmrserver.thrift.CausingException extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

type

java.lang.String type

stackTrace

java.lang.String stackTrace

Class edu.stolaf.cs.wmrserver.thrift.CompilationException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

code

int code

output

java.lang.String output

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.DataPage extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

data

java.lang.String data

totalPages

int totalPages

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.ForbiddenTestJobException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

Class edu.stolaf.cs.wmrserver.thrift.IllegalJobStateException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

Class edu.stolaf.cs.wmrserver.thrift.InternalException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

causes

java.util.List<E> causes

Class edu.stolaf.cs.wmrserver.thrift.JobInfo extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

nativeID

java.lang.String nativeID

name

java.lang.String name

test

boolean test

inputPath

java.lang.String inputPath

outputPath

java.lang.String outputPath

mapper

java.lang.String mapper

reducer

java.lang.String reducer

requestedMapTasks

int requestedMapTasks

requestedReduceTasks

int requestedReduceTasks

numericSort

boolean numericSort

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.JobRequest extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

name

java.lang.String name

user

java.lang.String user

language

java.lang.String language

test

boolean test

input

java.lang.String input

mapper

java.lang.String mapper

reducer

java.lang.String reducer

mapTasks

int mapTasks

reduceTasks

int reduceTasks

numericSort

boolean numericSort

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.JobService.getStatus_args extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

id

long id

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.JobService.getStatus_result extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

success

JobStatus success

ex1

NotFoundException ex1

ex2

InternalException ex2

Class edu.stolaf.cs.wmrserver.thrift.JobService.kill_args extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

id

long id

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.JobService.kill_result extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

ex1

NotFoundException ex1

ex2

IllegalJobStateException ex2

ex3

InternalException ex3

Class edu.stolaf.cs.wmrserver.thrift.JobService.readDataPage_args extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

path

java.lang.String path

page

int page

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.JobService.readDataPage_result extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

success

DataPage success

ex1

NotFoundException ex1

ex2

InternalException ex2

ex3

PermissionException ex3

Class edu.stolaf.cs.wmrserver.thrift.JobService.storeDataset_args extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

name

java.lang.String name

data

java.lang.String data

Class edu.stolaf.cs.wmrserver.thrift.JobService.storeDataset_result extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

success

java.lang.String success

ex1

InternalException ex1

Class edu.stolaf.cs.wmrserver.thrift.JobService.submit_args extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

request

JobRequest request

Class edu.stolaf.cs.wmrserver.thrift.JobService.submit_result extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

success

long success

ex1

ValidationException ex1

ex2

NotFoundException ex2

ex4

CompilationException ex4

ex5

InternalException ex5

ex6

PermissionException ex6

ex7

QuotaException ex7

ex8

ForbiddenTestJobException ex8

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.JobStatus extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

info

JobInfo info

state

State state

mapStatus

PhaseStatus mapStatus

reduceStatus

PhaseStatus reduceStatus

Class edu.stolaf.cs.wmrserver.thrift.NotFoundException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

Class edu.stolaf.cs.wmrserver.thrift.PermissionException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

Class edu.stolaf.cs.wmrserver.thrift.PhaseStatus extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

progress

double progress

state

State state

code

int code

output

java.lang.String output

outputPath

java.lang.String outputPath

errors

java.lang.String errors

totalTasks

int totalTasks

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.QuotaException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

attempts

int attempts

duration

int duration

__isset_bit_vector

java.util.BitSet __isset_bit_vector

Class edu.stolaf.cs.wmrserver.thrift.ValidationException extends java.lang.Exception implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

value

java.lang.String value