BucketManagerInterface
in
Table of Contents
- createBucket() : mixed
- dropBucket() : mixed
- flush() : mixed
- getAllBuckets() : array<string|int, mixed>
- getBucket() : BucketSettings
- updateBucket() : mixed
Methods
createBucket()
public
createBucket(BucketSettings $settings[, CreateBucketOptions|null $options = null ]) : mixed
Parameters
- $settings : BucketSettings
- $options : CreateBucketOptions|null = null
Return values
mixed —dropBucket()
public
dropBucket(string $name[, DropBucketOptions|null $options = null ]) : mixed
Parameters
- $name : string
- $options : DropBucketOptions|null = null
Return values
mixed —flush()
public
flush(string $name[, FlushBucketOptions|null $options = null ]) : mixed
Parameters
- $name : string
- $options : FlushBucketOptions|null = null
Return values
mixed —getAllBuckets()
public
getAllBuckets([GetAllBucketsOptions|null $options = null ]) : array<string|int, mixed>
Parameters
- $options : GetAllBucketsOptions|null = null
Return values
array<string|int, mixed> —getBucket()
public
getBucket(string $name[, GetBucketOptions|null $options = null ]) : BucketSettings
Parameters
- $name : string
- $options : GetBucketOptions|null = null
Return values
BucketSettings —updateBucket()
public
updateBucket(BucketSettings $settings[, UpdateBucketOptions|null $options = null ]) : mixed
Parameters
- $settings : BucketSettings
- $options : UpdateBucketOptions|null = null