Toggle navigation
Home
long to com.google.common.base.Optional<java.lang.Long>
No. of Instances - 13
No. of Commits - 5
No. of Projects - {'alluxio', 'Singularity'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
getS3PrefixesForDeploy(requestId,deployId,Optional.fromNullable(start),Optional.fromNullable(end))
to
getS3PrefixesForDeploy(requestId,deployId,start,end)
getS3PrefixesForRequest(requestId,Optional.fromNullable(start),Optional.fromNullable(end))
to
getS3PrefixesForRequest(requestId,start,end)
getS3PrefixesForTask(taskIdObject,Optional.fromNullable(start),Optional.fromNullable(end))
to
getS3PrefixesForTask(taskIdObject,start,end)
getS3PrefixesForTask(taskIdObject,Optional.fromNullable(start),Optional.fromNullable(end))
to
getS3PrefixesForTask(taskIdObject,start,end)
getS3PrefixesForDeploy(requestId,deployId,Optional.fromNullable(start),Optional.fromNullable(end))
to
getS3PrefixesForDeploy(requestId,deployId,start,end)
getS3PrefixesForRequest(requestId,Optional.fromNullable(start),Optional.fromNullable(end))
to
getS3PrefixesForRequest(requestId,start,end)
Rename Variable
taskExecutionTimeout
to
taskExecutionTimeLimitMillis
taskExecutionTimeout
to
taskExecutionTimeLimitMillis