Skip navigation links
A B C D E F G H I J L O P R S T W 

A

accept(T1, T2) - Method in interface org.cloudfoundry.util.tuple.Consumer2
 
accept(T1, T2, T3) - Method in interface org.cloudfoundry.util.tuple.Consumer3
 
accept(T1, T2, T3, T4) - Method in interface org.cloudfoundry.util.tuple.Consumer4
 
accept(T1, T2, T3, T4, T5) - Method in interface org.cloudfoundry.util.tuple.Consumer5
 
accept(T1, T2, T3, T4, T5, T6) - Method in interface org.cloudfoundry.util.tuple.Consumer6
 
accept(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.cloudfoundry.util.tuple.Consumer7
 
accept(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.cloudfoundry.util.tuple.Consumer8
 
apply(T1, T2) - Method in interface org.cloudfoundry.util.tuple.Function2
 
apply(T1, T2, T3) - Method in interface org.cloudfoundry.util.tuple.Function3
 
apply(T1, T2, T3, T4) - Method in interface org.cloudfoundry.util.tuple.Function4
 
apply(T1, T2, T3, T4, T5) - Method in interface org.cloudfoundry.util.tuple.Function5
 
apply(T1, T2, T3, T4, T5, T6) - Method in interface org.cloudfoundry.util.tuple.Function6
 
apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.cloudfoundry.util.tuple.Function7
 
apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.cloudfoundry.util.tuple.Function8
 
ArtifactMetadata(String, String, String, int) - Constructor for class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Creates a new instance
asIbi(long) - Static method in class org.cloudfoundry.util.SizeUtils
Converts a size to a String with -ibi suffixes
asTime(long) - Static method in class org.cloudfoundry.util.TimeUtils
Renders a time period in human readable form

B

build() - Method in class org.cloudfoundry.util.FluentMap.Builder
 
builder() - Static method in class org.cloudfoundry.util.FluentMap
 
Builder() - Constructor for class org.cloudfoundry.util.FluentMap.Builder
 
ByteArrayPool - Class in org.cloudfoundry.util
Dynamically creates byte arrays and caches them, reusing them once they have been released.

C

cast() - Static method in class org.cloudfoundry.util.OperationUtils
Casts an item from one type to another
collectByteArray(Flux<byte[]>) - Static method in class org.cloudfoundry.util.OperationUtils
Operation to collect a Flux<byte[]> into a contiguous single byte array, delivered as a single element of a Mono<byte[]>.
compress(Path) - Static method in class org.cloudfoundry.util.FileUtils
Compresses a candidate Path if it is a directory.
compress(Path, Predicate<String>) - Static method in class org.cloudfoundry.util.FileUtils
Compresses a candidate Path filtering out entries
consumer(Consumer2<T1, T2>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
consumer(Consumer3<T1, T2, T3>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
consumer(Consumer4<T1, T2, T3, T4>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
consumer(Consumer5<T1, T2, T3, T4, T5>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
consumer(Consumer6<T1, T2, T3, T4, T5, T6>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
consumer(Consumer7<T1, T2, T3, T4, T5, T6, T7>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
consumer(Consumer8<T1, T2, T3, T4, T5, T6, T7, T8>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
Consumer2<T1,T2> - Interface in org.cloudfoundry.util.tuple
 
Consumer3<T1,T2,T3> - Interface in org.cloudfoundry.util.tuple
 
Consumer4<T1,T2,T3,T4> - Interface in org.cloudfoundry.util.tuple
 
Consumer5<T1,T2,T3,T4,T5> - Interface in org.cloudfoundry.util.tuple
 
Consumer6<T1,T2,T3,T4,T5,T6> - Interface in org.cloudfoundry.util.tuple
 
Consumer7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.cloudfoundry.util.tuple
 
Consumer8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.cloudfoundry.util.tuple
 

D

DateUtils - Class in org.cloudfoundry.util
Utilities for dealing with Dates
DelayTimeoutException - Exception in org.cloudfoundry.util
An exception indicating that a delay timeout has been passed
DelayTimeoutException() - Constructor for exception org.cloudfoundry.util.DelayTimeoutException
 
DelayUtils - Class in org.cloudfoundry.util
Utilities for delaying progress

E

entries(Map<K, V>) - Method in class org.cloudfoundry.util.FluentMap.Builder
 
entry(K, V) - Method in class org.cloudfoundry.util.FluentMap.Builder
 
ExceptionUtils - Class in org.cloudfoundry.util
Utilities for dealing with Exceptions
exponentialBackOff(Duration, Duration, Duration) - Static method in class org.cloudfoundry.util.DelayUtils
Implements an exponential backoff delay for use with Mono.repeatWhenEmpty(Function)
exponentialBackOffError(Duration, Duration, Duration) - Static method in class org.cloudfoundry.util.DelayUtils
Implements an exponential backoff delay for use with Mono.retryWhen(Function)

F

FileUtils - Class in org.cloudfoundry.util
Utilities for files
fixed(Duration) - Static method in class org.cloudfoundry.util.DelayUtils
Implements an fixed delay for use with Mono.repeatWhenEmpty(Function)
FluentMap - Class in org.cloudfoundry.util
Utility for building maps for Json responses
FluentMap() - Constructor for class org.cloudfoundry.util.FluentMap
 
FluentMap.Builder<K,V> - Class in org.cloudfoundry.util
 
formatToIso8601(Date) - Static method in class org.cloudfoundry.util.DateUtils
Formats a Date into a String in ISO8601 format
function(Function2<T1, T2, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
function(Function3<T1, T2, T3, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
function(Function4<T1, T2, T3, T4, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
function(Function5<T1, T2, T3, T4, T5, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
function(Function6<T1, T2, T3, T4, T5, T6, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
function(Function7<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
function(Function8<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
Function2<T1,T2,R> - Interface in org.cloudfoundry.util.tuple
 
Function3<T1,T2,T3,R> - Interface in org.cloudfoundry.util.tuple
 
Function4<T1,T2,T3,T4,R> - Interface in org.cloudfoundry.util.tuple
 
Function5<T1,T2,T3,T4,T5,R> - Interface in org.cloudfoundry.util.tuple
 
Function6<T1,T2,T3,T4,T5,T6,R> - Interface in org.cloudfoundry.util.tuple
 
Function7<T1,T2,T3,T4,T5,T6,T7,R> - Interface in org.cloudfoundry.util.tuple
 
Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> - Interface in org.cloudfoundry.util.tuple
 

G

getEntity(R) - Static method in class org.cloudfoundry.util.ResourceUtils
Return the entity of a resource
getHash() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the SHA-1 hash of the artifact
getId(Resource<?>) - Static method in class org.cloudfoundry.util.ResourceUtils
Returns the id of a resource
getMatchedResources(CloudFoundryClient, Path) - Static method in class org.cloudfoundry.util.ResourceMatchingUtils
 
getPath() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the path of the artifact
getPermissions() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the permissions of the artifact
getRelativePathName(Path, Path) - Static method in class org.cloudfoundry.util.FileUtils
Get the relative path of an application
getResources(U) - Static method in class org.cloudfoundry.util.ResourceUtils
Return a stream of resources from a response
getSize() - Method in class org.cloudfoundry.util.ResourceMatchingUtils.ArtifactMetadata
Returns the size of the artifact

H

hash(Path) - Static method in class org.cloudfoundry.util.FileUtils
Calculates the SHA-1 hash for a Path
hash(InputStream) - Static method in class org.cloudfoundry.util.FileUtils
Calculates the SHA-1 hash for an InputStream

I

illegalArgument(String, Object...) - Static method in class org.cloudfoundry.util.ExceptionUtils
Returns a Mono containing an IllegalArgumentException with the configured message
illegalState(String, Object...) - Static method in class org.cloudfoundry.util.ExceptionUtils
Returns a Mono containing an IllegalStateException with the configured message
instant() - Static method in class org.cloudfoundry.util.DelayUtils
Implements an instant (no delay) for use with Mono.repeatWhenEmpty(Function)

J

JobUtils - Class in org.cloudfoundry.util
Utilities for Jobs

L

LastOperationUtils - Class in org.cloudfoundry.util
Utilities for LastOperations

O

OperationUtils - Class in org.cloudfoundry.util
Utilities with operations that do not (yet) exist
org.cloudfoundry.util - package org.cloudfoundry.util
Utilities for working with Cloud Foundry Client APIs
org.cloudfoundry.util.tuple - package org.cloudfoundry.util.tuple
 

P

PaginationUtils - Class in org.cloudfoundry.util
A utility class to provide functions for handling PaginatedResponses and those containing lists of Resources.
parseFromIso8601(String) - Static method in class org.cloudfoundry.util.DateUtils
Parses a string in ISO8601 format to a Date object
parseSecondsFromEpoch(Double) - Static method in class org.cloudfoundry.util.DateUtils
Parses a double representing seconds from the epoch to a Date object
permissions(Path) - Static method in class org.cloudfoundry.util.FileUtils
Calculates permissions for a Path
permissions(int) - Static method in class org.cloudfoundry.util.FileUtils
Calculates permissions for a UNIX mode
predicate(Predicate2<T1, T2>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
predicate(Predicate3<T1, T2, T3>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
predicate(Predicate4<T1, T2, T3, T4>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
predicate(Predicate5<T1, T2, T3, T4, T5>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
predicate(Predicate6<T1, T2, T3, T4, T5, T6>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
predicate(Predicate7<T1, T2, T3, T4, T5, T6, T7>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
predicate(Predicate8<T1, T2, T3, T4, T5, T6, T7, T8>) - Static method in class org.cloudfoundry.util.tuple.TupleUtils
 
Predicate2<T1,T2> - Interface in org.cloudfoundry.util.tuple
 
Predicate3<T1,T2,T3> - Interface in org.cloudfoundry.util.tuple
 
Predicate4<T1,T2,T3,T4> - Interface in org.cloudfoundry.util.tuple
 
Predicate5<T1,T2,T3,T4,T5> - Interface in org.cloudfoundry.util.tuple
 
Predicate6<T1,T2,T3,T4,T5,T6> - Interface in org.cloudfoundry.util.tuple
 
Predicate7<T1,T2,T3,T4,T5,T6,T7> - Interface in org.cloudfoundry.util.tuple
 
Predicate8<T1,T2,T3,T4,T5,T6,T7,T8> - Interface in org.cloudfoundry.util.tuple
 

R

requestClientV2Resources(Function<Integer, Mono<U>>) - Static method in class org.cloudfoundry.util.PaginationUtils
Generate the stream of resources accumulated from a series of responses obtained from the page supplier.
requestClientV3Resources(Function<Integer, Mono<U>>) - Static method in class org.cloudfoundry.util.PaginationUtils
Generate the stream of resources accumulated from a series of responses obtained from the page supplier.
requestUaaResources(Function<Integer, Mono<U>>) - Static method in class org.cloudfoundry.util.PaginationUtils
Generate the stream of resources accumulated from a series of responses obtained from the page supplier.
ResourceMatchingUtils - Class in org.cloudfoundry.util
Utilities for matching resources
ResourceMatchingUtils.ArtifactMetadata - Class in org.cloudfoundry.util
Metadata information about a given artifact
ResourceUtils - Class in org.cloudfoundry.util
Utilities for dealing with Resources

S

size(Path) - Static method in class org.cloudfoundry.util.FileUtils
Calculates the size of a Path
SizeUtils - Class in org.cloudfoundry.util
Utilities for mapping size
SizeUtils() - Constructor for class org.cloudfoundry.util.SizeUtils
 
SortingUtils - Class in org.cloudfoundry.util
Utilities for sorting
statusCode(int...) - Static method in class org.cloudfoundry.util.ExceptionUtils
A predicate that returns true if the exception is a ClientV2Exception and its code matches expectation

T

test(T1, T2) - Method in interface org.cloudfoundry.util.tuple.Predicate2
 
test(T1, T2, T3) - Method in interface org.cloudfoundry.util.tuple.Predicate3
 
test(T1, T2, T3, T4) - Method in interface org.cloudfoundry.util.tuple.Predicate4
 
test(T1, T2, T3, T4, T5) - Method in interface org.cloudfoundry.util.tuple.Predicate5
 
test(T1, T2, T3, T4, T5, T6) - Method in interface org.cloudfoundry.util.tuple.Predicate6
 
test(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.cloudfoundry.util.tuple.Predicate7
 
test(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.cloudfoundry.util.tuple.Predicate8
 
thenKeep(Function<T, Mono<U>>) - Static method in class org.cloudfoundry.util.OperationUtils
Produces a Mono transformer that preserves the type of the source Mono<IN>.
timespan(Comparator<T>, Duration) - Static method in class org.cloudfoundry.util.SortingUtils
Sorts the elements of a Flux within a sliding time window.
TimeUtils - Class in org.cloudfoundry.util
Utilities for dealing with time
TupleUtils - Class in org.cloudfoundry.util.tuple
 

W

waitForCompletion(CloudFoundryClient, Duration, R) - Static method in class org.cloudfoundry.util.JobUtils
Waits for a job to complete
waitForCompletion(CloudFoundryClient, Duration, JobEntity) - Static method in class org.cloudfoundry.util.JobUtils
Waits for a job to complete
waitForCompletion(Duration, Supplier<Mono<LastOperation>>) - Static method in class org.cloudfoundry.util.LastOperationUtils
 
withByteArray(Consumer<byte[]>) - Static method in class org.cloudfoundry.util.ByteArrayPool
Executes a Consumer providing a pooled byte array
A B C D E F G H I J L O P R S T W 
Skip navigation links

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.